2024-04-19T13:31:41.983 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T13:31:41.983 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_adking@teuthology --name adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi --verbose --archive /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455 -- /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/orig.config.yaml 2024-04-19T13:31:42.013 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T13:31:42.084 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455 branch: wip-adk-testing-2024-04-17-1713 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: '7663455' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-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-04-17-1713 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: c53d131d890ca258dc8708b5590933577e6ceba0 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c53d131d890ca258dc8708b5590933577e6ceba0 workunit: branch: wip-adk-testing-2024-04-17-1713 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 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: 7132 sha1: c53d131d890ca258dc8708b5590933577e6ceba0 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-17-1713 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c53d131d890ca258dc8708b5590933577e6ceba0 targets: smithi070.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwWgHPlbS8ZSM69dTfPQ2fDRYchNacfbbBOmhuz6XlTFwDVE1L8jTLccHLcqL5Oy2hDnCAJhgrY7Vr3Li7E49A= smithi076.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPx+NfgRPX9goUt3ufZTNkkw33cCvsbIN8jFYyLq1mc6HN2oepG4b+pU48ciKPmVhiOd//PY4DV4YVUkYZsW8o= smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK/DyIq4PIK1gH8ojkrfW15GI3unn41DBerwqlPWNuAZt1loi1rm9+yCff71PBg6YasiWj6FBlgiDskiZmfACMA= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_13:19:23 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T13:31:42.084 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa; will attempt to use it 2024-04-19T13:31:42.084 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c53d131d890ca258dc8708b5590933577e6ceba0/qa/tasks 2024-04-19T13:31:42.085 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T13:31:42.086 INFO:teuthology.task.internal:Checking packages... 2024-04-19T13:31:42.110 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'c53d131d890ca258dc8708b5590933577e6ceba0' 2024-04-19T13:31:42.110 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T13:31:42.110 INFO:teuthology.packaging:ref: None 2024-04-19T13:31:42.110 INFO:teuthology.packaging:tag: None 2024-04-19T13:31:42.110 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-17-1713 2024-04-19T13:31:42.110 INFO:teuthology.packaging:sha1: c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T13:31:42.110 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-04-17-1713 2024-04-19T13:31:42.327 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3175-gc53d131d-1jammy 2024-04-19T13:31:42.329 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T13:31:42.335 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T13:31:42.336 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T13:31:42.357 INFO:teuthology.task.internal:Saving configuration 2024-04-19T13:31:42.370 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T13:31:42.385 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T13:31:42.403 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:20:49.880066', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGf51Ov7Gpd5FWaFRcs2PbsKmr92Gx2/Emxhs7A/4vFA'} 2024-04-19T13:31:42.424 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:20:49.877612', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGgpp0NkJN4DezNg2MbIacP4lxmosizF8ZLBxvJ4CRKd'} 2024-04-19T13:31:42.450 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:20:49.878902', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGJG1NVMwDxh66tJYy1EyoERqs3/UITuGfXlXBwrew1T'} 2024-04-19T13:31:42.451 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T13:31:42.457 INFO:teuthology.task.internal:roles: ubuntu@smithi070.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-19T13:31:42.457 INFO:teuthology.task.internal:roles: ubuntu@smithi076.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-19T13:31:42.457 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-19T13:31:42.457 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T13:31:42.636 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f16ef8e4f70>, signals=[15]) 2024-04-19T13:31:42.637 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T13:31:42.642 INFO:teuthology.task.internal:Opening connections... 2024-04-19T13:31:42.643 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi070.front.sepia.ceph.com 2024-04-19T13:31:42.645 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:31:42.725 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi076.front.sepia.ceph.com 2024-04-19T13:31:42.725 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:31:42.806 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-04-19T13:31:42.807 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:31:42.886 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T13:31:42.892 DEBUG:teuthology.orchestra.run.smithi070:> uname -m 2024-04-19T13:31:42.898 INFO:teuthology.orchestra.run.smithi070.stdout:x86_64 2024-04-19T13:31:42.898 DEBUG:teuthology.orchestra.run.smithi070:> cat /etc/os-release 2024-04-19T13:31:42.945 INFO:teuthology.orchestra.run.smithi070.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:31:42.945 INFO:teuthology.orchestra.run.smithi070.stdout:NAME="Ubuntu" 2024-04-19T13:31:42.945 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_ID="22.04" 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:VERSION_CODENAME=jammy 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:ID=ubuntu 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:ID_LIKE=debian 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:31:42.946 INFO:teuthology.orchestra.run.smithi070.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:31:42.947 INFO:teuthology.lock.ops:Updating smithi070.front.sepia.ceph.com on lock server 2024-04-19T13:31:42.967 DEBUG:teuthology.orchestra.run.smithi076:> uname -m 2024-04-19T13:31:42.972 INFO:teuthology.orchestra.run.smithi076.stdout:x86_64 2024-04-19T13:31:42.973 DEBUG:teuthology.orchestra.run.smithi076:> cat /etc/os-release 2024-04-19T13:31:43.020 INFO:teuthology.orchestra.run.smithi076.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:31:43.020 INFO:teuthology.orchestra.run.smithi076.stdout:NAME="Ubuntu" 2024-04-19T13:31:43.020 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_ID="22.04" 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:VERSION_CODENAME=jammy 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:ID=ubuntu 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:ID_LIKE=debian 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:31:43.021 INFO:teuthology.orchestra.run.smithi076.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:31:43.021 INFO:teuthology.lock.ops:Updating smithi076.front.sepia.ceph.com on lock server 2024-04-19T13:31:43.042 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-04-19T13:31:43.047 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-04-19T13:31:43.047 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-04-19T13:31:43.093 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-19T13:31:43.093 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="Ubuntu" 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="22.04" 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_CODENAME=jammy 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:ID=ubuntu 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE=debian 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-19T13:31:43.094 INFO:teuthology.orchestra.run.smithi094.stdout:UBUNTU_CODENAME=jammy 2024-04-19T13:31:43.094 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-04-19T13:31:43.116 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T13:31:43.128 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T13:31:43.148 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T13:31:43.149 DEBUG:teuthology.orchestra.run.smithi070:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:31:43.151 DEBUG:teuthology.orchestra.run.smithi076:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:31:43.154 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-04-19T13:31:43.159 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T13:31:43.203 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T13:31:43.203 DEBUG:teuthology.orchestra.run.smithi070:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:31:43.205 DEBUG:teuthology.orchestra.run.smithi076:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:31:43.207 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-04-19T13:31:43.404 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T13:31:43.475 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T13:31:43.489 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T13:31:43.490 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T13:31:43.490 DEBUG:teuthology.orchestra.run.smithi070:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:31:43.491 DEBUG:teuthology.orchestra.run.smithi076:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:31:43.491 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T13:31:43.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:31:43.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:31:43.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T13:31:43.498 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-04-19T13:31:43.498 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-04-19T13:31:43.498 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-04-19T13:31:43.544 INFO:teuthology.orchestra.run.smithi076.stdout:5.15.0-56-generic 2024-04-19T13:31:43.545 INFO:teuthology.task.kernel:Running kernel on smithi076: 5.15.0-56-generic 2024-04-19T13:31:43.545 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get clean 2024-04-19T13:31:43.546 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-56-generic 2024-04-19T13:31:43.547 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-56-generic 2024-04-19T13:31:43.547 INFO:teuthology.task.kernel:Running kernel on smithi070: 5.15.0-56-generic 2024-04-19T13:31:43.547 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-04-19T13:31:43.547 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.15.0-56-generic 2024-04-19T13:31:43.548 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-04-19T13:31:43.680 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2024-04-19T13:31:43.681 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-04-19T13:31:43.687 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-04-19T13:31:43.879 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:31:43.912 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:31:44.002 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T13:31:44.076 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T13:31:44.124 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:31:44.140 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T13:31:44.163 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T13:31:44.319 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T13:31:44.393 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T13:31:44.399 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:31:44.407 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T13:31:44.416 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T13:31:44.417 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T13:31:44.418 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T13:31:44.462 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T13:31:44.465 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:31:44.469 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:31:44.469 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T13:31:44.481 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T13:31:44.495 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T13:31:44.503 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T13:31:44.508 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T13:31:44.518 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T13:31:44.519 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T13:31:44.536 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T13:31:44.536 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T13:31:44.538 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T13:31:44.539 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T13:31:44.539 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T13:31:44.540 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T13:31:44.541 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T13:31:44.570 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T13:31:44.570 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T13:31:44.642 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T13:31:44.695 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:31:44.826 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T13:31:44.837 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T13:31:44.846 INFO:teuthology.orchestra.run.smithi094.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T13:31:44.846 INFO:teuthology.orchestra.run.smithi094.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T13:31:44.848 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T13:31:44.848 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T13:31:44.927 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T13:31:44.999 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:31:44.999 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T13:31:45.011 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T13:31:45.013 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T13:31:45.029 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T13:31:45.033 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T13:31:45.033 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T13:31:45.033 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T13:31:45.034 INFO:teuthology.orchestra.run.smithi094.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T13:31:45.034 INFO:teuthology.orchestra.run.smithi094.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T13:31:45.063 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T13:31:45.188 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-19T13:31:45.689 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T13:31:46.541 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T13:31:47.916 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T13:31:49.590 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,381 kB] 2024-04-19T13:31:50.362 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 13.1 MB in 2s (6,449 kB/s) 2024-04-19T13:31:50.403 INFO:teuthology.orchestra.run.smithi076.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T13:31:50.535 INFO:teuthology.orchestra.run.smithi076.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T13:31:50.605 INFO:teuthology.orchestra.run.smithi076.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T13:31:51.141 INFO:teuthology.orchestra.run.smithi076.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T13:31:51.210 INFO:teuthology.orchestra.run.smithi076.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T13:31:51.390 INFO:teuthology.orchestra.run.smithi076.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:31:51.440 INFO:teuthology.orchestra.run.smithi076.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T13:31:51.584 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T13:31:51.753 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-19T13:31:51.770 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T13:31:51.777 INFO:teuthology.orchestra.run.smithi076.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T13:31:51.829 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-19T13:31:52.029 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-04-19T13:31:52.030 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-04-19T13:31:52.166 INFO:teuthology.orchestra.run.smithi076.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T13:31:52.202 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T13:31:52.202 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T13:31:52.202 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T13:31:52.203 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T13:31:52.203 INFO:teuthology.orchestra.run.smithi094.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T13:31:52.203 INFO:teuthology.orchestra.run.smithi094.stdout: python2.7-minimal 2024-04-19T13:31:52.203 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T13:31:52.204 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-04-19T13:31:52.204 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:31:52.204 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T13:31:52.204 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T13:31:52.206 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-04-19T13:31:52.206 INFO:teuthology.orchestra.run.smithi094.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T13:31:52.206 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-04-19T13:31:52.206 INFO:teuthology.orchestra.run.smithi094.stdout: thermald 2024-04-19T13:31:52.259 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-04-19T13:31:52.259 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:31:52.259 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T13:31:52.260 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T13:31:52.260 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages will be upgraded: 2024-04-19T13:31:52.261 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T13:31:52.300 INFO:teuthology.orchestra.run.smithi076.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T13:31:52.434 INFO:teuthology.orchestra.run.smithi076.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T13:31:52.440 INFO:teuthology.orchestra.run.smithi094.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T13:31:52.440 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 113 MB of archives. 2024-04-19T13:31:52.440 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T13:31:52.441 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T13:31:52.546 INFO:teuthology.orchestra.run.smithi076.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T13:31:52.591 INFO:teuthology.orchestra.run.smithi076.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T13:31:52.626 INFO:teuthology.orchestra.run.smithi076.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T13:31:54.627 INFO:teuthology.orchestra.run.smithi076.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T13:31:56.324 INFO:teuthology.orchestra.run.smithi076.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T13:31:56.359 INFO:teuthology.orchestra.run.smithi076.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T13:31:59.530 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [450 kB] 2024-04-19T13:31:59.762 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [242 kB] 2024-04-19T13:31:59.792 INFO:teuthology.orchestra.run.smithi070.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-19T13:31:59.815 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,744 kB] 2024-04-19T13:31:59.898 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-19T13:31:59.931 INFO:teuthology.orchestra.run.smithi070.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [294 kB] 2024-04-19T13:31:59.957 INFO:teuthology.orchestra.run.smithi070.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:31:59.978 INFO:teuthology.orchestra.run.smithi070.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-19T13:32:00.010 INFO:teuthology.orchestra.run.smithi070.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-19T13:32:00.047 INFO:teuthology.orchestra.run.smithi070.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-19T13:32:00.071 INFO:teuthology.orchestra.run.smithi070.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-19T13:32:00.094 INFO:teuthology.orchestra.run.smithi070.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-19T13:32:00.118 INFO:teuthology.orchestra.run.smithi070.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-19T13:32:00.138 INFO:teuthology.orchestra.run.smithi070.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-19T13:32:00.391 INFO:teuthology.orchestra.run.smithi070.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-19T13:32:00.444 INFO:teuthology.orchestra.run.smithi076.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T13:32:00.518 INFO:teuthology.orchestra.run.smithi076.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T13:32:03.254 INFO:teuthology.orchestra.run.smithi076.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:32:03.883 INFO:teuthology.orchestra.run.smithi076.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T13:32:07.425 INFO:teuthology.orchestra.run.smithi070.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [302 kB] 2024-04-19T13:32:08.654 INFO:teuthology.orchestra.run.smithi076.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T13:32:11.730 INFO:teuthology.orchestra.run.smithi070.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-19T13:32:11.865 INFO:teuthology.orchestra.run.smithi070.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,806 kB] 2024-04-19T13:32:13.434 INFO:teuthology.orchestra.run.smithi076.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T13:32:13.815 INFO:teuthology.orchestra.run.smithi076.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T13:32:13.833 INFO:teuthology.orchestra.run.smithi076.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T13:32:13.844 INFO:teuthology.orchestra.run.smithi076.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T13:32:13.879 INFO:teuthology.orchestra.run.smithi076.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T13:32:13.887 INFO:teuthology.orchestra.run.smithi076.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T13:32:13.889 INFO:teuthology.orchestra.run.smithi076.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T13:32:14.005 INFO:teuthology.orchestra.run.smithi076.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T13:32:14.718 INFO:teuthology.orchestra.run.smithi076.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T13:32:16.006 INFO:teuthology.orchestra.run.smithi076.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T13:32:16.090 INFO:teuthology.orchestra.run.smithi076.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T13:32:16.205 INFO:teuthology.orchestra.run.smithi076.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T13:32:16.286 INFO:teuthology.orchestra.run.smithi076.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T13:32:16.323 INFO:teuthology.orchestra.run.smithi076.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T13:32:20.665 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 13.1 MB in 33s (404 kB/s) 2024-04-19T13:32:22.166 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-19T13:32:22.184 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T13:32:22.246 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-19T13:32:22.446 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2024-04-19T13:32:22.446 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2024-04-19T13:32:22.617 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T13:32:22.617 INFO:teuthology.orchestra.run.smithi076.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T13:32:22.617 INFO:teuthology.orchestra.run.smithi076.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T13:32:22.618 INFO:teuthology.orchestra.run.smithi076.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T13:32:22.618 INFO:teuthology.orchestra.run.smithi076.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T13:32:22.618 INFO:teuthology.orchestra.run.smithi076.stdout: python2.7-minimal 2024-04-19T13:32:22.618 INFO:teuthology.orchestra.run.smithi076.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T13:32:22.619 INFO:teuthology.orchestra.run.smithi076.stdout:The following additional packages will be installed: 2024-04-19T13:32:22.619 INFO:teuthology.orchestra.run.smithi076.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:32:22.619 INFO:teuthology.orchestra.run.smithi076.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T13:32:22.619 INFO:teuthology.orchestra.run.smithi076.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T13:32:22.620 INFO:teuthology.orchestra.run.smithi076.stdout:Suggested packages: 2024-04-19T13:32:22.620 INFO:teuthology.orchestra.run.smithi076.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T13:32:22.620 INFO:teuthology.orchestra.run.smithi076.stdout:Recommended packages: 2024-04-19T13:32:22.621 INFO:teuthology.orchestra.run.smithi076.stdout: thermald 2024-04-19T13:32:22.662 INFO:teuthology.orchestra.run.smithi076.stdout:The following NEW packages will be installed: 2024-04-19T13:32:22.663 INFO:teuthology.orchestra.run.smithi076.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:32:22.663 INFO:teuthology.orchestra.run.smithi076.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T13:32:22.663 INFO:teuthology.orchestra.run.smithi076.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T13:32:22.664 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages will be upgraded: 2024-04-19T13:32:22.664 INFO:teuthology.orchestra.run.smithi076.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T13:32:22.985 INFO:teuthology.orchestra.run.smithi076.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T13:32:22.985 INFO:teuthology.orchestra.run.smithi076.stdout:Need to get 113 MB of archives. 2024-04-19T13:32:22.985 INFO:teuthology.orchestra.run.smithi076.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T13:32:22.985 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T13:32:25.576 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T13:32:28.660 INFO:teuthology.orchestra.run.smithi070.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-19T13:32:29.079 INFO:teuthology.orchestra.run.smithi070.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [305 kB] 2024-04-19T13:32:30.359 INFO:teuthology.orchestra.run.smithi070.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-19T13:32:30.600 INFO:teuthology.orchestra.run.smithi070.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T13:32:31.363 INFO:teuthology.orchestra.run.smithi070.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T13:32:31.535 INFO:teuthology.orchestra.run.smithi070.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-19T13:32:31.606 INFO:teuthology.orchestra.run.smithi070.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-19T13:32:31.652 INFO:teuthology.orchestra.run.smithi070.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-19T13:32:31.652 INFO:teuthology.orchestra.run.smithi070.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-19T13:32:31.965 INFO:teuthology.orchestra.run.smithi070.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-19T13:32:31.965 INFO:teuthology.orchestra.run.smithi070.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-19T13:32:31.966 INFO:teuthology.orchestra.run.smithi070.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-19T13:32:32.111 INFO:teuthology.orchestra.run.smithi070.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-19T13:32:32.115 INFO:teuthology.orchestra.run.smithi070.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-19T13:32:32.290 INFO:teuthology.orchestra.run.smithi070.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-19T13:32:32.372 INFO:teuthology.orchestra.run.smithi070.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-19T13:32:32.530 INFO:teuthology.orchestra.run.smithi070.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-19T13:32:32.651 INFO:teuthology.orchestra.run.smithi070.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-19T13:32:32.680 INFO:teuthology.orchestra.run.smithi070.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-19T13:32:37.153 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 13.1 MB in 49s (269 kB/s) 2024-04-19T13:32:38.543 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-04-19T13:32:38.560 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T13:32:38.623 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-04-19T13:32:38.822 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-04-19T13:32:38.822 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-04-19T13:32:38.999 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T13:32:39.000 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T13:32:39.000 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T13:32:39.000 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T13:32:39.000 INFO:teuthology.orchestra.run.smithi070.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-19T13:32:39.001 INFO:teuthology.orchestra.run.smithi070.stdout: python2.7-minimal 2024-04-19T13:32:39.001 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T13:32:39.002 INFO:teuthology.orchestra.run.smithi070.stdout:The following additional packages will be installed: 2024-04-19T13:32:39.002 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:32:39.002 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-19T13:32:39.002 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-19T13:32:39.003 INFO:teuthology.orchestra.run.smithi070.stdout:Suggested packages: 2024-04-19T13:32:39.004 INFO:teuthology.orchestra.run.smithi070.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-19T13:32:39.004 INFO:teuthology.orchestra.run.smithi070.stdout:Recommended packages: 2024-04-19T13:32:39.004 INFO:teuthology.orchestra.run.smithi070.stdout: thermald 2024-04-19T13:32:39.060 INFO:teuthology.orchestra.run.smithi070.stdout:The following NEW packages will be installed: 2024-04-19T13:32:39.060 INFO:teuthology.orchestra.run.smithi070.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-19T13:32:39.061 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-19T13:32:39.061 INFO:teuthology.orchestra.run.smithi070.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-19T13:32:39.061 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages will be upgraded: 2024-04-19T13:32:39.062 INFO:teuthology.orchestra.run.smithi070.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-19T13:32:40.234 INFO:teuthology.orchestra.run.smithi070.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T13:32:40.234 INFO:teuthology.orchestra.run.smithi070.stdout:Need to get 113 MB of archives. 2024-04-19T13:32:40.234 INFO:teuthology.orchestra.run.smithi070.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-19T13:32:40.234 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-19T13:32:55.441 INFO:teuthology.orchestra.run.smithi076.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T13:34:34.473 INFO:teuthology.orchestra.run.smithi070.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-19T13:35:32.549 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T13:36:52.344 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T13:37:52.154 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-19T13:41:11.011 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T13:41:11.080 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T13:41:11.081 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T13:42:18.040 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T13:42:31.651 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T13:42:32.047 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 113 MB in 9min 53s (191 kB/s) 2024-04-19T13:42:32.207 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T13:42:34.172 INFO:teuthology.orchestra.run.smithi070.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-19T13:42:34.176 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:42:34.255 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:36.358 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T13:42:36.379 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:42:36.463 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:36.961 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T13:42:36.981 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:42:37.019 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:43.987 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T13:42:44.107 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T13:42:44.423 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T13:42:44.544 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T13:42:44.830 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T13:42:44.853 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T13:42:44.888 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T13:42:50.285 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T13:42:50.322 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T13:42:50.360 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:52.900 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T13:42:53.023 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T13:42:53.365 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T13:42:53.486 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:53.613 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T13:42:53.741 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:55.062 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T13:42:55.062 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T13:42:55.062 INFO:teuthology.orchestra.run.smithi070.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T13:42:55.062 INFO:teuthology.orchestra.run.smithi070.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T13:42:55.227 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:56.596 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:57.938 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T13:42:58.056 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T13:42:58.182 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T13:42:58.251 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T13:42:58.251 INFO:teuthology.orchestra.run.smithi070.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T13:43:12.547 INFO:teuthology.orchestra.run.smithi070.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T13:43:12.547 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub' 2024-04-19T13:43:12.569 INFO:teuthology.orchestra.run.smithi070.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T13:43:12.586 INFO:teuthology.orchestra.run.smithi070.stdout:Generating grub configuration file ... 2024-04-19T13:43:12.849 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T13:43:12.870 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T13:43:13.218 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T13:43:13.224 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T13:43:13.296 INFO:teuthology.orchestra.run.smithi070.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T13:43:13.301 INFO:teuthology.orchestra.run.smithi070.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T13:43:13.473 INFO:teuthology.orchestra.run.smithi070.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T13:43:13.473 INFO:teuthology.orchestra.run.smithi070.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T13:43:13.473 INFO:teuthology.orchestra.run.smithi070.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T13:43:13.509 INFO:teuthology.orchestra.run.smithi070.stdout:done 2024-04-19T13:43:13.982 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.105.102 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-04-19T13:43:14.023 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-04-19T13:43:14.024 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-04-19T13:43:14.024 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-04-19T13:43:14.024 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T13:43:14.024 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T13:43:14.024 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T13:43:14.024 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T13:43:14.024 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi070.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T13:43:14.025 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get clean 2024-04-19T13:43:14.184 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-04-19T13:43:14.324 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T13:43:14.504 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T13:43:14.606 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T13:43:15.170 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T13:43:15.335 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 119 kB in 1s (119 kB/s) 2024-04-19T13:43:16.231 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-04-19T13:43:16.248 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T13:43:16.309 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-04-19T13:43:16.509 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-04-19T13:43:16.510 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-04-19T13:43:16.687 INFO:teuthology.orchestra.run.smithi070.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T13:43:16.688 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T13:43:16.688 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T13:43:16.688 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T13:43:16.688 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T13:43:16.688 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T13:43:16.688 INFO:teuthology.orchestra.run.smithi070.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T13:43:16.688 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T13:43:16.729 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T13:43:16.731 DEBUG:teuthology.orchestra.run.smithi070:> dpkg -s linux-image-generic 2024-04-19T13:43:16.746 INFO:teuthology.orchestra.run.smithi070.stdout:Package: linux-image-generic 2024-04-19T13:43:16.746 INFO:teuthology.orchestra.run.smithi070.stdout:Status: install ok installed 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Priority: optional 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Section: kernel 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Installed-Size: 21 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Architecture: amd64 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Source: linux-meta 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Version: 5.15.0.105.102 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Recommends: thermald 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout:Description: Generic Linux kernel image 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout: This package will always depend on the latest generic kernel image 2024-04-19T13:43:16.747 INFO:teuthology.orchestra.run.smithi070.stdout: available. 2024-04-19T13:43:16.748 DEBUG:teuthology.orchestra.run.smithi070:> mktemp 2024-04-19T13:43:16.793 INFO:teuthology.orchestra.run.smithi070.stdout:/tmp/tmp.OtCH5LroUJ 2024-04-19T13:43:16.793 DEBUG:teuthology.orchestra.run.smithi070:> sudo cp /boot/grub/grub.cfg /tmp/tmp.OtCH5LroUJ 2024-04-19T13:43:16.864 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 0666 /tmp/tmp.OtCH5LroUJ 2024-04-19T13:43:16.977 DEBUG:teuthology.orchestra.remote:smithi070:/tmp/tmp.OtCH5LroUJ is 10KB 2024-04-19T13:43:16.990 DEBUG:teuthology.orchestra.run.smithi070:> rm -fr /tmp/tmp.OtCH5LroUJ 2024-04-19T13:43:16.995 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T13:43:17.049 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T13:43:17.050 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T13:43:17.050 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T13:43:17.116 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T13:43:17.117 DEBUG:teuthology.orchestra.run.smithi070:> sudo update-grub 2024-04-19T13:43:18.421 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub' 2024-04-19T13:43:18.422 INFO:teuthology.orchestra.run.smithi070.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T13:43:18.425 INFO:teuthology.orchestra.run.smithi070.stderr:Generating grub configuration file ... 2024-04-19T13:43:18.630 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T13:43:18.637 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T13:43:18.888 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T13:43:18.894 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T13:43:18.937 INFO:teuthology.orchestra.run.smithi070.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T13:43:18.942 INFO:teuthology.orchestra.run.smithi070.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T13:43:19.054 INFO:teuthology.orchestra.run.smithi070.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T13:43:19.054 INFO:teuthology.orchestra.run.smithi070.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T13:43:19.055 INFO:teuthology.orchestra.run.smithi070.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T13:43:19.078 INFO:teuthology.orchestra.run.smithi070.stderr:done 2024-04-19T13:43:19.090 DEBUG:teuthology.orchestra.run.smithi070:> sudo shutdown -r now 2024-04-19T13:43:49.093 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T13:43:49.093 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-04-19T13:43:49.094 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:44:07.454 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-04-19T13:44:16.455 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-04-19T13:44:16.456 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:44:19.518 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.70 2024-04-19T13:44:31.519 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-04-19T13:44:31.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T13:45:03.258 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-04-19T13:45:03.871 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-04-19T13:45:03.871 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-19T13:45:03.872 DEBUG:teuthology.orchestra.run.smithi070:> uname -r 2024-04-19T13:45:03.916 INFO:teuthology.orchestra.run.smithi070.stdout:5.15.0-105-generic 2024-04-19T13:45:03.917 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T13:45:03.917 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T13:45:03.917 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T13:45:04.918 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T13:45:04.918 DEBUG:teuthology.orchestra.run.smithi070:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T13:45:05.011 INFO:teuthology.orchestra.run.smithi070.stdout:ttyS1 2024-04-19T13:45:05.034 DEBUG:teuthology.parallel:result is None 2024-04-19T14:02:09.362 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T14:02:09.390 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T14:02:09.416 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T14:02:10.616 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T14:02:10.882 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T14:02:11.267 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 113 MB in 29min 48s (63.4 kB/s) 2024-04-19T14:02:11.465 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T14:02:13.481 INFO:teuthology.orchestra.run.smithi076.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-19T14:02:13.485 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:02:13.579 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:15.772 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T14:02:15.794 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:02:15.880 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:16.342 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T14:02:16.363 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:02:16.392 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:22.868 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:02:22.986 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:02:23.320 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:02:23.448 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:02:23.760 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T14:02:23.782 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T14:02:23.826 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:02:29.194 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T14:02:29.231 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:02:29.269 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:31.847 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:02:31.970 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:02:32.286 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:02:32.424 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:32.550 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T14:02:32.678 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:33.986 INFO:teuthology.orchestra.run.smithi076.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:02:33.987 INFO:teuthology.orchestra.run.smithi076.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T14:02:33.987 INFO:teuthology.orchestra.run.smithi076.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:02:33.987 INFO:teuthology.orchestra.run.smithi076.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T14:02:34.137 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:35.531 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:36.923 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T14:02:37.049 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T14:02:37.175 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:02:37.237 INFO:teuthology.orchestra.run.smithi076.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T14:02:37.238 INFO:teuthology.orchestra.run.smithi076.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:02:51.168 INFO:teuthology.orchestra.run.smithi076.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T14:02:51.168 INFO:teuthology.orchestra.run.smithi076.stdout:Sourcing file `/etc/default/grub' 2024-04-19T14:02:51.174 INFO:teuthology.orchestra.run.smithi076.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:02:51.198 INFO:teuthology.orchestra.run.smithi076.stdout:Generating grub configuration file ... 2024-04-19T14:02:51.456 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:02:51.475 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:02:51.776 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:02:51.782 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:02:51.851 INFO:teuthology.orchestra.run.smithi076.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:02:51.857 INFO:teuthology.orchestra.run.smithi076.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:02:52.026 INFO:teuthology.orchestra.run.smithi076.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:02:52.026 INFO:teuthology.orchestra.run.smithi076.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:02:52.026 INFO:teuthology.orchestra.run.smithi076.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:02:52.072 INFO:teuthology.orchestra.run.smithi076.stdout:done 2024-04-19T14:02:52.479 DEBUG:teuthology.orchestra.run.smithi076:> dpkg -s linux-image-generic 2024-04-19T14:02:52.524 INFO:teuthology.orchestra.run.smithi076.stdout:Package: linux-image-generic 2024-04-19T14:02:52.524 INFO:teuthology.orchestra.run.smithi076.stdout:Status: install ok installed 2024-04-19T14:02:52.524 INFO:teuthology.orchestra.run.smithi076.stdout:Priority: optional 2024-04-19T14:02:52.524 INFO:teuthology.orchestra.run.smithi076.stdout:Section: kernel 2024-04-19T14:02:52.524 INFO:teuthology.orchestra.run.smithi076.stdout:Installed-Size: 21 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: amd64 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout:Source: linux-meta 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout:Version: 5.15.0.105.102 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout:Recommends: thermald 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout:Description: Generic Linux kernel image 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:02:52.525 INFO:teuthology.orchestra.run.smithi076.stdout: available. 2024-04-19T14:02:52.525 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T14:02:52.526 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T14:02:52.526 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T14:02:52.526 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T14:02:52.526 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi076.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T14:02:52.526 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get clean 2024-04-19T14:02:52.660 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2024-04-19T14:02:53.316 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:02:53.373 INFO:teuthology.orchestra.run.smithi076.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T14:02:53.522 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-19T14:02:53.736 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:02:59.959 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 229 kB in 7s (32.2 kB/s) 2024-04-19T14:03:00.939 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-19T14:03:00.958 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T14:03:01.018 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-19T14:03:01.228 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2024-04-19T14:03:01.229 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2024-04-19T14:03:01.400 INFO:teuthology.orchestra.run.smithi076.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T14:03:01.400 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:03:01.400 INFO:teuthology.orchestra.run.smithi076.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:03:01.400 INFO:teuthology.orchestra.run.smithi076.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:03:01.400 INFO:teuthology.orchestra.run.smithi076.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:03:01.401 INFO:teuthology.orchestra.run.smithi076.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:03:01.401 INFO:teuthology.orchestra.run.smithi076.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:03:01.401 INFO:teuthology.orchestra.run.smithi076.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:03:01.442 INFO:teuthology.orchestra.run.smithi076.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T14:03:01.443 DEBUG:teuthology.orchestra.run.smithi076:> dpkg -s linux-image-generic 2024-04-19T14:03:01.458 INFO:teuthology.orchestra.run.smithi076.stdout:Package: linux-image-generic 2024-04-19T14:03:01.458 INFO:teuthology.orchestra.run.smithi076.stdout:Status: install ok installed 2024-04-19T14:03:01.458 INFO:teuthology.orchestra.run.smithi076.stdout:Priority: optional 2024-04-19T14:03:01.458 INFO:teuthology.orchestra.run.smithi076.stdout:Section: kernel 2024-04-19T14:03:01.458 INFO:teuthology.orchestra.run.smithi076.stdout:Installed-Size: 21 2024-04-19T14:03:01.458 INFO:teuthology.orchestra.run.smithi076.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:03:01.458 INFO:teuthology.orchestra.run.smithi076.stdout:Architecture: amd64 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.stdout:Source: linux-meta 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.stdout:Version: 5.15.0.105.102 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.stdout:Recommends: thermald 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.stdout:Description: Generic Linux kernel image 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:03:01.459 INFO:teuthology.orchestra.run.smithi076.stdout: available. 2024-04-19T14:03:01.459 DEBUG:teuthology.orchestra.run.smithi076:> mktemp 2024-04-19T14:03:01.507 INFO:teuthology.orchestra.run.smithi076.stdout:/tmp/tmp.xU2uXUjsVF 2024-04-19T14:03:01.507 DEBUG:teuthology.orchestra.run.smithi076:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xU2uXUjsVF 2024-04-19T14:03:01.563 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 0666 /tmp/tmp.xU2uXUjsVF 2024-04-19T14:03:01.691 DEBUG:teuthology.orchestra.remote:smithi076:/tmp/tmp.xU2uXUjsVF is 10KB 2024-04-19T14:03:01.704 DEBUG:teuthology.orchestra.run.smithi076:> rm -fr /tmp/tmp.xU2uXUjsVF 2024-04-19T14:03:01.709 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T14:03:01.762 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:03:01.762 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T14:03:01.762 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T14:03:01.829 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T14:03:01.829 DEBUG:teuthology.orchestra.run.smithi076:> sudo update-grub 2024-04-19T14:03:03.000 INFO:teuthology.orchestra.run.smithi076.stderr:Sourcing file `/etc/default/grub' 2024-04-19T14:03:03.001 INFO:teuthology.orchestra.run.smithi076.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:03:03.003 INFO:teuthology.orchestra.run.smithi076.stderr:Generating grub configuration file ... 2024-04-19T14:03:03.159 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:03:03.165 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:03:03.384 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:03:03.390 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:03:03.430 INFO:teuthology.orchestra.run.smithi076.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:03:03.435 INFO:teuthology.orchestra.run.smithi076.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:03:03.594 INFO:teuthology.orchestra.run.smithi076.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:03:03.594 INFO:teuthology.orchestra.run.smithi076.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:03:03.594 INFO:teuthology.orchestra.run.smithi076.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:03:03.629 INFO:teuthology.orchestra.run.smithi076.stderr:done 2024-04-19T14:03:03.638 DEBUG:teuthology.orchestra.run.smithi076:> sudo shutdown -r now 2024-04-19T14:03:33.640 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T14:03:33.642 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:03:33.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:03:42.564 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-19T14:03:42.661 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-19T14:03:42.769 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-19T14:03:51.966 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-04-19T14:04:00.967 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:04:00.968 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:04:04.030 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-04-19T14:04:16.034 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:04:16.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:04:19.102 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-04-19T14:04:34.104 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:04:34.105 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:04:52.638 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.76 2024-04-19T14:05:10.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:05:10.641 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:05:10.820 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-04-19T14:05:11.436 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:05:11.437 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-19T14:05:11.437 DEBUG:teuthology.orchestra.run.smithi076:> uname -r 2024-04-19T14:05:11.485 INFO:teuthology.orchestra.run.smithi076.stdout:5.15.0-105-generic 2024-04-19T14:05:11.485 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T14:05:11.485 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:05:11.486 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T14:05:12.487 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T14:05:12.487 DEBUG:teuthology.orchestra.run.smithi076:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:05:12.870 INFO:teuthology.orchestra.run.smithi076.stdout:ttyS1 2024-04-19T14:05:12.895 DEBUG:teuthology.parallel:result is None 2024-04-19T14:08:34.041 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-19T14:08:34.237 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-19T14:08:34.651 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 113 MB in 36min 42s (51.5 kB/s) 2024-04-19T14:08:34.834 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-19T14:08:36.902 INFO:teuthology.orchestra.run.smithi094.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-19T14:08:36.906 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:37.018 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:39.239 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-19T14:08:39.261 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:39.336 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:39.818 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-19T14:08:39.838 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:39.876 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:47.095 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:08:47.222 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:08:47.557 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:08:47.818 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:08:48.130 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-19T14:08:48.153 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-19T14:08:48.197 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:08:54.019 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-19T14:08:54.056 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-19T14:08:54.127 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:56.854 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-19T14:08:56.979 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-19T14:08:57.371 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-19T14:08:57.492 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:57.618 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-19T14:08:57.780 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:08:59.542 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:08:59.542 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-19T14:08:59.542 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:08:59.542 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-19T14:08:59.693 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:01.062 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:02.429 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-19T14:09:02.555 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-19T14:09:02.682 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-19T14:09:02.744 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-19T14:09:02.744 INFO:teuthology.orchestra.run.smithi094.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:09:17.209 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-19T14:09:17.209 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub' 2024-04-19T14:09:17.233 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:09:17.251 INFO:teuthology.orchestra.run.smithi094.stdout:Generating grub configuration file ... 2024-04-19T14:09:17.505 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:09:17.528 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:09:17.828 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:09:17.833 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:09:17.905 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:09:17.911 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:09:18.101 INFO:teuthology.orchestra.run.smithi094.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:09:18.102 INFO:teuthology.orchestra.run.smithi094.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:09:18.102 INFO:teuthology.orchestra.run.smithi094.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:09:18.146 INFO:teuthology.orchestra.run.smithi094.stdout:done 2024-04-19T14:09:18.629 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.105.102 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-04-19T14:09:18.674 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-04-19T14:09:18.675 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:09:18.675 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-04-19T14:09:18.675 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-19T14:09:18.675 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T14:09:18.675 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T14:09:18.675 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-19T14:09:18.675 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi094.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T14:09:18.676 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-04-19T14:09:18.803 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-04-19T14:09:19.020 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:09:19.507 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:09:19.575 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T14:09:19.962 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:09:20.148 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 119 kB in 1s (99.8 kB/s) 2024-04-19T14:09:21.109 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-19T14:09:21.128 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-19T14:09:21.188 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-19T14:09:21.389 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-04-19T14:09:21.389 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-04-19T14:09:21.572 INFO:teuthology.orchestra.run.smithi094.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-19T14:09:21.573 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:09:21.573 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:09:21.573 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:09:21.573 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:09:21.573 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:09:21.573 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:09:21.573 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:09:21.615 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-19T14:09:21.617 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-04-19T14:09:21.632 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-04-19T14:09:21.632 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-04-19T14:09:21.632 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-04-19T14:09:21.632 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-04-19T14:09:21.632 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.105.102 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.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-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-04-19T14:09:21.633 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-04-19T14:09:21.633 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-04-19T14:09:21.677 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.KDdCHHAYNR 2024-04-19T14:09:21.677 DEBUG:teuthology.orchestra.run.smithi094:> sudo cp /boot/grub/grub.cfg /tmp/tmp.KDdCHHAYNR 2024-04-19T14:09:21.734 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.KDdCHHAYNR 2024-04-19T14:09:21.857 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.KDdCHHAYNR is 10KB 2024-04-19T14:09:21.871 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.KDdCHHAYNR 2024-04-19T14:09:21.876 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-19T14:09:21.929 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:09:21.929 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-19T14:09:21.930 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-19T14:09:22.014 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-19T14:09:22.014 DEBUG:teuthology.orchestra.run.smithi094:> sudo update-grub 2024-04-19T14:09:23.341 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub' 2024-04-19T14:09:23.348 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-19T14:09:23.350 INFO:teuthology.orchestra.run.smithi094.stderr:Generating grub configuration file ... 2024-04-19T14:09:23.543 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-19T14:09:23.549 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-19T14:09:23.786 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-19T14:09:23.792 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-19T14:09:23.833 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-19T14:09:23.841 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-19T14:09:23.997 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-19T14:09:23.997 INFO:teuthology.orchestra.run.smithi094.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-19T14:09:23.997 INFO:teuthology.orchestra.run.smithi094.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-19T14:09:24.020 INFO:teuthology.orchestra.run.smithi094.stderr:done 2024-04-19T14:09:24.029 DEBUG:teuthology.orchestra.run.smithi094:> sudo shutdown -r now 2024-04-19T14:09:54.032 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-19T14:09:54.033 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-19T14:09:54.034 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:10:12.386 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-04-19T14:10:21.387 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-19T14:10:21.388 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:10:24.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-04-19T14:10:36.447 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-19T14:10:36.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:10:54.878 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-04-19T14:11:09.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-19T14:11:09.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:11:10.143 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-04-19T14:11:10.701 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-19T14:11:10.701 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-19T14:11:10.701 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-04-19T14:11:10.749 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-105-generic 2024-04-19T14:11:10.749 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-19T14:11:10.749 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T14:11:10.749 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-19T14:11:11.750 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-19T14:11:11.750 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T14:11:11.815 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-04-19T14:11:11.839 DEBUG:teuthology.parallel:result is None 2024-04-19T14:11:11.839 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T14:11:11.847 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T14:11:11.847 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:11:11.849 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:11:11.852 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T14:11:11.857 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T14:11:11.864 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T14:11:11.874 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T14:11:11.875 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:11:11.899 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:11:11.902 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T14:11:11.980 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T14:11:11.987 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T14:11:11.987 DEBUG:teuthology.orchestra.run.smithi070:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:11:11.989 DEBUG:teuthology.orchestra.run.smithi076:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:11:11.992 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-19T14:11:12.015 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:11:12.020 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:11:12.023 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:11:12.028 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:11:12.029 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:11:12.037 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T14:11:12.038 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T14:11:12.045 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T14:11:12.045 DEBUG:teuthology.orchestra.run.smithi070:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:11:12.075 DEBUG:teuthology.orchestra.run.smithi076:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:11:12.082 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T14:11:12.095 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T14:11:12.104 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T14:11:12.104 DEBUG:teuthology.orchestra.run.smithi070:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:11:12.131 DEBUG:teuthology.orchestra.run.smithi076:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:11:12.142 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T14:11:12.147 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:11:12.182 DEBUG:teuthology.orchestra.run.smithi070:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:11:12.230 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:11:12.231 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:11:12.290 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:11:12.296 DEBUG:teuthology.orchestra.run.smithi076:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:11:12.345 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:11:12.345 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:11:12.410 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T14:11:12.415 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T14:11:12.462 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:11:12.462 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T14:11:12.527 DEBUG:teuthology.orchestra.run.smithi070:> sudo service rsyslog restart 2024-04-19T14:11:12.530 DEBUG:teuthology.orchestra.run.smithi076:> sudo service rsyslog restart 2024-04-19T14:11:12.532 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-04-19T14:11:12.599 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T14:11:12.606 INFO:teuthology.task.internal:Starting timer... 2024-04-19T14:11:12.606 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T14:11:12.697 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T14:11:12.705 DEBUG:teuthology.task.selinux:Excluding smithi070: OS 'ubuntu' does not support SELinux 2024-04-19T14:11:12.705 DEBUG:teuthology.task.selinux:Excluding smithi076: OS 'ubuntu' does not support SELinux 2024-04-19T14:11:12.705 DEBUG:teuthology.task.selinux:Excluding smithi094: OS 'ubuntu' does not support SELinux 2024-04-19T14:11:12.706 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T14:11:12.706 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-19T14:11:12.706 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T14:11:12.706 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T14:11:12.714 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-19T14:11:12.719 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-19T14:11:12.850 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T14:11:12.864 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-19T14:11:12.865 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi070.front.sepia.ceph.com,smithi076.front.sepia.ceph.com,smithi094.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T14:22:01.936 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi070.front.sepia.ceph.com'), Remote(name='ubuntu@smithi076.front.sepia.ceph.com'), Remote(name='ubuntu@smithi094.front.sepia.ceph.com')] 2024-04-19T14:22:01.937 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-04-19T14:22:01.938 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi070.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:22:02.019 DEBUG:teuthology.orchestra.run.smithi070:> true 2024-04-19T14:22:02.094 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi070.front.sepia.ceph.com' 2024-04-19T14:22:02.094 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:22:02.095 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi076.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:22:02.172 DEBUG:teuthology.orchestra.run.smithi076:> true 2024-04-19T14:22:02.250 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi076.front.sepia.ceph.com' 2024-04-19T14:22:02.251 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-19T14:22:02.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T14:22:02.330 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-04-19T14:22:02.406 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-19T14:22:02.406 INFO:teuthology.run_tasks:Running task clock... 2024-04-19T14:22:02.417 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-19T14:22:02.417 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T14:22:02.417 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:22:02.420 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T14:22:02.420 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:22:02.422 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-19T14:22:02.422 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Command line: ntpd -gq 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: ---------------------------------------------------- 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: corporation. Support and training for ntp-4 are 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: available at https://www.nwtime.org/support 2024-04-19T14:22:02.445 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: ---------------------------------------------------- 2024-04-19T14:22:02.446 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: proto: precision = 0.047 usec (-24) 2024-04-19T14:22:02.446 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: basedate set to 2022-02-04 2024-04-19T14:22:02.446 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: gps base set to 2022-02-06 (week 2196) 2024-04-19T14:22:02.446 INFO:teuthology.orchestra.run.smithi070.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:02.447 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:02.447 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:02.447 INFO:teuthology.orchestra.run.smithi070.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:02.448 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T14:22:02.448 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T14:22:02.448 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T14:22:02.448 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Listen normally on 3 enp3s0f1 172.21.15.70:123 2024-04-19T14:22:02.448 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Listen normally on 4 lo [::1]:123 2024-04-19T14:22:02.448 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d3e7%5]:123 2024-04-19T14:22:02.448 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:02 ntpd[17328]: Listening on routing socket on fd #22 for interface updates 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Command line: ntpd -gq 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: ---------------------------------------------------- 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: corporation. Support and training for ntp-4 are 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: available at https://www.nwtime.org/support 2024-04-19T14:22:02.452 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: ---------------------------------------------------- 2024-04-19T14:22:02.453 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: proto: precision = 0.062 usec (-24) 2024-04-19T14:22:02.453 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: basedate set to 2022-02-04 2024-04-19T14:22:02.453 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: gps base set to 2022-02-06 (week 2196) 2024-04-19T14:22:02.453 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:02.453 INFO:teuthology.orchestra.run.smithi076.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:02.454 INFO:teuthology.orchestra.run.smithi076.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Listen normally on 3 enp3s0f1 172.21.15.76:123 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Listen normally on 4 lo [::1]:123 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:47e1%5]:123 2024-04-19T14:22:02.455 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:02 ntpd[17363]: Listening on routing socket on fd #22 for interface updates 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Command line: ntpd -gq 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: ---------------------------------------------------- 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: ntp-4 is maintained by Network Time Foundation, 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: corporation. Support and training for ntp-4 are 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: available at https://www.nwtime.org/support 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: ---------------------------------------------------- 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: proto: precision = 0.044 usec (-24) 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: basedate set to 2022-02-04 2024-04-19T14:22:02.474 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: gps base set to 2022-02-06 (week 2196) 2024-04-19T14:22:02.475 INFO:teuthology.orchestra.run.smithi094.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:02.475 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-19T14:22:02.475 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:02.475 INFO:teuthology.orchestra.run.smithi094.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-19T14:22:02.476 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Listen and drop on 0 v6wildcard [::]:123 2024-04-19T14:22:02.476 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-19T14:22:02.476 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Listen normally on 2 lo 127.0.0.1:123 2024-04-19T14:22:02.477 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Listen normally on 3 enp3s0f1 172.21.15.94:123 2024-04-19T14:22:02.477 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Listen normally on 4 lo [::1]:123 2024-04-19T14:22:02.477 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d763%5]:123 2024-04-19T14:22:02.477 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:02 ntpd[17272]: Listening on routing socket on fd #22 for interface updates 2024-04-19T14:22:03.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:03.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:03.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:03.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:03.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:03.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:03 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:03.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:03 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:03.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:03 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:03.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:03 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:03.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:03 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:03.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:03 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:03.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:03 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:04.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:04 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:04 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:04 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:04 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:04 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:04.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:04 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:04.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:04 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:04.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:04.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:04.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:04.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:04 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:05.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:05.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:05.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:05.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:05.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:05.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:05.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:05.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:05.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:05.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:05.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:05.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:05 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:05.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:05 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:05.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:05 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:05.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:05 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:05.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:05 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:05.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:05 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:05.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:05 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:06.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:06 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:06 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:06 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:06 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:06 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:06.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:06 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:06.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:06.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:06 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:06.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:06.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:06 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:07.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:07.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:07.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:07.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:07 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:07.452 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:07 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:07.452 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:07 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:07.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:07 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:07.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:07 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:07.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:07 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:07.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:07 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:07.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:07 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:07.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:07 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:08.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:08 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:08 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:08 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:08 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:08 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:08.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:08 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:08.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.455 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:08.455 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:08 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:08.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:08.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:08.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:08.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:08.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:08.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:08 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:09.446 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:09.447 INFO:teuthology.orchestra.run.smithi070.stdout:19 Apr 14:22:09 ntpd[17328]: ntpd: time slew -0.004295 s 2024-04-19T14:22:09.447 INFO:teuthology.orchestra.run.smithi070.stdout:ntpd: time slew -0.004295s 2024-04-19T14:22:09.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T14:22:09.447 INFO:teuthology.orchestra.run.smithi070.stderr:19 Apr 14:22:09 ntpd[17328]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T14:22:09.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:09.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:09.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:09.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:09.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:09.474 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:09.475 INFO:teuthology.orchestra.run.smithi094.stdout:19 Apr 14:22:09 ntpd[17272]: ntpd: time slew -0.000986 s 2024-04-19T14:22:09.475 INFO:teuthology.orchestra.run.smithi094.stdout:ntpd: time slew -0.000986s 2024-04-19T14:22:09.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T14:22:09.475 INFO:teuthology.orchestra.run.smithi094.stderr:19 Apr 14:22:09 ntpd[17272]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T14:22:09.499 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:22:09.499 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-04-19T14:22:09.499 INFO:teuthology.orchestra.run.smithi070.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:09.500 INFO:teuthology.orchestra.run.smithi070.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:09.500 INFO:teuthology.orchestra.run.smithi070.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:09.500 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:09.533 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:22:09.534 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-04-19T14:22:09.534 INFO:teuthology.orchestra.run.smithi094.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:09.534 INFO:teuthology.orchestra.run.smithi094.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:09.534 INFO:teuthology.orchestra.run.smithi094.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:09.534 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:10.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:10.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:10.453 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/rawstats.20240419: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/peerstats.20240419: Permission denied 2024-04-19T14:22:10.454 INFO:teuthology.orchestra.run.smithi076.stdout:19 Apr 14:22:10 ntpd[17363]: ntpd: time slew -0.011043 s 2024-04-19T14:22:10.455 INFO:teuthology.orchestra.run.smithi076.stdout:ntpd: time slew -0.011043s 2024-04-19T14:22:10.455 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-19T14:22:10.455 INFO:teuthology.orchestra.run.smithi076.stderr:19 Apr 14:22:10 ntpd[17363]: can't open /var/log/ntpstats/loopstats.20240419: Permission denied 2024-04-19T14:22:10.509 INFO:teuthology.orchestra.run.smithi076.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:22:10.509 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================== 2024-04-19T14:22:10.509 INFO:teuthology.orchestra.run.smithi076.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:10.509 INFO:teuthology.orchestra.run.smithi076.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:10.509 INFO:teuthology.orchestra.run.smithi076.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:10.509 INFO:teuthology.orchestra.run.smithi076.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-19T14:22:10.509 INFO:teuthology.run_tasks:Running task install... 2024-04-19T14:22:10.518 DEBUG:teuthology.task.install:project ceph 2024-04-19T14:22:10.518 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c53d131d890ca258dc8708b5590933577e6ceba0'}} 2024-04-19T14:22:10.518 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c53d131d890ca258dc8708b5590933577e6ceba0'} 2024-04-19T14:22:10.518 INFO:teuthology.task.install:Using flavor: default 2024-04-19T14:22:10.523 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-19T14:22:10.523 INFO:teuthology.task.install:extra packages: [] 2024-04-19T14:22:10.524 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-key list | grep Ceph 2024-04-19T14:22:10.524 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-key list | grep Ceph 2024-04-19T14:22:10.524 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-key list | grep Ceph 2024-04-19T14:22:10.588 INFO:teuthology.orchestra.run.smithi070.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T14:22:10.590 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T14:22:10.612 INFO:teuthology.orchestra.run.smithi076.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-19T14:22:10.616 INFO:teuthology.orchestra.run.smithi070.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T14:22:10.616 INFO:teuthology.orchestra.run.smithi070.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T14:22:10.616 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-19T14:22:10.617 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:22:10.622 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T14:22:10.622 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T14:22:10.622 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-19T14:22:10.622 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:22:10.640 INFO:teuthology.orchestra.run.smithi076.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-19T14:22:10.640 INFO:teuthology.orchestra.run.smithi076.stdout:uid [ unknown] Ceph.com (release key) 2024-04-19T14:22:10.640 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-19T14:22:10.641 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:22:10.787 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/ 2024-04-19T14:22:10.787 INFO:teuthology.task.install.deb:Package version is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:10.898 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:22:10.898 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T14:22:10.913 DEBUG:teuthology.orchestra.run.smithi076:> sudo apt-get update 2024-04-19T14:22:10.940 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/ 2024-04-19T14:22:10.940 INFO:teuthology.task.install.deb:Package version is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:10.952 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/ 2024-04-19T14:22:10.952 INFO:teuthology.task.install.deb:Package version is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:11.049 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:22:11.049 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T14:22:11.059 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:22:11.059 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-19T14:22:11.063 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-04-19T14:22:11.073 DEBUG:teuthology.orchestra.run.smithi070:> sudo apt-get update 2024-04-19T14:22:11.093 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:22:11.113 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T14:22:11.131 INFO:teuthology.orchestra.run.smithi076.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T14:22:11.140 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:22:11.153 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T14:22:11.174 INFO:teuthology.orchestra.run.smithi076.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T14:22:11.196 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-19T14:22:11.223 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-04-19T14:22:11.251 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:22:11.261 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:22:11.282 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-19T14:22:11.286 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T14:22:11.307 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T14:22:11.309 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:22:11.329 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T14:22:11.350 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-04-19T14:22:11.375 INFO:teuthology.orchestra.run.smithi070.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy InRelease 2024-04-19T14:22:11.377 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-19T14:22:11.416 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release [6,978 B] 2024-04-19T14:22:11.457 INFO:teuthology.orchestra.run.smithi070.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-19T14:22:11.497 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-04-19T14:22:11.545 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,408 B] 2024-04-19T14:22:11.632 INFO:teuthology.orchestra.run.smithi076.stdout:Hit:9 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:22:11.791 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 28.5 kB in 1s (40.9 kB/s) 2024-04-19T14:22:12.135 INFO:teuthology.orchestra.run.smithi070.stdout:Hit:9 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-19T14:22:12.300 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 28.5 kB in 1s (27.5 kB/s) 2024-04-19T14:22:12.751 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-19T14:22:12.767 DEBUG:teuthology.orchestra.run.smithi076:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3175-gc53d131d-1jammy cephadm=19.0.0-3175-gc53d131d-1jammy ceph-mds=19.0.0-3175-gc53d131d-1jammy ceph-mgr=19.0.0-3175-gc53d131d-1jammy ceph-common=19.0.0-3175-gc53d131d-1jammy ceph-fuse=19.0.0-3175-gc53d131d-1jammy ceph-test=19.0.0-3175-gc53d131d-1jammy ceph-volume=19.0.0-3175-gc53d131d-1jammy radosgw=19.0.0-3175-gc53d131d-1jammy python3-rados=19.0.0-3175-gc53d131d-1jammy python3-rgw=19.0.0-3175-gc53d131d-1jammy python3-cephfs=19.0.0-3175-gc53d131d-1jammy python3-rbd=19.0.0-3175-gc53d131d-1jammy libcephfs2=19.0.0-3175-gc53d131d-1jammy libcephfs-dev=19.0.0-3175-gc53d131d-1jammy librados2=19.0.0-3175-gc53d131d-1jammy librbd1=19.0.0-3175-gc53d131d-1jammy rbd-fuse=19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:12.833 INFO:teuthology.orchestra.run.smithi076.stdout:Reading package lists... 2024-04-19T14:22:12.933 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:7 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-19T14:22:13.032 INFO:teuthology.orchestra.run.smithi076.stdout:Building dependency tree... 2024-04-19T14:22:13.033 INFO:teuthology.orchestra.run.smithi076.stdout:Reading state information... 2024-04-19T14:22:13.049 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-19T14:22:13.226 INFO:teuthology.orchestra.run.smithi076.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:22:13.226 INFO:teuthology.orchestra.run.smithi076.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:22:13.227 INFO:teuthology.orchestra.run.smithi076.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:22:13.227 INFO:teuthology.orchestra.run.smithi076.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:22:13.227 INFO:teuthology.orchestra.run.smithi076.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:22:13.227 INFO:teuthology.orchestra.run.smithi076.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:22:13.227 INFO:teuthology.orchestra.run.smithi076.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:22:13.228 INFO:teuthology.orchestra.run.smithi076.stdout:The following additional packages will be installed: 2024-04-19T14:22:13.228 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T14:22:13.228 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T14:22:13.228 INFO:teuthology.orchestra.run.smithi076.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T14:22:13.228 INFO:teuthology.orchestra.run.smithi076.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T14:22:13.230 INFO:teuthology.orchestra.run.smithi076.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T14:22:13.230 INFO:teuthology.orchestra.run.smithi076.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T14:22:13.230 INFO:teuthology.orchestra.run.smithi076.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T14:22:13.230 INFO:teuthology.orchestra.run.smithi076.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T14:22:13.230 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T14:22:13.230 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:13.230 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T14:22:13.231 INFO:teuthology.orchestra.run.smithi076.stdout: xmlstarlet zip 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout:Suggested packages: 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout:Recommended packages: 2024-04-19T14:22:13.232 INFO:teuthology.orchestra.run.smithi076.stdout: btrfs-tools 2024-04-19T14:22:13.267 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-04-19T14:22:13.282 DEBUG:teuthology.orchestra.run.smithi070:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3175-gc53d131d-1jammy cephadm=19.0.0-3175-gc53d131d-1jammy ceph-mds=19.0.0-3175-gc53d131d-1jammy ceph-mgr=19.0.0-3175-gc53d131d-1jammy ceph-common=19.0.0-3175-gc53d131d-1jammy ceph-fuse=19.0.0-3175-gc53d131d-1jammy ceph-test=19.0.0-3175-gc53d131d-1jammy ceph-volume=19.0.0-3175-gc53d131d-1jammy radosgw=19.0.0-3175-gc53d131d-1jammy python3-rados=19.0.0-3175-gc53d131d-1jammy python3-rgw=19.0.0-3175-gc53d131d-1jammy python3-cephfs=19.0.0-3175-gc53d131d-1jammy python3-rbd=19.0.0-3175-gc53d131d-1jammy libcephfs2=19.0.0-3175-gc53d131d-1jammy libcephfs-dev=19.0.0-3175-gc53d131d-1jammy librados2=19.0.0-3175-gc53d131d-1jammy librbd1=19.0.0-3175-gc53d131d-1jammy rbd-fuse=19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:13.331 INFO:teuthology.orchestra.run.smithi076.stdout:The following NEW packages will be installed: 2024-04-19T14:22:13.331 INFO:teuthology.orchestra.run.smithi076.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T14:22:13.331 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T14:22:13.331 INFO:teuthology.orchestra.run.smithi076.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T14:22:13.333 INFO:teuthology.orchestra.run.smithi076.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T14:22:13.333 INFO:teuthology.orchestra.run.smithi076.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T14:22:13.334 INFO:teuthology.orchestra.run.smithi076.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T14:22:13.335 INFO:teuthology.orchestra.run.smithi076.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T14:22:13.335 INFO:teuthology.orchestra.run.smithi076.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T14:22:13.335 INFO:teuthology.orchestra.run.smithi076.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T14:22:13.335 INFO:teuthology.orchestra.run.smithi076.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T14:22:13.335 INFO:teuthology.orchestra.run.smithi076.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T14:22:13.335 INFO:teuthology.orchestra.run.smithi076.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T14:22:13.342 INFO:teuthology.orchestra.run.smithi070.stdout:Reading package lists... 2024-04-19T14:22:13.406 INFO:teuthology.orchestra.run.smithi076.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T14:22:13.406 INFO:teuthology.orchestra.run.smithi076.stdout:Need to get 181 MB of archives. 2024-04-19T14:22:13.406 INFO:teuthology.orchestra.run.smithi076.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-19T14:22:13.406 INFO:teuthology.orchestra.run.smithi076.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T14:22:13.473 INFO:teuthology.orchestra.run.smithi076.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3175-gc53d131d-1jammy [3,552 kB] 2024-04-19T14:22:13.537 INFO:teuthology.orchestra.run.smithi076.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T14:22:13.542 INFO:teuthology.orchestra.run.smithi076.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T14:22:13.547 INFO:teuthology.orchestra.run.smithi070.stdout:Building dependency tree... 2024-04-19T14:22:13.548 INFO:teuthology.orchestra.run.smithi070.stdout:Reading state information... 2024-04-19T14:22:13.566 INFO:teuthology.orchestra.run.smithi076.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T14:22:13.651 INFO:teuthology.orchestra.run.smithi076.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T14:22:13.657 INFO:teuthology.orchestra.run.smithi076.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T14:22:13.672 INFO:teuthology.orchestra.run.smithi076.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T14:22:13.676 INFO:teuthology.orchestra.run.smithi076.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T14:22:13.677 INFO:teuthology.orchestra.run.smithi076.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T14:22:13.678 INFO:teuthology.orchestra.run.smithi076.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T14:22:13.682 INFO:teuthology.orchestra.run.smithi076.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3175-gc53d131d-1jammy [3,224 kB] 2024-04-19T14:22:13.688 INFO:teuthology.orchestra.run.smithi076.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T14:22:13.690 INFO:teuthology.orchestra.run.smithi076.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T14:22:13.693 INFO:teuthology.orchestra.run.smithi076.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T14:22:13.694 INFO:teuthology.orchestra.run.smithi076.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T14:22:13.718 INFO:teuthology.orchestra.run.smithi076.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T14:22:13.721 INFO:teuthology.orchestra.run.smithi076.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T14:22:13.723 INFO:teuthology.orchestra.run.smithi076.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T14:22:13.726 INFO:teuthology.orchestra.run.smithi076.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T14:22:13.726 INFO:teuthology.orchestra.run.smithi076.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T14:22:13.727 INFO:teuthology.orchestra.run.smithi076.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-19T14:22:13.742 INFO:teuthology.orchestra.run.smithi070.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:22:13.742 INFO:teuthology.orchestra.run.smithi070.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:22:13.742 INFO:teuthology.orchestra.run.smithi070.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:22:13.743 INFO:teuthology.orchestra.run.smithi070.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:22:13.743 INFO:teuthology.orchestra.run.smithi070.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:22:13.743 INFO:teuthology.orchestra.run.smithi070.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:22:13.743 INFO:teuthology.orchestra.run.smithi070.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:22:13.744 INFO:teuthology.orchestra.run.smithi076.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T14:22:13.744 INFO:teuthology.orchestra.run.smithi076.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T14:22:13.744 INFO:teuthology.orchestra.run.smithi076.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T14:22:13.745 INFO:teuthology.orchestra.run.smithi070.stdout:The following additional packages will be installed: 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:13.746 INFO:teuthology.orchestra.run.smithi070.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T14:22:13.747 INFO:teuthology.orchestra.run.smithi070.stdout: xmlstarlet zip 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi076.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout:Suggested packages: 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T14:22:13.748 INFO:teuthology.orchestra.run.smithi070.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T14:22:13.749 INFO:teuthology.orchestra.run.smithi070.stdout:Recommended packages: 2024-04-19T14:22:13.749 INFO:teuthology.orchestra.run.smithi070.stdout: btrfs-tools 2024-04-19T14:22:13.768 INFO:teuthology.orchestra.run.smithi076.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T14:22:13.769 INFO:teuthology.orchestra.run.smithi076.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T14:22:13.769 INFO:teuthology.orchestra.run.smithi076.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T14:22:13.772 INFO:teuthology.orchestra.run.smithi076.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T14:22:13.772 INFO:teuthology.orchestra.run.smithi076.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T14:22:13.773 INFO:teuthology.orchestra.run.smithi076.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T14:22:13.781 INFO:teuthology.orchestra.run.smithi076.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3175-gc53d131d-1jammy [712 kB] 2024-04-19T14:22:13.794 INFO:teuthology.orchestra.run.smithi076.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-19T14:22:13.795 INFO:teuthology.orchestra.run.smithi076.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T14:22:13.796 INFO:teuthology.orchestra.run.smithi076.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T14:22:13.796 INFO:teuthology.orchestra.run.smithi076.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T14:22:13.803 INFO:teuthology.orchestra.run.smithi076.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3175-gc53d131d-1jammy [356 kB] 2024-04-19T14:22:13.815 INFO:teuthology.orchestra.run.smithi076.stdout:Get:39 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3175-gc53d131d-1jammy [32.8 kB] 2024-04-19T14:22:13.816 INFO:teuthology.orchestra.run.smithi076.stdout:Get:40 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3175-gc53d131d-1jammy [180 kB] 2024-04-19T14:22:13.819 INFO:teuthology.orchestra.run.smithi076.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T14:22:13.820 INFO:teuthology.orchestra.run.smithi076.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T14:22:13.822 INFO:teuthology.orchestra.run.smithi076.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T14:22:13.822 INFO:teuthology.orchestra.run.smithi076.stdout:Get:44 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3175-gc53d131d-1jammy [67.3 kB] 2024-04-19T14:22:13.823 INFO:teuthology.orchestra.run.smithi076.stdout:Get:45 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3175-gc53d131d-1jammy [330 kB] 2024-04-19T14:22:13.832 INFO:teuthology.orchestra.run.smithi076.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T14:22:13.833 INFO:teuthology.orchestra.run.smithi076.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T14:22:13.834 INFO:teuthology.orchestra.run.smithi076.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T14:22:13.834 INFO:teuthology.orchestra.run.smithi076.stdout:Get:49 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3175-gc53d131d-1jammy [6,895 kB] 2024-04-19T14:22:13.846 INFO:teuthology.orchestra.run.smithi076.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T14:22:13.848 INFO:teuthology.orchestra.run.smithi070.stdout:The following NEW packages will be installed: 2024-04-19T14:22:13.848 INFO:teuthology.orchestra.run.smithi070.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T14:22:13.848 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T14:22:13.848 INFO:teuthology.orchestra.run.smithi070.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T14:22:13.849 INFO:teuthology.orchestra.run.smithi076.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T14:22:13.850 INFO:teuthology.orchestra.run.smithi070.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T14:22:13.850 INFO:teuthology.orchestra.run.smithi070.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T14:22:13.851 INFO:teuthology.orchestra.run.smithi070.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T14:22:13.852 INFO:teuthology.orchestra.run.smithi070.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T14:22:13.852 INFO:teuthology.orchestra.run.smithi070.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T14:22:13.852 INFO:teuthology.orchestra.run.smithi070.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T14:22:13.852 INFO:teuthology.orchestra.run.smithi070.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T14:22:13.852 INFO:teuthology.orchestra.run.smithi070.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T14:22:13.852 INFO:teuthology.orchestra.run.smithi070.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T14:22:13.852 INFO:teuthology.orchestra.run.smithi076.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T14:22:13.854 INFO:teuthology.orchestra.run.smithi076.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-19T14:22:13.873 INFO:teuthology.orchestra.run.smithi076.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-19T14:22:13.874 INFO:teuthology.orchestra.run.smithi076.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-19T14:22:13.879 INFO:teuthology.orchestra.run.smithi076.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T14:22:13.880 INFO:teuthology.orchestra.run.smithi076.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T14:22:13.882 INFO:teuthology.orchestra.run.smithi076.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T14:22:13.886 INFO:teuthology.orchestra.run.smithi076.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T14:22:13.960 INFO:teuthology.orchestra.run.smithi076.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T14:22:13.962 INFO:teuthology.orchestra.run.smithi076.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T14:22:13.964 INFO:teuthology.orchestra.run.smithi076.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T14:22:13.964 INFO:teuthology.orchestra.run.smithi076.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T14:22:13.965 INFO:teuthology.orchestra.run.smithi076.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T14:22:13.995 INFO:teuthology.orchestra.run.smithi076.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T14:22:13.997 INFO:teuthology.orchestra.run.smithi076.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T14:22:13.998 INFO:teuthology.orchestra.run.smithi076.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T14:22:14.026 INFO:teuthology.orchestra.run.smithi076.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T14:22:14.026 INFO:teuthology.orchestra.run.smithi076.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T14:22:14.038 INFO:teuthology.orchestra.run.smithi076.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T14:22:14.038 INFO:teuthology.orchestra.run.smithi076.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T14:22:14.039 INFO:teuthology.orchestra.run.smithi076.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T14:22:14.040 INFO:teuthology.orchestra.run.smithi076.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-19T14:22:14.040 INFO:teuthology.orchestra.run.smithi076.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T14:22:14.041 INFO:teuthology.orchestra.run.smithi076.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T14:22:14.045 INFO:teuthology.orchestra.run.smithi076.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T14:22:14.064 INFO:teuthology.orchestra.run.smithi076.stdout:Get:77 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3175-gc53d131d-1jammy [112 kB] 2024-04-19T14:22:14.066 INFO:teuthology.orchestra.run.smithi076.stdout:Get:78 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3175-gc53d131d-1jammy [466 kB] 2024-04-19T14:22:14.069 INFO:teuthology.orchestra.run.smithi076.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T14:22:14.070 INFO:teuthology.orchestra.run.smithi076.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T14:22:14.071 INFO:teuthology.orchestra.run.smithi076.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T14:22:14.080 INFO:teuthology.orchestra.run.smithi076.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3175-gc53d131d-1jammy [25.8 MB] 2024-04-19T14:22:14.094 INFO:teuthology.orchestra.run.smithi076.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T14:22:14.098 INFO:teuthology.orchestra.run.smithi076.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T14:22:14.099 INFO:teuthology.orchestra.run.smithi076.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T14:22:14.100 INFO:teuthology.orchestra.run.smithi076.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T14:22:14.107 INFO:teuthology.orchestra.run.smithi076.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T14:22:14.108 INFO:teuthology.orchestra.run.smithi076.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T14:22:14.113 INFO:teuthology.orchestra.run.smithi076.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T14:22:14.124 INFO:teuthology.orchestra.run.smithi076.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T14:22:14.125 INFO:teuthology.orchestra.run.smithi076.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T14:22:14.125 INFO:teuthology.orchestra.run.smithi076.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T14:22:14.150 INFO:teuthology.orchestra.run.smithi076.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T14:22:14.151 INFO:teuthology.orchestra.run.smithi076.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T14:22:14.162 INFO:teuthology.orchestra.run.smithi076.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T14:22:14.162 INFO:teuthology.orchestra.run.smithi076.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T14:22:14.163 INFO:teuthology.orchestra.run.smithi076.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T14:22:14.166 INFO:teuthology.orchestra.run.smithi076.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T14:22:14.167 INFO:teuthology.orchestra.run.smithi076.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T14:22:14.168 INFO:teuthology.orchestra.run.smithi070.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T14:22:14.168 INFO:teuthology.orchestra.run.smithi070.stdout:Need to get 181 MB of archives. 2024-04-19T14:22:14.168 INFO:teuthology.orchestra.run.smithi070.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-19T14:22:14.168 INFO:teuthology.orchestra.run.smithi070.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T14:22:14.209 INFO:teuthology.orchestra.run.smithi070.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3175-gc53d131d-1jammy [3,552 kB] 2024-04-19T14:22:14.656 INFO:teuthology.orchestra.run.smithi070.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T14:22:14.750 INFO:teuthology.orchestra.run.smithi070.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T14:22:14.800 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-19T14:22:14.903 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,597 kB] 2024-04-19T14:22:15.049 INFO:teuthology.orchestra.run.smithi076.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3175-gc53d131d-1jammy [5,094 kB] 2024-04-19T14:22:15.136 INFO:teuthology.orchestra.run.smithi076.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3175-gc53d131d-1jammy [245 kB] 2024-04-19T14:22:15.144 INFO:teuthology.orchestra.run.smithi076.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:15.147 INFO:teuthology.orchestra.run.smithi076.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3175-gc53d131d-1jammy [1,528 kB] 2024-04-19T14:22:15.200 INFO:teuthology.orchestra.run.smithi076.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3175-gc53d131d-1jammy [6,257 kB] 2024-04-19T14:22:15.417 INFO:teuthology.orchestra.run.smithi076.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3175-gc53d131d-1jammy [22.8 MB] 2024-04-19T14:22:15.956 INFO:teuthology.orchestra.run.smithi070.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T14:22:16.295 INFO:teuthology.orchestra.run.smithi076.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3175-gc53d131d-1jammy [14.0 kB] 2024-04-19T14:22:16.296 INFO:teuthology.orchestra.run.smithi076.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3175-gc53d131d-1jammy [870 kB] 2024-04-19T14:22:16.313 INFO:teuthology.orchestra.run.smithi076.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3175-gc53d131d-1jammy [2,437 kB] 2024-04-19T14:22:16.354 INFO:teuthology.orchestra.run.smithi076.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3175-gc53d131d-1jammy [791 kB] 2024-04-19T14:22:16.364 INFO:teuthology.orchestra.run.smithi076.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3175-gc53d131d-1jammy [149 kB] 2024-04-19T14:22:16.366 INFO:teuthology.orchestra.run.smithi076.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3175-gc53d131d-1jammy [2,297 kB] 2024-04-19T14:22:16.419 INFO:teuthology.orchestra.run.smithi076.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3175-gc53d131d-1jammy [8,625 kB] 2024-04-19T14:22:16.716 INFO:teuthology.orchestra.run.smithi076.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3175-gc53d131d-1jammy [14.2 kB] 2024-04-19T14:22:16.716 INFO:teuthology.orchestra.run.smithi076.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3175-gc53d131d-1jammy [51.6 MB] 2024-04-19T14:22:17.212 INFO:teuthology.orchestra.run.smithi070.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3175-gc53d131d-1jammy [3,224 kB] 2024-04-19T14:22:18.729 INFO:teuthology.orchestra.run.smithi076.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:18.732 INFO:teuthology.orchestra.run.smithi076.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3175-gc53d131d-1jammy [38.9 kB] 2024-04-19T14:22:18.733 INFO:teuthology.orchestra.run.smithi076.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3175-gc53d131d-1jammy [13.6 MB] 2024-04-19T14:22:19.044 INFO:teuthology.orchestra.run.smithi070.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3175-gc53d131d-1jammy [712 kB] 2024-04-19T14:22:19.086 INFO:teuthology.orchestra.run.smithi076.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3175-gc53d131d-1jammy [91.6 kB] 2024-04-19T14:22:19.191 INFO:teuthology.orchestra.run.smithi070.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3175-gc53d131d-1jammy [356 kB] 2024-04-19T14:22:19.253 INFO:teuthology.orchestra.run.smithi070.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3175-gc53d131d-1jammy [32.8 kB] 2024-04-19T14:22:19.254 INFO:teuthology.orchestra.run.smithi070.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3175-gc53d131d-1jammy [180 kB] 2024-04-19T14:22:19.292 INFO:teuthology.orchestra.run.smithi070.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3175-gc53d131d-1jammy [67.3 kB] 2024-04-19T14:22:19.294 INFO:teuthology.orchestra.run.smithi070.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3175-gc53d131d-1jammy [330 kB] 2024-04-19T14:22:19.355 INFO:teuthology.orchestra.run.smithi070.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3175-gc53d131d-1jammy [6,895 kB] 2024-04-19T14:22:19.714 INFO:teuthology.orchestra.run.smithi076.stdout:Fetched 181 MB in 6s (31.2 MB/s) 2024-04-19T14:22:19.878 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T14:22:19.978 INFO:teuthology.orchestra.run.smithi076.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 ... 165995 files and directories currently installed.) 2024-04-19T14:22:19.984 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T14:22:20.068 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:22:20.395 INFO:teuthology.orchestra.run.smithi070.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3175-gc53d131d-1jammy [112 kB] 2024-04-19T14:22:20.398 INFO:teuthology.orchestra.run.smithi070.stdout:Get:15 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3175-gc53d131d-1jammy [466 kB] 2024-04-19T14:22:20.414 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T14:22:20.440 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T14:22:20.459 INFO:teuthology.orchestra.run.smithi070.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3175-gc53d131d-1jammy [25.8 MB] 2024-04-19T14:22:20.480 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:22:20.913 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T14:22:20.939 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T14:22:21.026 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:22:21.471 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T14:22:21.497 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:21.546 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:21.875 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T14:22:21.901 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:21.933 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:22.287 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T14:22:22.313 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:22.353 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:22.698 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T14:22:22.724 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T14:22:22.766 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:22:23.052 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librados2. 2024-04-19T14:22:23.078 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../007-librados2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:23.110 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:23.286 INFO:teuthology.orchestra.run.smithi070.stdout:Get:17 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3175-gc53d131d-1jammy [5,094 kB] 2024-04-19T14:22:23.555 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librbd1. 2024-04-19T14:22:23.581 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../008-librbd1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:23.601 INFO:teuthology.orchestra.run.smithi070.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3175-gc53d131d-1jammy [245 kB] 2024-04-19T14:22:23.620 INFO:teuthology.orchestra.run.smithi070.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:23.621 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:23.623 INFO:teuthology.orchestra.run.smithi070.stdout:Get:20 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3175-gc53d131d-1jammy [1,528 kB] 2024-04-19T14:22:23.745 INFO:teuthology.orchestra.run.smithi070.stdout:Get:21 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3175-gc53d131d-1jammy [6,257 kB] 2024-04-19T14:22:24.067 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T14:22:24.093 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:24.133 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:24.201 INFO:teuthology.orchestra.run.smithi070.stdout:Get:22 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3175-gc53d131d-1jammy [22.8 MB] 2024-04-19T14:22:24.386 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rados. 2024-04-19T14:22:24.401 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:24.436 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:24.444 INFO:teuthology.orchestra.run.smithi070.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T14:22:24.756 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T14:22:24.782 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:24.822 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:25.075 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T14:22:25.091 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:25.150 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:25.654 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T14:22:25.680 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:25.691 INFO:teuthology.orchestra.run.smithi070.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T14:22:25.712 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:25.842 INFO:teuthology.orchestra.run.smithi070.stdout:Get:25 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3175-gc53d131d-1jammy [14.0 kB] 2024-04-19T14:22:25.842 INFO:teuthology.orchestra.run.smithi070.stdout:Get:26 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3175-gc53d131d-1jammy [870 kB] 2024-04-19T14:22:25.859 INFO:teuthology.orchestra.run.smithi070.stdout:Get:27 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3175-gc53d131d-1jammy [2,437 kB] 2024-04-19T14:22:25.990 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T14:22:25.997 INFO:teuthology.orchestra.run.smithi070.stdout:Get:28 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3175-gc53d131d-1jammy [791 kB] 2024-04-19T14:22:26.016 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T14:22:26.039 INFO:teuthology.orchestra.run.smithi070.stdout:Get:29 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3175-gc53d131d-1jammy [149 kB] 2024-04-19T14:22:26.056 INFO:teuthology.orchestra.run.smithi070.stdout:Get:30 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3175-gc53d131d-1jammy [2,297 kB] 2024-04-19T14:22:26.057 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:22:26.187 INFO:teuthology.orchestra.run.smithi070.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3175-gc53d131d-1jammy [8,625 kB] 2024-04-19T14:22:26.477 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T14:22:26.503 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T14:22:26.543 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T14:22:26.681 INFO:teuthology.orchestra.run.smithi070.stdout:Get:32 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3175-gc53d131d-1jammy [14.2 kB] 2024-04-19T14:22:26.681 INFO:teuthology.orchestra.run.smithi070.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3175-gc53d131d-1jammy [51.6 MB] 2024-04-19T14:22:26.813 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T14:22:26.828 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:26.871 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:27.166 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T14:22:27.192 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T14:22:27.225 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:22:27.511 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T14:22:27.526 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T14:22:27.569 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:22:27.759 INFO:teuthology.orchestra.run.smithi070.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T14:22:27.864 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T14:22:27.879 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T14:22:27.922 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:22:28.226 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua5.1. 2024-04-19T14:22:28.252 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T14:22:28.285 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:22:28.605 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-any. 2024-04-19T14:22:28.620 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T14:22:28.663 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T14:22:28.908 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package zip. 2024-04-19T14:22:28.934 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T14:22:28.936 INFO:teuthology.orchestra.run.smithi070.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T14:22:28.974 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T14:22:29.013 INFO:teuthology.orchestra.run.smithi070.stdout:Get:36 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:29.016 INFO:teuthology.orchestra.run.smithi070.stdout:Get:37 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3175-gc53d131d-1jammy [38.9 kB] 2024-04-19T14:22:29.017 INFO:teuthology.orchestra.run.smithi070.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3175-gc53d131d-1jammy [13.6 MB] 2024-04-19T14:22:29.244 INFO:teuthology.orchestra.run.smithi070.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T14:22:29.278 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package unzip. 2024-04-19T14:22:29.305 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T14:22:29.337 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:22:29.367 INFO:teuthology.orchestra.run.smithi070.stdout:Get:40 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3175-gc53d131d-1jammy [91.6 kB] 2024-04-19T14:22:29.478 INFO:teuthology.orchestra.run.smithi070.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T14:22:29.732 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package luarocks. 2024-04-19T14:22:29.758 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T14:22:29.799 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:22:30.183 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package librgw2. 2024-04-19T14:22:30.209 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../025-librgw2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:30.249 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:30.838 INFO:teuthology.orchestra.run.smithi070.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T14:22:30.844 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T14:22:30.859 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:30.894 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:31.231 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T14:22:31.257 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T14:22:31.297 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:22:31.618 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T14:22:31.621 INFO:teuthology.orchestra.run.smithi070.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T14:22:31.644 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:31.684 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:31.812 INFO:teuthology.orchestra.run.smithi070.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T14:22:31.886 INFO:teuthology.orchestra.run.smithi070.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T14:22:31.886 INFO:teuthology.orchestra.run.smithi070.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T14:22:31.942 INFO:teuthology.orchestra.run.smithi070.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T14:22:31.957 INFO:teuthology.orchestra.run.smithi070.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T14:22:32.008 INFO:teuthology.orchestra.run.smithi070.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T14:22:32.009 INFO:teuthology.orchestra.run.smithi070.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T14:22:32.010 INFO:teuthology.orchestra.run.smithi070.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-19T14:22:32.012 INFO:teuthology.orchestra.run.smithi070.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T14:22:32.012 INFO:teuthology.orchestra.run.smithi070.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T14:22:32.013 INFO:teuthology.orchestra.run.smithi070.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T14:22:32.014 INFO:teuthology.orchestra.run.smithi070.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T14:22:32.014 INFO:teuthology.orchestra.run.smithi070.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T14:22:32.026 INFO:teuthology.orchestra.run.smithi070.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T14:22:32.038 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-common. 2024-04-19T14:22:32.044 INFO:teuthology.orchestra.run.smithi070.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T14:22:32.064 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:32.096 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:32.113 INFO:teuthology.orchestra.run.smithi070.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T14:22:32.114 INFO:teuthology.orchestra.run.smithi070.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T14:22:32.115 INFO:teuthology.orchestra.run.smithi070.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T14:22:32.116 INFO:teuthology.orchestra.run.smithi070.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-19T14:22:32.117 INFO:teuthology.orchestra.run.smithi070.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T14:22:32.118 INFO:teuthology.orchestra.run.smithi070.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T14:22:32.119 INFO:teuthology.orchestra.run.smithi070.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T14:22:32.121 INFO:teuthology.orchestra.run.smithi070.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T14:22:32.123 INFO:teuthology.orchestra.run.smithi070.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T14:22:32.165 INFO:teuthology.orchestra.run.smithi070.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T14:22:32.313 INFO:teuthology.orchestra.run.smithi070.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T14:22:32.313 INFO:teuthology.orchestra.run.smithi070.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T14:22:32.314 INFO:teuthology.orchestra.run.smithi070.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T14:22:32.315 INFO:teuthology.orchestra.run.smithi070.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T14:22:32.318 INFO:teuthology.orchestra.run.smithi070.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T14:22:32.324 INFO:teuthology.orchestra.run.smithi070.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T14:22:32.325 INFO:teuthology.orchestra.run.smithi070.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-19T14:22:32.328 INFO:teuthology.orchestra.run.smithi070.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-19T14:22:32.330 INFO:teuthology.orchestra.run.smithi070.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-19T14:22:32.353 INFO:teuthology.orchestra.run.smithi070.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T14:22:32.383 INFO:teuthology.orchestra.run.smithi070.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T14:22:32.384 INFO:teuthology.orchestra.run.smithi070.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T14:22:32.393 INFO:teuthology.orchestra.run.smithi070.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T14:22:32.641 INFO:teuthology.orchestra.run.smithi070.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T14:22:32.643 INFO:teuthology.orchestra.run.smithi070.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T14:22:32.646 INFO:teuthology.orchestra.run.smithi070.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T14:22:32.646 INFO:teuthology.orchestra.run.smithi070.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T14:22:32.649 INFO:teuthology.orchestra.run.smithi070.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T14:22:32.679 INFO:teuthology.orchestra.run.smithi070.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T14:22:32.682 INFO:teuthology.orchestra.run.smithi070.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T14:22:32.683 INFO:teuthology.orchestra.run.smithi070.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T14:22:32.831 INFO:teuthology.orchestra.run.smithi070.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T14:22:32.832 INFO:teuthology.orchestra.run.smithi070.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T14:22:32.834 INFO:teuthology.orchestra.run.smithi070.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T14:22:32.835 INFO:teuthology.orchestra.run.smithi070.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T14:22:32.836 INFO:teuthology.orchestra.run.smithi070.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T14:22:32.837 INFO:teuthology.orchestra.run.smithi070.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-19T14:22:32.838 INFO:teuthology.orchestra.run.smithi070.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T14:22:32.839 INFO:teuthology.orchestra.run.smithi070.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T14:22:32.848 INFO:teuthology.orchestra.run.smithi070.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T14:22:32.862 INFO:teuthology.orchestra.run.smithi070.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T14:22:32.881 INFO:teuthology.orchestra.run.smithi070.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T14:22:32.883 INFO:teuthology.orchestra.run.smithi070.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T14:22:32.897 INFO:teuthology.orchestra.run.smithi070.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T14:22:33.000 INFO:teuthology.orchestra.run.smithi070.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T14:22:33.003 INFO:teuthology.orchestra.run.smithi070.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T14:22:33.004 INFO:teuthology.orchestra.run.smithi070.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T14:22:33.021 INFO:teuthology.orchestra.run.smithi070.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T14:22:33.023 INFO:teuthology.orchestra.run.smithi070.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T14:22:33.030 INFO:teuthology.orchestra.run.smithi070.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T14:22:33.031 INFO:teuthology.orchestra.run.smithi070.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T14:22:33.032 INFO:teuthology.orchestra.run.smithi070.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T14:22:33.033 INFO:teuthology.orchestra.run.smithi070.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T14:22:33.037 INFO:teuthology.orchestra.run.smithi070.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T14:22:33.099 INFO:teuthology.orchestra.run.smithi070.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T14:22:33.116 INFO:teuthology.orchestra.run.smithi070.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T14:22:33.117 INFO:teuthology.orchestra.run.smithi070.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T14:22:33.118 INFO:teuthology.orchestra.run.smithi070.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T14:22:33.123 INFO:teuthology.orchestra.run.smithi070.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T14:22:33.190 INFO:teuthology.orchestra.run.smithi070.stdout:Get:118 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T14:22:33.602 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-base. 2024-04-19T14:22:33.629 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:33.678 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:33.794 INFO:teuthology.orchestra.run.smithi070.stdout:Fetched 181 MB in 19s (9,347 kB/s) 2024-04-19T14:22:33.924 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T14:22:34.022 INFO:teuthology.orchestra.run.smithi070.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 ... 165995 files and directories currently installed.) 2024-04-19T14:22:34.091 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T14:22:34.097 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:22:34.257 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T14:22:34.284 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T14:22:34.324 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:22:34.460 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T14:22:34.486 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T14:22:34.526 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:22:34.619 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T14:22:34.646 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T14:22:34.694 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:22:34.879 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T14:22:34.905 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T14:22:34.945 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:22:35.031 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T14:22:35.057 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T14:22:35.097 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:22:35.366 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T14:22:35.375 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T14:22:35.392 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:35.402 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T14:22:35.441 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:35.442 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:22:35.737 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T14:22:35.763 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T14:22:35.804 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:22:35.827 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T14:22:35.853 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:35.893 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:36.230 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T14:22:36.256 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:22:36.296 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:22:36.348 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T14:22:36.375 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T14:22:36.415 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T14:22:36.633 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T14:22:36.659 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T14:22:36.685 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-portend. 2024-04-19T14:22:36.699 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:22:36.712 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T14:22:36.751 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T14:22:36.952 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librados2. 2024-04-19T14:22:36.967 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../007-librados2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:37.002 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:37.055 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T14:22:37.081 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T14:22:37.121 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T14:22:37.450 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T14:22:37.455 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librbd1. 2024-04-19T14:22:37.476 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T14:22:37.481 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../008-librbd1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:37.522 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:37.524 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:22:37.912 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T14:22:37.938 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T14:22:37.974 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T14:22:37.987 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T14:22:38.000 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:38.040 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:38.335 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rados. 2024-04-19T14:22:38.350 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:38.365 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T14:22:38.392 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T14:22:38.393 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:38.432 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T14:22:38.735 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T14:22:38.762 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T14:22:38.802 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:22:38.855 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T14:22:38.881 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:38.971 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:39.114 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-mako. 2024-04-19T14:22:39.141 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T14:22:39.189 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:22:39.224 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T14:22:39.250 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:39.290 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:39.560 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T14:22:39.586 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:39.592 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T14:22:39.618 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:39.619 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T14:22:39.667 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:22:39.913 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T14:22:39.939 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T14:22:39.979 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:22:39.987 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T14:22:40.014 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T14:22:40.054 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:22:40.307 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T14:22:40.315 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-webob. 2024-04-19T14:22:40.333 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T14:22:40.339 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T14:22:40.373 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T14:22:40.374 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:22:40.659 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T14:22:40.669 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T14:22:40.686 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:40.695 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T14:22:40.726 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:40.738 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:22:41.021 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T14:22:41.047 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T14:22:41.048 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T14:22:41.074 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T14:22:41.079 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:22:41.114 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:22:41.340 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T14:22:41.355 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T14:22:41.398 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:22:41.425 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-paste. 2024-04-19T14:22:41.452 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T14:22:41.517 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:22:41.701 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T14:22:41.727 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T14:22:41.767 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:22:41.846 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T14:22:41.861 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T14:22:41.904 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:22:42.121 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua5.1. 2024-04-19T14:22:42.147 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T14:22:42.174 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T14:22:42.187 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:22:42.200 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T14:22:42.249 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:22:42.498 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua-any. 2024-04-19T14:22:42.514 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T14:22:42.527 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T14:22:42.548 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T14:22:42.554 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T14:22:42.594 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T14:22:42.800 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package zip. 2024-04-19T14:22:42.816 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T14:22:42.859 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T14:22:42.906 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T14:22:42.933 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T14:22:42.972 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:22:43.187 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package unzip. 2024-04-19T14:22:43.214 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T14:22:43.254 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:22:43.327 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T14:22:43.354 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T14:22:43.394 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T14:22:43.649 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package luarocks. 2024-04-19T14:22:43.676 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T14:22:43.707 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:22:43.739 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-idna. 2024-04-19T14:22:43.762 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T14:22:43.797 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T14:22:44.068 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T14:22:44.073 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package librgw2. 2024-04-19T14:22:44.094 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T14:22:44.100 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../025-librgw2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:44.134 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:22:44.140 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:44.421 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-requests. 2024-04-19T14:22:44.448 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T14:22:44.487 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:22:44.693 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T14:22:44.719 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:44.759 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:44.799 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T14:22:44.826 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T14:22:44.866 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:22:45.120 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T14:22:45.136 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T14:22:45.146 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T14:22:45.162 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:45.187 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:22:45.202 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:45.633 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T14:22:45.660 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:45.700 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:45.962 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T14:22:45.988 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T14:22:46.028 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:22:46.299 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T14:22:46.326 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:46.357 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T14:22:46.365 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:46.384 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T14:22:46.743 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-common. 2024-04-19T14:22:46.769 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:46.801 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:46.857 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T14:22:47.769 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T14:22:47.795 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:47.843 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:48.190 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-base. 2024-04-19T14:22:48.216 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:48.241 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T14:22:48.266 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:48.268 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:48.307 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:48.844 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T14:22:48.870 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T14:22:48.919 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:22:49.019 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T14:22:49.046 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:49.093 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:49.180 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T14:22:49.206 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T14:22:49.421 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:22:49.775 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T14:22:49.801 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T14:22:49.841 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:22:50.144 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T14:22:50.171 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T14:22:50.210 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:22:50.238 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph. 2024-04-19T14:22:50.253 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../066-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:50.296 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:50.346 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages 2024-04-19T14:22:50.367 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages 2024-04-19T14:22:50.388 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages 2024-04-19T14:22:50.409 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [616 kB] 2024-04-19T14:22:50.490 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T14:22:50.517 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T14:22:50.530 INFO:teuthology.orchestra.run.smithi094.stdout:Err:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages 2024-04-19T14:22:50.530 INFO:teuthology.orchestra.run.smithi094.stdout: Hash Sum mismatch 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: Hashes of expected file: 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - Filesize:616196 [weak] 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - SHA256:2ba27fc1d1190be5114721d3783f8d579f5246b072a9385bf8a35f688c8a2ab3 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - SHA1:081c7a34cfee0a235c9947838a9a86e672c9e8d7 [weak] 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - MD5Sum:bf2497f98b1b187bb6e9b7e7c7828f4e [weak] 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: Hashes of received file: 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - SHA256:e3bb2b08374bbcbaaad75a185cd22b880f2e381a78d5161d1048c12750506b01 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - SHA1:68aeb07b22e1792f972f5e11c15a7bb4a878692c [weak] 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - MD5Sum:4812c3fc528b5e48ad7cc453efc04a7b [weak] 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: - Filesize:616196 [weak] 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: Last modification reported: Fri, 19 Apr 2024 12:10:03 +0000 2024-04-19T14:22:50.531 INFO:teuthology.orchestra.run.smithi094.stdout: Release file created at: Fri, 19 Apr 2024 13:54:56 +0000 2024-04-19T14:22:50.548 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-19T14:22:50.557 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:22:50.580 INFO:teuthology.orchestra.run.smithi094.stdout:Err:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages 2024-04-19T14:22:50.580 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-19T14:22:50.601 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-19T14:22:50.602 INFO:teuthology.orchestra.run.smithi094.stdout:Err:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages 2024-04-19T14:22:50.602 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-19T14:22:50.624 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T14:22:50.650 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:50.690 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 3,431 kB in 39s (87.0 kB/s) 2024-04-19T14:22:50.690 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:50.843 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T14:22:50.870 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T14:22:50.909 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T14:22:51.069 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T14:22:51.095 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:51.143 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:51.212 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-portend. 2024-04-19T14:22:51.239 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T14:22:51.278 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T14:22:51.548 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T14:22:51.575 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T14:22:51.596 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package cephadm. 2024-04-19T14:22:51.606 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T14:22:51.623 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../069-cephadm_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:51.668 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-19T14:22:51.679 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:51.682 INFO:teuthology.orchestra.run.smithi094.stderr:E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-i386/Packages.xz Hash Sum mismatch 2024-04-19T14:22:51.682 INFO:teuthology.orchestra.run.smithi094.stderr: Hashes of expected file: 2024-04-19T14:22:51.682 INFO:teuthology.orchestra.run.smithi094.stderr: - Filesize:616196 [weak] 2024-04-19T14:22:51.682 INFO:teuthology.orchestra.run.smithi094.stderr: - SHA256:2ba27fc1d1190be5114721d3783f8d579f5246b072a9385bf8a35f688c8a2ab3 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: - SHA1:081c7a34cfee0a235c9947838a9a86e672c9e8d7 [weak] 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: - MD5Sum:bf2497f98b1b187bb6e9b7e7c7828f4e [weak] 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: Hashes of received file: 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: - SHA256:e3bb2b08374bbcbaaad75a185cd22b880f2e381a78d5161d1048c12750506b01 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: - SHA1:68aeb07b22e1792f972f5e11c15a7bb4a878692c [weak] 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: - MD5Sum:4812c3fc528b5e48ad7cc453efc04a7b [weak] 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: - Filesize:616196 [weak] 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: Last modification reported: Fri, 19 Apr 2024 12:10:03 +0000 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr: Release file created at: Fri, 19 Apr 2024 13:54:56 +0000 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr:E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy-updates/universe/binary-amd64/Packages.xz 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr:E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy-updates/universe/binary-i386/Packages.xz 2024-04-19T14:22:51.683 INFO:teuthology.orchestra.run.smithi094.stderr:E: Some index files failed to download. They have been ignored, or old ones used instead. 2024-04-19T14:22:51.684 DEBUG:teuthology.orchestra.run:got remote process result: 100 2024-04-19T14:22:51.685 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3175-gc53d131d-1jammy cephadm=19.0.0-3175-gc53d131d-1jammy ceph-mds=19.0.0-3175-gc53d131d-1jammy ceph-mgr=19.0.0-3175-gc53d131d-1jammy ceph-common=19.0.0-3175-gc53d131d-1jammy ceph-fuse=19.0.0-3175-gc53d131d-1jammy ceph-test=19.0.0-3175-gc53d131d-1jammy ceph-volume=19.0.0-3175-gc53d131d-1jammy radosgw=19.0.0-3175-gc53d131d-1jammy python3-rados=19.0.0-3175-gc53d131d-1jammy python3-rgw=19.0.0-3175-gc53d131d-1jammy python3-cephfs=19.0.0-3175-gc53d131d-1jammy python3-rbd=19.0.0-3175-gc53d131d-1jammy libcephfs2=19.0.0-3175-gc53d131d-1jammy libcephfs-dev=19.0.0-3175-gc53d131d-1jammy librados2=19.0.0-3175-gc53d131d-1jammy librbd1=19.0.0-3175-gc53d131d-1jammy rbd-fuse=19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:22:51.744 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-04-19T14:22:51.893 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T14:22:51.919 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T14:22:51.951 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-04-19T14:22:51.951 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-04-19T14:22:51.959 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:22:51.990 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T14:22:52.017 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T14:22:52.057 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T14:22:52.134 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-04-19T14:22:52.134 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-19T14:22:52.134 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-19T14:22:52.134 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-19T14:22:52.134 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-19T14:22:52.135 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-19T14:22:52.135 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-19T14:22:52.135 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-04-19T14:22:52.135 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-19T14:22:52.135 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:52.137 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-19T14:22:52.138 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet zip 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-19T14:22:52.139 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-04-19T14:22:52.140 INFO:teuthology.orchestra.run.smithi094.stdout: btrfs-tools 2024-04-19T14:22:52.236 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-04-19T14:22:52.237 INFO:teuthology.orchestra.run.smithi094.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-19T14:22:52.237 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-19T14:22:52.237 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-19T14:22:52.237 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-19T14:22:52.237 INFO:teuthology.orchestra.run.smithi094.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-19T14:22:52.237 INFO:teuthology.orchestra.run.smithi094.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-19T14:22:52.238 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-19T14:22:52.239 INFO:teuthology.orchestra.run.smithi094.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-19T14:22:52.304 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T14:22:52.307 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-19T14:22:52.307 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 181 MB of archives. 2024-04-19T14:22:52.307 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-19T14:22:52.307 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-19T14:22:52.331 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T14:22:52.371 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T14:22:52.381 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3175-gc53d131d-1jammy [3,552 kB] 2024-04-19T14:22:52.409 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T14:22:52.418 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-19T14:22:52.421 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-19T14:22:52.436 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:22:52.459 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-19T14:22:52.484 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:22:52.594 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3175-gc53d131d-1jammy [3,224 kB] 2024-04-19T14:22:52.599 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-19T14:22:52.605 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-19T14:22:52.622 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-19T14:22:52.627 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-19T14:22:52.628 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-19T14:22:52.629 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-19T14:22:52.639 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-19T14:22:52.640 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T14:22:52.642 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-19T14:22:52.645 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-19T14:22:52.646 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-19T14:22:52.647 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-19T14:22:52.667 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T14:22:52.691 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-19T14:22:52.691 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3175-gc53d131d-1jammy [712 kB] 2024-04-19T14:22:52.694 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-19T14:22:52.697 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-19T14:22:52.698 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-19T14:22:52.698 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-19T14:22:52.700 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-19T14:22:52.700 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-19T14:22:52.700 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-19T14:22:52.701 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-19T14:22:52.707 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T14:22:52.714 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3175-gc53d131d-1jammy [356 kB] 2024-04-19T14:22:52.716 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-19T14:22:52.724 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-19T14:22:52.724 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-19T14:22:52.725 INFO:teuthology.orchestra.run.smithi094.stdout:Get:32 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3175-gc53d131d-1jammy [32.8 kB] 2024-04-19T14:22:52.726 INFO:teuthology.orchestra.run.smithi094.stdout:Get:33 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3175-gc53d131d-1jammy [180 kB] 2024-04-19T14:22:52.728 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-19T14:22:52.729 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-19T14:22:52.730 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-19T14:22:52.730 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-19T14:22:52.732 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-19T14:22:52.732 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-19T14:22:52.732 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3175-gc53d131d-1jammy [67.3 kB] 2024-04-19T14:22:52.735 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3175-gc53d131d-1jammy [330 kB] 2024-04-19T14:22:52.742 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-19T14:22:52.745 INFO:teuthology.orchestra.run.smithi094.stdout:Get:43 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3175-gc53d131d-1jammy [6,895 kB] 2024-04-19T14:22:52.804 INFO:teuthology.orchestra.run.smithi094.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-19T14:22:52.805 INFO:teuthology.orchestra.run.smithi094.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-19T14:22:52.806 INFO:teuthology.orchestra.run.smithi094.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-19T14:22:52.817 INFO:teuthology.orchestra.run.smithi094.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-19T14:22:52.817 INFO:teuthology.orchestra.run.smithi094.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-19T14:22:52.819 INFO:teuthology.orchestra.run.smithi094.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-19T14:22:52.820 INFO:teuthology.orchestra.run.smithi094.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-19T14:22:52.822 INFO:teuthology.orchestra.run.smithi094.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-19T14:22:52.826 INFO:teuthology.orchestra.run.smithi094.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-19T14:22:52.845 INFO:teuthology.orchestra.run.smithi094.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-19T14:22:52.866 INFO:teuthology.orchestra.run.smithi094.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-19T14:22:52.867 INFO:teuthology.orchestra.run.smithi094.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-19T14:22:52.872 INFO:teuthology.orchestra.run.smithi094.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-19T14:22:52.873 INFO:teuthology.orchestra.run.smithi094.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-19T14:22:52.875 INFO:teuthology.orchestra.run.smithi094.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-19T14:22:52.880 INFO:teuthology.orchestra.run.smithi094.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-19T14:22:52.974 INFO:teuthology.orchestra.run.smithi094.stdout:Get:60 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3175-gc53d131d-1jammy [112 kB] 2024-04-19T14:22:52.976 INFO:teuthology.orchestra.run.smithi094.stdout:Get:61 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3175-gc53d131d-1jammy [466 kB] 2024-04-19T14:22:52.985 INFO:teuthology.orchestra.run.smithi094.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-19T14:22:52.986 INFO:teuthology.orchestra.run.smithi094.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-19T14:22:52.988 INFO:teuthology.orchestra.run.smithi094.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-19T14:22:52.993 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T14:22:53.020 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T14:22:53.059 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:22:53.071 INFO:teuthology.orchestra.run.smithi094.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-19T14:22:53.071 INFO:teuthology.orchestra.run.smithi094.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3175-gc53d131d-1jammy [25.8 MB] 2024-04-19T14:22:53.072 INFO:teuthology.orchestra.run.smithi094.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-19T14:22:53.093 INFO:teuthology.orchestra.run.smithi094.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-19T14:22:53.095 INFO:teuthology.orchestra.run.smithi094.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-19T14:22:53.095 INFO:teuthology.orchestra.run.smithi094.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-19T14:22:53.114 INFO:teuthology.orchestra.run.smithi094.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-19T14:22:53.114 INFO:teuthology.orchestra.run.smithi094.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-19T14:22:53.118 INFO:teuthology.orchestra.run.smithi094.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-19T14:22:53.119 INFO:teuthology.orchestra.run.smithi094.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-19T14:22:53.120 INFO:teuthology.orchestra.run.smithi094.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-19T14:22:53.120 INFO:teuthology.orchestra.run.smithi094.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-19T14:22:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-19T14:22:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-19T14:22:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-19T14:22:53.148 INFO:teuthology.orchestra.run.smithi094.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-19T14:22:53.151 INFO:teuthology.orchestra.run.smithi094.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-19T14:22:53.159 INFO:teuthology.orchestra.run.smithi094.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-19T14:22:53.198 INFO:teuthology.orchestra.run.smithi094.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-19T14:22:53.203 INFO:teuthology.orchestra.run.smithi094.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-19T14:22:53.205 INFO:teuthology.orchestra.run.smithi094.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-19T14:22:53.206 INFO:teuthology.orchestra.run.smithi094.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-19T14:22:53.214 INFO:teuthology.orchestra.run.smithi094.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-19T14:22:53.215 INFO:teuthology.orchestra.run.smithi094.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-19T14:22:53.221 INFO:teuthology.orchestra.run.smithi094.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-19T14:22:53.221 INFO:teuthology.orchestra.run.smithi094.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-19T14:22:53.223 INFO:teuthology.orchestra.run.smithi094.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-19T14:22:53.223 INFO:teuthology.orchestra.run.smithi094.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-19T14:22:53.245 INFO:teuthology.orchestra.run.smithi094.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-19T14:22:53.246 INFO:teuthology.orchestra.run.smithi094.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-19T14:22:53.260 INFO:teuthology.orchestra.run.smithi094.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-19T14:22:53.261 INFO:teuthology.orchestra.run.smithi094.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-19T14:22:53.261 INFO:teuthology.orchestra.run.smithi094.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-19T14:22:53.270 INFO:teuthology.orchestra.run.smithi094.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-19T14:22:53.309 INFO:teuthology.orchestra.run.smithi094.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-19T14:22:53.362 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-mako. 2024-04-19T14:22:53.389 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T14:22:53.429 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:22:53.472 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-babel. 2024-04-19T14:22:53.499 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:22:53.538 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:22:53.741 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T14:22:53.767 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T14:22:53.807 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:22:53.833 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T14:22:53.860 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T14:22:53.899 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:22:53.925 INFO:teuthology.orchestra.run.smithi094.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3175-gc53d131d-1jammy [5,094 kB] 2024-04-19T14:22:54.015 INFO:teuthology.orchestra.run.smithi094.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3175-gc53d131d-1jammy [245 kB] 2024-04-19T14:22:54.022 INFO:teuthology.orchestra.run.smithi094.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:54.026 INFO:teuthology.orchestra.run.smithi094.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3175-gc53d131d-1jammy [1,528 kB] 2024-04-19T14:22:54.026 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T14:22:54.039 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T14:22:54.076 INFO:teuthology.orchestra.run.smithi094.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3175-gc53d131d-1jammy [6,257 kB] 2024-04-19T14:22:54.076 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:22:54.211 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T14:22:54.226 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:54.260 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:54.283 INFO:teuthology.orchestra.run.smithi094.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3175-gc53d131d-1jammy [22.8 MB] 2024-04-19T14:22:54.379 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-webob. 2024-04-19T14:22:54.406 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T14:22:54.445 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:22:54.564 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T14:22:54.590 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T14:22:54.630 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T14:22:54.849 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T14:22:54.876 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T14:22:54.908 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-routes. 2024-04-19T14:22:54.918 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:22:54.934 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T14:22:54.974 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:22:55.109 INFO:teuthology.orchestra.run.smithi094.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3175-gc53d131d-1jammy [14.0 kB] 2024-04-19T14:22:55.109 INFO:teuthology.orchestra.run.smithi094.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3175-gc53d131d-1jammy [870 kB] 2024-04-19T14:22:55.126 INFO:teuthology.orchestra.run.smithi094.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3175-gc53d131d-1jammy [2,437 kB] 2024-04-19T14:22:55.166 INFO:teuthology.orchestra.run.smithi094.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3175-gc53d131d-1jammy [791 kB] 2024-04-19T14:22:55.175 INFO:teuthology.orchestra.run.smithi094.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3175-gc53d131d-1jammy [149 kB] 2024-04-19T14:22:55.177 INFO:teuthology.orchestra.run.smithi094.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3175-gc53d131d-1jammy [2,297 kB] 2024-04-19T14:22:55.226 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T14:22:55.244 INFO:teuthology.orchestra.run.smithi094.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3175-gc53d131d-1jammy [8,625 kB] 2024-04-19T14:22:55.253 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T14:22:55.293 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:22:55.294 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T14:22:55.321 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:55.360 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:55.528 INFO:teuthology.orchestra.run.smithi094.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3175-gc53d131d-1jammy [14.2 kB] 2024-04-19T14:22:55.528 INFO:teuthology.orchestra.run.smithi094.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3175-gc53d131d-1jammy [51.6 MB] 2024-04-19T14:22:55.546 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-paste. 2024-04-19T14:22:55.573 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T14:22:55.604 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:22:55.940 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T14:22:55.956 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T14:22:55.999 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:22:56.268 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T14:22:56.295 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T14:22:56.326 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:22:56.596 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T14:22:56.615 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T14:22:56.623 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T14:22:56.631 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T14:22:56.662 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T14:22:56.673 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:22:56.957 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T14:22:56.984 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T14:22:57.023 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:22:57.168 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T14:22:57.195 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T14:22:57.234 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:22:57.403 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T14:22:57.430 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T14:22:57.464 INFO:teuthology.orchestra.run.smithi094.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3175-gc53d131d-1jammy [124 kB] 2024-04-19T14:22:57.467 INFO:teuthology.orchestra.run.smithi094.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3175-gc53d131d-1jammy [38.9 kB] 2024-04-19T14:22:57.468 INFO:teuthology.orchestra.run.smithi094.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3175-gc53d131d-1jammy [13.6 MB] 2024-04-19T14:22:57.470 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T14:22:57.596 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T14:22:57.623 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T14:22:57.662 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:22:57.814 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-idna. 2024-04-19T14:22:57.841 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T14:22:57.856 INFO:teuthology.orchestra.run.smithi094.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3175-gc53d131d-1jammy [91.6 kB] 2024-04-19T14:22:57.881 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T14:22:57.974 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T14:22:58.001 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T14:22:58.040 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:22:58.159 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T14:22:58.186 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T14:22:58.217 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:22:58.417 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 181 MB in 6s (32.3 MB/s) 2024-04-19T14:22:58.503 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-requests. 2024-04-19T14:22:58.519 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T14:22:58.553 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:22:58.621 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-19T14:22:58.722 INFO:teuthology.orchestra.run.smithi094.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 ... 165995 files and directories currently installed.) 2024-04-19T14:22:58.727 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-19T14:22:58.731 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T14:22:58.759 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:58.811 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:22:58.840 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T14:22:58.866 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T14:22:58.892 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:58.906 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:22:59.156 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-19T14:22:59.182 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-19T14:22:59.200 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T14:22:59.216 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:22:59.222 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:22:59.251 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:59.517 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-19T14:22:59.543 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-19T14:22:59.575 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:22:59.622 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T14:22:59.649 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:22:59.688 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:22:59.862 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T14:22:59.889 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T14:22:59.928 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T14:22:59.975 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T14:23:00.002 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T14:23:00.020 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-19T14:23:00.033 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:23:00.046 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:23:00.095 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:00.214 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T14:23:00.242 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T14:23:00.269 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T14:23:00.280 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:23:00.284 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T14:23:00.319 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T14:23:00.517 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-19T14:23:00.543 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:23:00.584 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:00.609 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T14:23:00.636 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T14:23:00.672 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T14:23:00.675 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:23:00.698 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:00.738 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:00.912 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-19T14:23:00.938 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-19T14:23:00.978 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:00.986 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T14:23:01.014 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T14:23:01.053 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T14:23:01.141 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T14:23:01.168 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:01.208 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:01.323 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-19T14:23:01.350 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-19T14:23:01.381 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T14:23:01.390 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:23:01.409 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T14:23:01.456 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T14:23:01.718 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librados2. 2024-04-19T14:23:01.734 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../007-librados2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:01.768 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:01.803 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T14:23:01.831 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:01.869 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:02.018 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T14:23:02.046 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T14:23:02.084 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:23:02.238 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librbd1. 2024-04-19T14:23:02.264 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../008-librbd1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:02.304 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:02.395 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T14:23:02.411 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T14:23:02.453 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T14:23:02.749 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs2. 2024-04-19T14:23:02.775 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:02.798 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T14:23:02.815 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:02.826 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T14:23:02.865 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:23:02.956 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph. 2024-04-19T14:23:02.981 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../066-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:03.022 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:03.093 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rados. 2024-04-19T14:23:03.108 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:03.143 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:03.292 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T14:23:03.319 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:03.350 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:03.438 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-19T14:23:03.464 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:03.504 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:03.562 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T14:23:03.590 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:03.628 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:03.703 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T14:23:03.730 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:03.757 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cephfs. 2024-04-19T14:23:03.769 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:03.772 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:03.815 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:03.947 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T14:23:03.974 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T14:23:04.013 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:23:04.135 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-19T14:23:04.161 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:04.164 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package cephadm. 2024-04-19T14:23:04.192 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../069-cephadm_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:04.202 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:04.231 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:04.325 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T14:23:04.352 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:04.391 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:23:04.505 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-19T14:23:04.520 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-19T14:23:04.550 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T14:23:04.555 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:23:04.577 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T14:23:04.616 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T14:23:04.627 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package jq. 2024-04-19T14:23:04.643 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:04.686 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T14:23:04.850 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-prettytable. 2024-04-19T14:23:04.876 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-19T14:23:04.916 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-19T14:23:04.938 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package socat. 2024-04-19T14:23:04.944 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T14:23:04.954 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T14:23:04.971 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:23:04.996 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:23:05.010 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:05.177 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rbd. 2024-04-19T14:23:05.192 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:05.236 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:05.316 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T14:23:05.343 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T14:23:05.382 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:23:05.581 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-19T14:23:05.606 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-19T14:23:05.647 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:23:05.694 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-test. 2024-04-19T14:23:05.710 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:05.753 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:05.925 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-19T14:23:05.940 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-19T14:23:05.975 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:23:05.999 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-babel. 2024-04-19T14:23:06.015 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:23:06.065 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:06.286 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-19T14:23:06.301 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-19T14:23:06.345 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:23:06.352 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T14:23:06.379 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T14:23:06.418 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:23:06.718 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua5.1. 2024-04-19T14:23:06.744 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-19T14:23:06.848 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:23:06.930 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T14:23:06.957 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:06.996 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:07.126 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-any. 2024-04-19T14:23:07.142 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-19T14:23:07.176 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-19T14:23:07.283 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T14:23:07.310 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T14:23:07.349 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T14:23:07.420 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package zip. 2024-04-19T14:23:07.436 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-19T14:23:07.479 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking zip (3.0-12build2) ... 2024-04-19T14:23:07.652 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-routes. 2024-04-19T14:23:07.679 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T14:23:07.718 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:23:07.774 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package unzip. 2024-04-19T14:23:07.800 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-19T14:23:07.840 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:23:08.055 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T14:23:08.083 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:08.107 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T14:23:08.121 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:08.135 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:08.174 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:08.186 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package luarocks. 2024-04-19T14:23:08.213 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-19T14:23:08.244 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:23:08.435 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T14:23:08.451 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:08.493 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:08.611 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librgw2. 2024-04-19T14:23:08.638 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../025-librgw2_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:08.678 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:08.804 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T14:23:08.831 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T14:23:08.871 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:23:09.209 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T14:23:09.230 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rgw. 2024-04-19T14:23:09.237 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T14:23:09.245 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:09.275 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:23:09.322 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:09.335 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T14:23:09.350 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T14:23:09.384 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:23:09.595 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T14:23:09.623 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T14:23:09.625 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-19T14:23:09.640 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-19T14:23:09.653 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:09.675 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:23:09.863 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T14:23:09.890 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T14:23:09.930 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:23:09.978 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libradosstriper1. 2024-04-19T14:23:10.005 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:10.045 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:10.075 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package pkg-config. 2024-04-19T14:23:10.102 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T14:23:10.133 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:23:10.336 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T14:23:10.348 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T14:23:10.385 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:10.473 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-common. 2024-04-19T14:23:10.491 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T14:23:10.500 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:10.518 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T14:23:10.540 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:10.558 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:23:10.839 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T14:23:10.866 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T14:23:10.869 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T14:23:10.896 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T14:23:10.905 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:10.935 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:23:11.183 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T14:23:11.210 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T14:23:11.249 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T14:23:11.577 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T14:23:11.605 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T14:23:11.619 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T14:23:11.635 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:11.644 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:23:11.754 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:11.913 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T14:23:11.940 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T14:23:11.971 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-base. 2024-04-19T14:23:11.979 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T14:23:11.997 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:12.038 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:12.341 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-py. 2024-04-19T14:23:12.368 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T14:23:12.415 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T14:23:12.567 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-19T14:23:12.593 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-19T14:23:12.625 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:23:12.735 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T14:23:12.763 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T14:23:12.766 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T14:23:12.793 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T14:23:12.802 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:23:12.832 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T14:23:12.970 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cheroot. 2024-04-19T14:23:12.996 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-19T14:23:13.036 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:23:13.135 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T14:23:13.162 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T14:23:13.202 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:23:13.255 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T14:23:13.284 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T14:23:13.322 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:23:13.364 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-19T14:23:13.391 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-19T14:23:13.431 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:23:13.505 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T14:23:13.533 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T14:23:13.563 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:23:13.633 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-toml. 2024-04-19T14:23:13.661 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T14:23:13.699 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T14:23:13.717 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-19T14:23:13.744 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-19T14:23:13.784 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:23:13.807 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T14:23:13.821 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T14:23:13.849 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T14:23:14.002 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T14:23:14.030 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T14:23:14.062 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-19T14:23:14.068 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:23:14.088 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-19T14:23:14.129 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:23:14.153 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T14:23:14.180 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T14:23:14.219 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T14:23:14.397 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T14:23:14.424 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T14:23:14.432 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempora. 2024-04-19T14:23:14.458 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-19T14:23:14.463 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:23:14.498 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-19T14:23:14.540 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T14:23:14.567 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T14:23:14.606 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:23:14.732 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T14:23:14.760 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T14:23:14.801 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-portend. 2024-04-19T14:23:14.815 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:23:14.828 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-19T14:23:14.875 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T14:23:14.876 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-19T14:23:14.900 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T14:23:14.933 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T14:23:15.155 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-19T14:23:15.182 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-19T14:23:15.213 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-19T14:23:15.254 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T14:23:15.281 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T14:23:15.320 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:23:15.516 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-19T14:23:15.543 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-19T14:23:15.577 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package radosgw. 2024-04-19T14:23:15.582 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:23:15.605 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../116-radosgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:15.644 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:15.928 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-natsort. 2024-04-19T14:23:15.955 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-19T14:23:15.976 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T14:23:15.986 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-19T14:23:15.992 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:16.025 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:16.239 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-logutils. 2024-04-19T14:23:16.266 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-19T14:23:16.286 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T14:23:16.306 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-19T14:23:16.314 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T14:23:16.353 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:23:16.430 INFO:teuthology.orchestra.run.smithi076.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T14:23:16.446 INFO:teuthology.orchestra.run.smithi076.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:16.480 INFO:teuthology.orchestra.run.smithi076.stdout:Unpacking rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:16.634 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-19T14:23:16.660 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-19T14:23:16.700 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:23:16.706 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T14:23:16.733 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:16.772 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:23:16.775 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:17.012 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-mako. 2024-04-19T14:23:17.017 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:23:17.034 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package jq. 2024-04-19T14:23:17.039 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-19T14:23:17.061 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:17.078 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:23:17.100 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T14:23:17.135 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:17.352 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package socat. 2024-04-19T14:23:17.369 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T14:23:17.382 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-19T14:23:17.397 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-19T14:23:17.399 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T14:23:17.411 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:23:17.432 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:23:17.702 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-19T14:23:17.706 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T14:23:17.722 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T14:23:17.728 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-19T14:23:17.746 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T14:23:17.764 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:23:17.768 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:23:18.071 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webob. 2024-04-19T14:23:18.098 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-19T14:23:18.118 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-test. 2024-04-19T14:23:18.134 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:18.137 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:23:18.176 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:18.189 INFO:teuthology.orchestra.run.smithi076.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T14:23:18.253 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:18.491 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-waitress. 2024-04-19T14:23:18.517 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-19T14:23:18.560 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:23:18.786 INFO:teuthology.orchestra.run.smithi076.stdout:Adding system user cephadm....done 2024-04-19T14:23:18.878 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempita. 2024-04-19T14:23:18.904 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-19T14:23:18.944 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:23:18.967 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:23:19.222 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-paste. 2024-04-19T14:23:19.227 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:23:19.249 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-19T14:23:19.288 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:23:19.478 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:19.604 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:23:19.609 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-19T14:23:19.635 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-19T14:23:19.675 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:23:19.871 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T14:23:19.962 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-19T14:23:19.988 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-19T14:23:20.070 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:23:20.139 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:23:20.274 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T14:23:20.348 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webtest. 2024-04-19T14:23:20.375 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-19T14:23:20.414 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-19T14:23:20.455 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T14:23:20.483 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:20.522 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:20.575 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:23:20.709 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pecan. 2024-04-19T14:23:20.736 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-19T14:23:20.776 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:23:20.826 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T14:23:20.854 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:20.892 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:20.910 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T14:23:21.139 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-certifi. 2024-04-19T14:23:21.162 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T14:23:21.166 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-19T14:23:21.203 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T14:23:21.206 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-19T14:23:21.230 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T14:23:21.269 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:23:21.454 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:23:21.526 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-idna. 2024-04-19T14:23:21.552 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-19T14:23:21.592 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-19T14:23:21.616 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T14:23:21.643 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T14:23:21.682 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:23:21.731 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:23:21.870 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-urllib3. 2024-04-19T14:23:21.886 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-19T14:23:21.920 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:23:21.990 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:23:22.045 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T14:23:22.072 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T14:23:22.111 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:22.240 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests. 2024-04-19T14:23:22.249 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:23:22.256 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-19T14:23:22.290 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:23:22.533 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package pkg-config. 2024-04-19T14:23:22.561 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T14:23:22.576 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:22.599 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:23:22.827 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:23:22.852 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-19T14:23:22.852 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T14:23:22.878 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-19T14:23:22.880 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T14:23:22.918 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:23:22.919 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:22.927 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:23:23.078 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:23:23.188 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-19T14:23:23.203 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:23.204 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:23:23.238 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:23.381 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T14:23:23.408 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T14:23:23.446 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:23.455 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:23:23.643 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-19T14:23:23.670 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:23.710 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:23.766 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T14:23:23.793 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T14:23:23.832 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T14:23:23.858 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T14:23:23.886 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T14:23:23.941 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:23:23.996 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-19T14:23:24.012 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-19T14:23:24.042 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T14:23:24.046 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:23:24.136 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T14:23:24.164 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T14:23:24.202 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:23:24.341 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-openssl. 2024-04-19T14:23:24.367 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-19T14:23:24.385 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:24.407 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-19T14:23:24.472 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T14:23:24.494 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T14:23:24.499 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T14:23:24.530 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T14:23:24.752 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr. 2024-04-19T14:23:24.770 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:23:24.779 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:24.819 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:24.858 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-py. 2024-04-19T14:23:24.885 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T14:23:24.924 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T14:23:25.038 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:23:25.206 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mon. 2024-04-19T14:23:25.228 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T14:23:25.233 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:25.256 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T14:23:25.272 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:25.294 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:23:25.356 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T14:23:25.481 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:23:25.843 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-osd. 2024-04-19T14:23:25.870 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:25.909 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:25.998 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T14:23:26.026 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T14:23:26.064 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:23:26.117 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:23:26.342 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-toml. 2024-04-19T14:23:26.353 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:23:26.370 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T14:23:26.409 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T14:23:26.452 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:23:26.570 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:23:26.711 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T14:23:26.740 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T14:23:26.778 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:23:26.879 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T14:23:27.057 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T14:23:27.084 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T14:23:27.114 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:23:27.272 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T14:23:27.342 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T14:23:27.358 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T14:23:27.408 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:23:27.531 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:23:27.763 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph. 2024-04-19T14:23:27.779 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../066-ceph_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:27.821 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:27.933 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:23:28.096 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package radosgw. 2024-04-19T14:23:28.123 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../116-radosgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:28.171 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:28.208 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-fuse. 2024-04-19T14:23:28.226 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:23:28.235 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:28.282 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:28.561 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:23:28.736 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mds. 2024-04-19T14:23:28.763 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:28.802 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:28.803 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:23:28.929 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:28.982 INFO:teuthology.orchestra.run.smithi070.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T14:23:28.998 INFO:teuthology.orchestra.run.smithi070.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:29.040 INFO:teuthology.orchestra.run.smithi070.stdout:Unpacking rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:29.189 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package cephadm. 2024-04-19T14:23:29.216 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../069-cephadm_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:29.230 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T14:23:29.255 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:29.336 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:29.564 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:23:29.586 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:23:29.608 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-19T14:23:29.635 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-19T14:23:29.683 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-19T14:23:29.706 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:29.942 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T14:23:30.003 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-19T14:23:30.018 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:23:30.061 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:30.253 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T14:23:30.671 INFO:teuthology.orchestra.run.smithi070.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T14:23:30.720 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:23:30.733 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:30.971 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:31.105 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T14:23:31.125 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-babel. 2024-04-19T14:23:31.152 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-19T14:23:31.191 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:31.274 INFO:teuthology.orchestra.run.smithi070.stdout:Adding system user cephadm....done 2024-04-19T14:23:31.398 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:23:31.430 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:23:31.516 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:23:31.519 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jinja2. 2024-04-19T14:23:31.546 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-19T14:23:31.586 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:23:31.616 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:23:31.715 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:23:31.884 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:23:31.931 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-19T14:23:31.949 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:31.958 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:31.997 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:32.070 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:23:32.127 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T14:23:32.326 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T14:23:32.334 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-19T14:23:32.361 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-19T14:23:32.370 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:32.401 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-19T14:23:32.512 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:23:32.577 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:23:32.704 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T14:23:32.721 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-routes. 2024-04-19T14:23:32.748 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-19T14:23:32.787 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:23:32.814 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:23:33.022 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:23:33.065 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T14:23:33.141 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-19T14:23:33.168 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:33.207 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:33.324 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T14:23:33.382 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T14:23:33.575 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:23:33.625 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T14:23:33.801 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T14:23:33.901 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:23:34.044 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:23:34.144 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:23:34.169 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T14:23:34.413 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-19T14:23:34.420 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:23:34.428 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-19T14:23:34.462 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:23:34.487 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:23:34.613 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:23:34.687 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:23:34.914 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:23:34.972 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:35.008 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-joblib. 2024-04-19T14:23:35.035 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-19T14:23:35.074 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:23:35.218 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:23:35.256 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:23:35.365 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:23:35.436 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-19T14:23:35.463 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-19T14:23:35.513 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:23:35.514 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:23:35.514 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:23:35.586 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:23:35.626 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:23:35.712 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:35.789 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn. 2024-04-19T14:23:35.810 INFO:teuthology.orchestra.run.smithi076.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T14:23:35.816 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-19T14:23:35.847 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:23:35.885 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:23:36.055 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:23:36.181 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:23:36.292 INFO:teuthology.orchestra.run.smithi070.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T14:23:36.324 INFO:teuthology.orchestra.run.smithi070.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T14:23:36.388 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:23:36.489 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T14:23:36.566 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:23:36.573 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-19T14:23:36.600 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:36.725 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:36.818 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T14:23:36.832 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:36.919 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T14:23:36.933 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T14:23:37.145 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:37.192 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:23:37.271 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:23:37.460 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:23:37.580 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:23:37.712 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cachetools. 2024-04-19T14:23:37.739 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-19T14:23:37.761 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T14:23:37.787 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-19T14:23:37.881 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:23:37.887 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:23:38.074 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-19T14:23:38.101 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-19T14:23:38.140 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:23:38.157 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T14:23:38.283 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T14:23:38.502 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-19T14:23:38.529 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-19T14:23:38.539 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:23:38.543 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T14:23:38.568 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:23:38.773 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:23:38.802 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:23:38.865 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rsa. 2024-04-19T14:23:38.882 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:23:38.892 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-19T14:23:38.932 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-19T14:23:39.008 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:23:39.147 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:23:39.252 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-google-auth. 2024-04-19T14:23:39.279 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-19T14:23:39.318 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T14:23:39.319 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-19T14:23:39.532 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T14:23:39.639 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-19T14:23:39.666 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-19T14:23:39.705 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:23:39.710 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T14:23:39.809 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:23:39.961 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:23:39.992 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-websocket. 2024-04-19T14:23:40.019 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-19T14:23:40.058 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-19T14:23:40.153 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:23:40.279 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:40.354 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-19T14:23:40.355 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:23:40.381 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-19T14:23:40.405 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:40.428 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:23:40.531 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:23:40.639 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:23:40.868 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:40.969 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:40.974 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:23:41.070 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T14:23:41.118 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-19T14:23:41.134 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:41.176 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:41.233 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:23:41.346 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:41.359 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:41.472 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:41.496 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-19T14:23:41.523 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-19T14:23:41.562 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:23:41.598 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:41.660 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T14:23:41.802 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:23:41.802 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:23:41.882 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-19T14:23:41.909 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:41.940 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:23:41.978 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:23:42.227 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package jq. 2024-04-19T14:23:42.254 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-19T14:23:42.293 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-19T14:23:42.308 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:42.434 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:42.543 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:42.546 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package socat. 2024-04-19T14:23:42.573 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-19T14:23:42.604 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:23:42.645 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:23:42.925 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package xmlstarlet. 2024-04-19T14:23:42.952 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-19T14:23:42.991 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:23:43.142 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:23:43.354 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-test. 2024-04-19T14:23:43.381 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:43.393 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:43.420 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:43.527 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T14:23:43.812 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:23:43.848 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:43.946 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:23:43.949 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:44.047 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:23:44.050 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:44.168 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:44.294 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:44.323 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:23:44.583 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T14:23:44.803 INFO:teuthology.orchestra.run.smithi076.stdout:Adding group ceph....done 2024-04-19T14:23:44.842 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:44.968 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:23:45.164 INFO:teuthology.orchestra.run.smithi076.stdout:Adding system user ceph....done 2024-04-19T14:23:45.278 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:23:45.299 INFO:teuthology.orchestra.run.smithi076.stdout:Setting system user ceph properties....done 2024-04-19T14:23:45.313 INFO:teuthology.orchestra.run.smithi076.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T14:23:45.446 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T14:23:45.537 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T14:23:45.684 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-volume. 2024-04-19T14:23:45.711 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3175-gc53d131d-1jammy_all.deb ... 2024-04-19T14:23:45.750 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:45.774 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T14:23:45.796 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T14:23:46.029 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-19T14:23:46.039 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:23:46.045 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:46.078 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:46.262 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:46.265 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T14:23:46.388 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:46.415 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-19T14:23:46.443 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-19T14:23:46.481 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:23:46.766 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:23:46.811 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-19T14:23:46.839 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-19T14:23:46.862 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:23:46.862 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:23:46.878 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:23:46.892 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T14:23:47.168 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:23:47.249 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package nvme-cli. 2024-04-19T14:23:47.276 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-19T14:23:47.294 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:23:47.315 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:47.356 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:47.587 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:23:47.733 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T14:23:47.738 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package pkg-config. 2024-04-19T14:23:47.765 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-19T14:23:47.804 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:23:47.904 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:23:48.040 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-19T14:23:48.056 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-19T14:23:48.090 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:48.139 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:23:48.234 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:48.265 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:23:48.391 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:23:48.480 INFO:teuthology.orchestra.run.smithi070.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T14:23:48.495 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:23:48.495 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:23:48.536 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-19T14:23:48.563 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-19T14:23:48.602 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:48.717 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:23:48.860 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:23:48.905 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastescript. 2024-04-19T14:23:48.932 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-19T14:23:48.977 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:48.996 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-19T14:23:49.195 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:23:49.195 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:23:49.245 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:23:49.292 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pluggy. 2024-04-19T14:23:49.319 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-19T14:23:49.350 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:23:49.480 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T14:23:49.580 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T14:23:49.661 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-psutil. 2024-04-19T14:23:49.679 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:49.689 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-19T14:23:49.728 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-19T14:23:49.815 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:23:49.941 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:23:49.951 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:23:49.951 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:23:50.064 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-py. 2024-04-19T14:23:50.091 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-19T14:23:50.130 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-19T14:23:50.258 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:23:50.418 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pygments. 2024-04-19T14:23:50.438 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:50.445 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-19T14:23:50.476 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:23:50.551 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:23:50.564 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:50.715 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:50.835 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T14:23:50.928 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:23:50.929 INFO:teuthology.orchestra.run.smithi076.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:23:50.947 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-19T14:23:50.961 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T14:23:50.974 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-19T14:23:51.013 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:23:51.229 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T14:23:51.325 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-toml. 2024-04-19T14:23:51.352 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-19T14:23:51.391 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-19T14:23:51.433 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:51.480 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:23:51.568 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:51.662 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pytest. 2024-04-19T14:23:51.689 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-19T14:23:51.710 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:51.719 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:23:51.825 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:23:51.861 INFO:teuthology.orchestra.run.smithi076.stdout:Setting up ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:52.064 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplejson. 2024-04-19T14:23:52.092 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-19T14:23:52.130 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:23:52.210 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T14:23:52.281 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T14:23:52.398 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T14:23:52.400 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-19T14:23:52.425 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-19T14:23:52.467 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:23:52.494 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:23:52.551 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T14:23:52.839 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:23:52.940 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:53.066 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:53.192 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:23:53.263 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package radosgw. 2024-04-19T14:23:53.290 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../116-radosgw_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:53.528 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:53.579 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:53.653 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:53.668 INFO:teuthology.orchestra.run.smithi076.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T14:23:53.763 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T14:23:54.023 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:54.141 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:54.267 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:54.302 INFO:teuthology.orchestra.run.smithi076.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T14:23:54.308 DEBUG:teuthology.parallel:result is None 2024-04-19T14:23:54.415 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package rbd-fuse. 2024-04-19T14:23:54.431 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3175-gc53d131d-1jammy_amd64.deb ... 2024-04-19T14:23:54.474 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:54.480 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:23:54.480 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:23:54.787 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-19T14:23:54.951 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:55.046 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-19T14:23:55.077 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:55.172 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-19T14:23:55.194 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:55.304 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:23:55.412 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-19T14:23:55.761 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-19T14:23:56.190 INFO:teuthology.orchestra.run.smithi094.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-19T14:23:56.266 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:56.499 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:56.625 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:56.751 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:56.799 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user cephadm....done 2024-04-19T14:23:56.947 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-19T14:23:57.052 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:57.169 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:57.215 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-19T14:23:57.458 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-19T14:23:57.576 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-19T14:23:57.662 INFO:teuthology.orchestra.run.smithi070.stdout:Adding group ceph....done 2024-04-19T14:23:57.827 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-19T14:23:58.030 INFO:teuthology.orchestra.run.smithi070.stdout:Adding system user ceph....done 2024-04-19T14:23:58.086 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-19T14:23:58.182 INFO:teuthology.orchestra.run.smithi070.stdout:Setting system user ceph properties....done 2024-04-19T14:23:58.198 INFO:teuthology.orchestra.run.smithi070.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T14:23:58.212 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-19T14:23:58.333 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T14:23:58.523 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-19T14:23:58.671 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T14:23:58.892 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-19T14:23:59.120 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:59.168 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-19T14:23:59.246 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:23:59.453 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-19T14:23:59.698 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:23:59.698 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:23:59.754 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-19T14:24:00.014 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-19T14:24:00.123 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:00.265 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-19T14:24:00.491 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T14:24:00.591 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-argparse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:00.834 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-19T14:24:00.941 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:00.960 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-19T14:24:01.086 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-19T14:24:01.165 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:24:01.166 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:24:01.212 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-19T14:24:01.471 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-19T14:24:01.626 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:01.860 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:24:01.861 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:24:01.874 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-19T14:24:01.903 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-19T14:24:01.975 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-19T14:24:02.101 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-19T14:24:02.335 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:02.461 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-19T14:24:02.603 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-19T14:24:02.629 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:24:02.629 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:24:02.871 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-19T14:24:03.096 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:03.131 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-19T14:24:03.205 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:03.331 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:03.466 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up zip (3.0-12build2) ... 2024-04-19T14:24:03.525 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:24:03.526 INFO:teuthology.orchestra.run.smithi070.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:24:03.575 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-19T14:24:03.973 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.133 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.235 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-19T14:24:04.284 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.435 INFO:teuthology.orchestra.run.smithi070.stdout:Setting up ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:04.486 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-19T14:24:04.613 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-19T14:24:04.738 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-19T14:24:04.771 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T14:24:04.863 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T14:24:05.016 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T14:24:05.031 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-19T14:24:05.399 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-19T14:24:05.634 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-19T14:24:05.831 INFO:teuthology.orchestra.run.smithi070.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T14:24:06.010 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-19T14:24:06.320 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-19T14:24:06.467 INFO:teuthology.orchestra.run.smithi070.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T14:24:06.472 DEBUG:teuthology.parallel:result is None 2024-04-19T14:24:06.680 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-19T14:24:06.931 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-19T14:24:07.040 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:07.334 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-idna (3.3-1) ... 2024-04-19T14:24:07.651 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-19T14:24:08.774 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-19T14:24:09.026 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:09.160 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-19T14:24:09.420 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-19T14:24:09.546 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-19T14:24:09.672 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-19T14:24:09.957 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-19T14:24:10.200 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-19T14:24:10.492 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:10.618 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-19T14:24:10.920 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-19T14:24:11.171 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-19T14:24:11.431 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-19T14:24:11.665 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-19T14:24:11.908 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-19T14:24:12.184 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-19T14:24:12.310 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-19T14:24:12.586 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-19T14:24:12.713 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-19T14:24:13.005 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-19T14:24:13.315 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-19T14:24:13.575 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-19T14:24:13.701 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-19T14:24:13.827 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-19T14:24:13.916 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-19T14:24:14.170 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-19T14:24:14.296 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-19T14:24:14.698 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-19T14:24:14.949 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-19T14:24:15.058 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-19T14:24:15.318 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-19T14:24:15.444 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-19T14:24:15.762 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-19T14:24:16.063 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-19T14:24:16.339 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-19T14:24:16.448 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-19T14:24:16.717 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-19T14:24:17.018 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-19T14:24:17.379 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-19T14:24:17.773 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-19T14:24:18.066 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-19T14:24:18.411 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-19T14:24:18.537 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librados2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:18.663 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:18.789 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-19T14:24:19.101 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:19.227 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libradosstriper1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:19.353 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-19T14:24:19.629 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librbd1 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:19.755 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-modules-core (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:19.857 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:20.061 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:24:20.061 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-19T14:24:20.566 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs-dev (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:20.693 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rados (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:20.819 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librgw2 (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:20.945 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-19T14:24:22.099 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rbd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:22.199 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up rbd-fuse (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:22.326 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:22.452 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cephfs (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:22.578 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-common (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:23.113 INFO:teuthology.orchestra.run.smithi094.stdout:Adding group ceph....done 2024-04-19T14:24:23.481 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user ceph....done 2024-04-19T14:24:23.649 INFO:teuthology.orchestra.run.smithi094.stdout:Setting system user ceph properties....done 2024-04-19T14:24:23.664 INFO:teuthology.orchestra.run.smithi094.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-19T14:24:23.798 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-19T14:24:24.104 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-19T14:24:24.580 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-test (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:24.706 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up radosgw (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:25.184 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:24:25.185 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-19T14:24:25.633 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-base (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:25.984 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-19T14:24:26.462 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mds (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:26.695 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:24:26.695 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-19T14:24:27.180 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:27.408 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:24:27.409 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-19T14:24:27.889 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-osd (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:28.156 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:24:28.157 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-19T14:24:28.649 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:28.767 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:28.919 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mon (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:29.130 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:24:29.131 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-19T14:24:29.628 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-cephadm (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:29.771 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:29.897 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-dashboard (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:30.048 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-volume (19.0.0-3175-gc53d131d-1jammy) ... 2024-04-19T14:24:30.383 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-19T14:24:30.634 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-19T14:24:30.787 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-19T14:24:31.519 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-19T14:24:32.222 INFO:teuthology.orchestra.run.smithi094.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-19T14:24:32.226 DEBUG:teuthology.parallel:result is None 2024-04-19T14:24:32.227 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:24:32.377 DEBUG:teuthology.orchestra.run.smithi070:> dpkg-query -W -f '${Version}' ceph 2024-04-19T14:24:32.396 INFO:teuthology.orchestra.run.smithi070.stdout:19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:24:32.397 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:24:32.397 INFO:teuthology.task.install:The correct ceph version 19.0.0-3175-gc53d131d-1jammy is installed. 2024-04-19T14:24:32.399 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:24:32.621 DEBUG:teuthology.orchestra.run.smithi076:> dpkg-query -W -f '${Version}' ceph 2024-04-19T14:24:32.641 INFO:teuthology.orchestra.run.smithi076.stdout:19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:24:32.641 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:24:32.641 INFO:teuthology.task.install:The correct ceph version 19.0.0-3175-gc53d131d-1jammy is installed. 2024-04-19T14:24:32.643 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:24:32.857 DEBUG:teuthology.orchestra.run.smithi094:> dpkg-query -W -f '${Version}' ceph 2024-04-19T14:24:32.877 INFO:teuthology.orchestra.run.smithi094.stdout:19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:24:32.877 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3175-gc53d131d-1jammy 2024-04-19T14:24:32.877 INFO:teuthology.task.install:The correct ceph version 19.0.0-3175-gc53d131d-1jammy is installed. 2024-04-19T14:24:32.879 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-19T14:24:32.879 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:24:32.879 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T14:24:32.894 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:24:32.894 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T14:24:32.908 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:24:32.908 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-19T14:24:32.933 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-19T14:24:32.933 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:24:32.933 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T14:24:32.949 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T14:24:33.004 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:24:33.004 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T14:24:33.018 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T14:24:33.072 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:24:33.072 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-04-19T14:24:33.085 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-19T14:24:33.139 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-19T14:24:33.140 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:24:33.140 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T14:24:33.153 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T14:24:33.208 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:24:33.208 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T14:24:33.222 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T14:24:33.275 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:24:33.275 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-19T14:24:33.288 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-19T14:24:33.343 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-19T14:24:33.343 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:24:33.343 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T14:24:33.357 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T14:24:33.412 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:24:33.412 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T14:24:33.425 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T14:24:33.479 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:24:33.479 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-04-19T14:24:33.493 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-19T14:24:33.546 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-19T14:24:33.650 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': 'c53d131d890ca258dc8708b5590933577e6ceba0'} 2024-04-19T14:24:33.650 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:24:33.651 INFO:tasks.cephadm:Cluster fsid is 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:24:33.651 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-19T14:24:33.651 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.70', 'mon.b': '172.21.15.76', 'mon.c': '172.21.15.94'} 2024-04-19T14:24:33.651 INFO:tasks.cephadm:First mon is mon.a on smithi070 2024-04-19T14:24:33.651 INFO:tasks.cephadm:First mgr is a 2024-04-19T14:24:33.651 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-19T14:24:33.651 DEBUG:teuthology.orchestra.run.smithi070:> sudo hostname $(hostname -s) 2024-04-19T14:24:33.666 DEBUG:teuthology.orchestra.run.smithi076:> sudo hostname $(hostname -s) 2024-04-19T14:24:33.680 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-04-19T14:24:33.694 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-19T14:24:33.697 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:24:33.839 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c53d131d890ca258dc8708b5590933577e6ceba0', '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/78695/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3175-gc53d131d', 'node_name': '172.21.5.37+adami07', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3175-gc53d131d-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-18 08:17:16.513591', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-17-1713', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-19T14:24:33.977 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-04-17-1713, sha1 c53d131d890ca258dc8708b5590933577e6ceba0 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:24:33.979 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-19T14:24:33.979 DEBUG:teuthology.orchestra.run.smithi070:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:34.664 INFO:teuthology.orchestra.run.smithi070.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789588 Apr 19 14:24 /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:34.665 DEBUG:teuthology.orchestra.run.smithi076:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:35.313 INFO:teuthology.orchestra.run.smithi076.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789588 Apr 19 14:24 /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:35.313 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-17-1713/c53d131d890ca258dc8708b5590933577e6ceba0/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:35.969 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789588 Apr 19 14:24 /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:35.970 DEBUG:teuthology.orchestra.run.smithi070:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:35.978 DEBUG:teuthology.orchestra.run.smithi076:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:35.985 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-19T14:24:36.003 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 on all hosts... 2024-04-19T14:24:36.003 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 pull 2024-04-19T14:24:36.022 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 pull 2024-04-19T14:24:36.029 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 pull 2024-04-19T14:24:36.188 INFO:teuthology.orchestra.run.smithi070.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:24:36.195 INFO:teuthology.orchestra.run.smithi076.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:24:36.201 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:25:31.002 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-04-19T14:25:31.003 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev)", 2024-04-19T14:25:31.003 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "6e45217f6088dc8b71a9dff14416db8db91bf6a00fdaca7ac48748e0d35e5c2a", 2024-04-19T14:25:31.003 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2024-04-19T14:25:31.003 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da" 2024-04-19T14:25:31.003 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2024-04-19T14:25:31.003 INFO:teuthology.orchestra.run.smithi094.stdout:} 2024-04-19T14:25:31.971 INFO:teuthology.orchestra.run.smithi076.stdout:{ 2024-04-19T14:25:31.971 INFO:teuthology.orchestra.run.smithi076.stdout: "ceph_version": "ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev)", 2024-04-19T14:25:31.971 INFO:teuthology.orchestra.run.smithi076.stdout: "image_id": "6e45217f6088dc8b71a9dff14416db8db91bf6a00fdaca7ac48748e0d35e5c2a", 2024-04-19T14:25:31.971 INFO:teuthology.orchestra.run.smithi076.stdout: "repo_digests": [ 2024-04-19T14:25:31.971 INFO:teuthology.orchestra.run.smithi076.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da" 2024-04-19T14:25:31.971 INFO:teuthology.orchestra.run.smithi076.stdout: ] 2024-04-19T14:25:31.971 INFO:teuthology.orchestra.run.smithi076.stdout:} 2024-04-19T14:25:34.499 INFO:teuthology.orchestra.run.smithi070.stdout:{ 2024-04-19T14:25:34.500 INFO:teuthology.orchestra.run.smithi070.stdout: "ceph_version": "ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev)", 2024-04-19T14:25:34.500 INFO:teuthology.orchestra.run.smithi070.stdout: "image_id": "6e45217f6088dc8b71a9dff14416db8db91bf6a00fdaca7ac48748e0d35e5c2a", 2024-04-19T14:25:34.500 INFO:teuthology.orchestra.run.smithi070.stdout: "repo_digests": [ 2024-04-19T14:25:34.500 INFO:teuthology.orchestra.run.smithi070.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da" 2024-04-19T14:25:34.500 INFO:teuthology.orchestra.run.smithi070.stdout: ] 2024-04-19T14:25:34.500 INFO:teuthology.orchestra.run.smithi070.stdout:} 2024-04-19T14:25:34.547 DEBUG:teuthology.orchestra.run.smithi070:> sudo mkdir -p /etc/ceph 2024-04-19T14:25:34.562 DEBUG:teuthology.orchestra.run.smithi076:> sudo mkdir -p /etc/ceph 2024-04-19T14:25:34.576 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2024-04-19T14:25:34.591 DEBUG:teuthology.orchestra.run.smithi070:> sudo chmod 777 /etc/ceph 2024-04-19T14:25:34.616 DEBUG:teuthology.orchestra.run.smithi076:> sudo chmod 777 /etc/ceph 2024-04-19T14:25:34.631 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2024-04-19T14:25:34.646 INFO:tasks.cephadm:Writing seed config... 2024-04-19T14:25:34.647 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-19T14:25:34.647 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-19T14:25:34.647 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-19T14:25:34.647 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-19T14:25:34.648 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-19T14:25:34.648 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-19T14:25:34.648 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-19T14:25:34.648 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-19T14:25:34.648 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-19T14:25:34.648 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:25:34.648 DEBUG:teuthology.orchestra.run.smithi070:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-19T14:25:34.665 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 = 8aee3e06-fe58-11ee-bc92-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-04-19T14:25:34.665 DEBUG:teuthology.orchestra.run.smithi070:mon.a> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a.service 2024-04-19T14:25:34.710 DEBUG:teuthology.orchestra.run.smithi070:mgr.a> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.a.service 2024-04-19T14:25:34.757 INFO:tasks.cephadm:Bootstrapping... 2024-04-19T14:25:34.757 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 -v bootstrap --fsid 8aee3e06-fe58-11ee-bc92-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.70 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:25:34.966 INFO:teuthology.orchestra.run.smithi070.stdout:-------------------------------------------------------------------------------- 2024-04-19T14:25:34.967 INFO:teuthology.orchestra.run.smithi070.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0', '-v', 'bootstrap', '--fsid', '8aee3e06-fe58-11ee-bc92-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.70', '--skip-admin-label'] 2024-04-19T14:25:34.967 INFO:teuthology.orchestra.run.smithi070.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-19T14:25:34.967 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying podman|docker is present... 2024-04-19T14:25:34.968 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying lvm2 is present... 2024-04-19T14:25:34.968 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying time synchronization is in place... 2024-04-19T14:25:34.973 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-19T14:25:34.973 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-19T14:25:34.978 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-19T14:25:34.978 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:34.982 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-19T14:25:34.982 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-19T14:25:34.986 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-19T14:25:34.986 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:34.990 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-19T14:25:34.990 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout masked 2024-04-19T14:25:34.993 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-19T14:25:34.993 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:34.996 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-19T14:25:34.996 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-19T14:25:35.000 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-19T14:25:35.000 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:35.004 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout enabled 2024-04-19T14:25:35.009 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout active 2024-04-19T14:25:35.009 INFO:teuthology.orchestra.run.smithi070.stdout:Unit ntp.service is enabled and running 2024-04-19T14:25:35.010 INFO:teuthology.orchestra.run.smithi070.stdout:Repeating the final host check... 2024-04-19T14:25:35.010 INFO:teuthology.orchestra.run.smithi070.stdout:docker (/usr/bin/docker) is present 2024-04-19T14:25:35.010 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl is present 2024-04-19T14:25:35.010 INFO:teuthology.orchestra.run.smithi070.stdout:lvcreate is present 2024-04-19T14:25:35.013 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-19T14:25:35.013 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-19T14:25:35.016 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-19T14:25:35.016 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:35.020 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-19T14:25:35.020 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-19T14:25:35.025 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-19T14:25:35.025 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:35.028 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-19T14:25:35.028 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout masked 2024-04-19T14:25:35.032 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-19T14:25:35.032 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:35.036 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-19T14:25:35.036 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-19T14:25:35.040 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-19T14:25:35.040 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout inactive 2024-04-19T14:25:35.044 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout enabled 2024-04-19T14:25:35.048 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stdout active 2024-04-19T14:25:35.048 INFO:teuthology.orchestra.run.smithi070.stdout:Unit ntp.service is enabled and running 2024-04-19T14:25:35.048 INFO:teuthology.orchestra.run.smithi070.stdout:Host looks OK 2024-04-19T14:25:35.049 INFO:teuthology.orchestra.run.smithi070.stdout:Cluster fsid: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:35.049 INFO:teuthology.orchestra.run.smithi070.stdout:Acquiring lock 140510780057504 on /run/cephadm/8aee3e06-fe58-11ee-bc92-c7b262605968.lock 2024-04-19T14:25:35.049 INFO:teuthology.orchestra.run.smithi070.stdout:Lock 140510780057504 acquired on /run/cephadm/8aee3e06-fe58-11ee-bc92-c7b262605968.lock 2024-04-19T14:25:35.049 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying IP 172.21.15.70 port 3300 ... 2024-04-19T14:25:35.049 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying IP 172.21.15.70 port 6789 ... 2024-04-19T14:25:35.049 INFO:teuthology.orchestra.run.smithi070.stdout:Base mon IP(s) is [172.21.15.70:3300, 172.21.15.70:6789], mon addrv is [v2:172.21.15.70:3300,v1:172.21.15.70:6789] 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.70 metric 100 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.70 metric 100 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.70 metric 100 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.70 metric 100 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.70 metric 100 2024-04-19T14:25:35.052 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.70 metric 100 2024-04-19T14:25:35.053 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-19T14:25:35.053 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-04-19T14:25:35.054 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1591sec pref medium 2024-04-19T14:25:35.056 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-19T14:25:35.056 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-19T14:25:35.056 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-19T14:25:35.056 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-04-19T14:25:35.056 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d3e7/64 scope link 2024-04-19T14:25:35.056 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-19T14:25:35.057 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.0/20` 2024-04-19T14:25:35.057 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.0/20` 2024-04-19T14:25:35.057 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.1/32` 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.1/32` 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.2/32` 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.0.2/32` 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.15.254/32` 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Mon IP `172.21.15.70` is in CIDR network `172.21.15.254/32` 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-19T14:25:35.058 INFO:teuthology.orchestra.run.smithi070.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0... 2024-04-19T14:25:35.288 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout c53d131d890ca258dc8708b5590933577e6ceba0: Pulling from ceph-ci/ceph 2024-04-19T14:25:35.288 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout Digest: sha256:4336d18ea407f48b16d437b0f9a6b7beed1f42ae38130c194e2f64fc18bf44da 2024-04-19T14:25:35.288 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:25:35.288 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 2024-04-19T14:25:36.820 INFO:teuthology.orchestra.run.smithi070.stdout:ceph: stdout ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev) 2024-04-19T14:25:36.820 INFO:teuthology.orchestra.run.smithi070.stdout:Ceph version: ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev) 2024-04-19T14:25:36.820 INFO:teuthology.orchestra.run.smithi070.stdout:Extracting ceph user uid/gid from container image... 2024-04-19T14:25:38.158 INFO:teuthology.orchestra.run.smithi070.stdout:stat: stdout 167 167 2024-04-19T14:25:38.158 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial keys... 2024-04-19T14:25:39.437 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQDifiJmrsJAMRAAbBtsfsRxs7UxjxvdTUsQzg== 2024-04-19T14:25:40.775 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQDkfiJmRvIaCxAAxEmdkTtgoBQUzR7AhGzu6A== 2024-04-19T14:25:42.164 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-authtool: stdout AQDlfiJmWUBPIBAAtcMp5UcthPnVAd6Uy1gUMA== 2024-04-19T14:25:42.164 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial monmap... 2024-04-19T14:25:43.477 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-19T14:25:43.477 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-19T14:25:43.477 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:43.477 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-19T14:25:43.477 INFO:teuthology.orchestra.run.smithi070.stdout:monmaptool for a [v2:172.21.15.70:3300,v1:172.21.15.70:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-19T14:25:43.478 INFO:teuthology.orchestra.run.smithi070.stdout:setting min_mon_release = quincy 2024-04-19T14:25:43.478 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: set fsid to 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:43.478 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-19T14:25:43.478 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:25:43.478 INFO:teuthology.orchestra.run.smithi070.stdout:Creating mon... 2024-04-19T14:25:44.904 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.293+0000 7f9734c3ac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T14:25:44.904 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.293+0000 7f9734c3ac80 1 imported monmap: 2024-04-19T14:25:44.904 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-19T14:25:44.904 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:44.904 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:44.904 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:44.904 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.293+0000 7f9734c3ac80 0 /usr/bin/ceph-mon: set fsid to 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Git sha 0 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Compile date 2024-04-18 16:17:16 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: DB SUMMARY 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: DB Session ID: D1R6C3KNH8J8ZP3HFN8G 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-19T14:25:44.905 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.create_if_missing: 1 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.env: 0x558cba2a8cc0 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.info_log: 0x558cbb966e60 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.statistics: (nil) 2024-04-19T14:25:44.906 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.use_fsync: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.db_log_dir: 2024-04-19T14:25:44.907 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.wal_dir: 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.write_buffer_manager: 0x558cbb8faaa0 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T14:25:44.908 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.unordered_write: 0 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.row_cache: None 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.wal_filter: None 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T14:25:44.909 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.wal_compression: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T14:25:44.910 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_open_files: -1 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T14:25:44.911 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Compression algorithms supported: 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kZSTD supported: 0 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.912 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.merge_operator: 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_filter: None 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x558cbb967040) 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-19T14:25:44.913 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x558cbb92d1f0 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-19T14:25:44.914 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-19T14:25:44.915 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression: NoCompression 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.num_levels: 7 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T14:25:44.916 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T14:25:44.917 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T14:25:44.918 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T14:25:44.919 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T14:25:44.920 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.ttl: 2592000 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T14:25:44.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 82dd3012-5244-4d5d-86c3-f9e59c2d1a5e 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558cbba1c000 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9734c3ac80 4 rocksdb: DB pointer 0x558cbba0c000 2024-04-19T14:25:44.922 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9724d9c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.297+0000 7f9724d9c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T14:25:44.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T14:25:44.924 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x558cbb92d1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.301+0000 7f9734c3ac80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.301+0000 7f9734c3ac80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-19T14:25:44.301+0000 7f9734c3ac80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-19T14:25:44.925 INFO:teuthology.orchestra.run.smithi070.stdout:create mon.a on 2024-04-19T14:25:45.144 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-19T14:25:45.345 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-19T14:25:45.573 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968.target. 2024-04-19T14:25:45.573 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968.target. 2024-04-19T14:25:45.866 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a 2024-04-19T14:25:45.866 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a.service: Unit ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a.service not loaded. 2024-04-19T14:25:46.055 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968.target.wants/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@.service. 2024-04-19T14:25:46.064 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-04-19T14:25:46.065 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to enable service . firewalld.service is not available 2024-04-19T14:25:46.065 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mon to start... 2024-04-19T14:25:46.065 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mon... 2024-04-19T14:25:47.532 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:47 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.371343+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout cluster: 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout id: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout services: 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.150139s) 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-19T14:25:48.153 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout data: 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout pgs: 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:mon is available 2024-04-19T14:25:48.154 INFO:teuthology.orchestra.run.smithi070.stdout:Assimilating anything we can from ceph.conf... 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374751+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374751+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374891+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374891+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374902+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374902+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374910+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374910+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374918+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374918+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374929+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374929+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374938+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374938+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374946+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.374946+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.376892+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.376892+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.379142+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.379142+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.379599+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: cluster 2024-04-19T14:25:47.379599+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:25:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: audit 2024-04-19T14:25:47.524812+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/677247415' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-19T14:25:48.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:48 smithi070 bash[21179]: audit 2024-04-19T14:25:47.524812+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/677247415' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-19T14:25:49.619 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:49 smithi070 bash[21179]: audit 2024-04-19T14:25:49.145213+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.70:0/3896257930' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:25:49.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:49 smithi070 bash[21179]: audit 2024-04-19T14:25:49.145213+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.70:0/3896257930' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:25:49.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:49 smithi070 bash[21179]: audit 2024-04-19T14:25:49.149192+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.70:0/3896257930' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:25:49.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:49 smithi070 bash[21179]: audit 2024-04-19T14:25:49.149192+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.70:0/3896257930' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:25:49.799 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:25:49.799 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [global] 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout fsid = 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.70:3300,v1:172.21.15.70:6789] 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [osd] 2024-04-19T14:25:49.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-19T14:25:49.801 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-19T14:25:49.801 INFO:teuthology.orchestra.run.smithi070.stdout:Generating new minimal ceph.conf... 2024-04-19T14:25:51.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:50 smithi070 bash[21179]: audit 2024-04-19T14:25:50.832611+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.70:0/1098790118' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:25:51.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:50 smithi070 bash[21179]: audit 2024-04-19T14:25:50.832611+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.70:0/1098790118' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:25:51.437 INFO:teuthology.orchestra.run.smithi070.stdout:Restarting the monitor... 2024-04-19T14:25:51.791 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:51 smithi070 systemd[1]: Stopping Ceph mon.a for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:25:51.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:51 smithi070 bash[21179]: debug 2024-04-19T14:25:51.604+0000 7f0f97951700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:25:51.792 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:51 smithi070 bash[21179]: debug 2024-04-19T14:25:51.604+0000 7f0f97951700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-19T14:25:52.388 INFO:teuthology.orchestra.run.smithi070.stdout:Setting public_network to 172.21.15.254/32,172.21.0.0/20,172.21.0.1/32,172.21.0.2/32 in mon config section 2024-04-19T14:25:52.619 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:52 smithi070 bash[21565]: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-mon-a 2024-04-19T14:25:52.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:52 smithi070 bash[21625]: Error response from daemon: No such container: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-mon-a 2024-04-19T14:25:52.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:52 smithi070 systemd[1]: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-19T14:25:52.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:52 smithi070 systemd[1]: Stopped Ceph mon.a for 8aee3e06-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:25:52.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:52 smithi070 systemd[1]: Started Ceph mon.a for 8aee3e06-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:25:53.833 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.528+0000 7f204b5abc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.528+0000 7f204b5abc80 0 ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev), process ceph-mon, pid 7 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.528+0000 7f204b5abc80 0 pidfile_write: ignore empty --pid-file 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.532+0000 7f204b5abc80 0 load: jerasure load: lrc 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Git sha 0 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Compile date 2024-04-18 16:17:16 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: DB SUMMARY 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: DB Session ID: TIOS0UHNVQIB0S41DSXJ 2024-04-19T14:25:53.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: CURRENT file: CURRENT 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88545 ; 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.create_if_missing: 0 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T14:25:53.835 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.env: 0x5563b6febcc0 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.info_log: 0x5563b929dc40 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.statistics: (nil) 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.use_fsync: 0 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T14:25:53.836 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.db_log_dir: 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.wal_dir: 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T14:25:53.837 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.write_buffer_manager: 0x5563b92330e0 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T14:25:53.838 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.unordered_write: 0 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.row_cache: None 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.wal_filter: None 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T14:25:53.839 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.wal_compression: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T14:25:53.840 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T14:25:53.841 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_open_files: -1 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Compression algorithms supported: 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kZSTD supported: 0 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T14:25:53.842 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T14:25:53.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T14:25:53.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T14:25:53.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T14:25:53.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T14:25:53.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T14:25:53.843 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-19T14:25:53.844 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T14:25:53.844 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T14:25:53.844 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.merge_operator: 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_filter: None 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5563b929de00) 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cache_index_and_filter_blocks: 1 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: pin_top_level_index_and_filter: 1 2024-04-19T14:25:53.845 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: index_type: 0 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: data_block_index_type: 0 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: index_shortening: 1 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: data_block_hash_table_util_ratio: 0.750000 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: checksum: 4 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: no_block_cache: 0 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_cache: 0x5563b92631f0 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_cache_name: BinnedLRUCache 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_cache_options: 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: capacity : 536870912 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: num_shard_bits : 4 2024-04-19T14:25:53.846 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: strict_capacity_limit : 0 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: high_pri_pool_ratio: 0.000 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_cache_compressed: (nil) 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: persistent_cache: (nil) 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_size: 4096 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_size_deviation: 10 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_restart_interval: 16 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: index_block_restart_interval: 1 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: metadata_block_size: 4096 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: partition_filters: 0 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: use_delta_encoding: 1 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: filter_policy: bloomfilter 2024-04-19T14:25:53.847 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: whole_key_filtering: 1 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: verify_compression: 0 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: read_amp_bytes_per_bit: 0 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: format_version: 5 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: enable_index_compression: 1 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: block_align: 0 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: max_auto_readahead_size: 262144 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: prepopulate_block_cache: 0 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: initial_auto_readahead_size: 8192 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: num_file_reads_for_auto_readahead: 2 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression: NoCompression 2024-04-19T14:25:53.848 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.num_levels: 7 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T14:25:53.849 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:25:53.850 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T14:25:53.851 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T14:25:53.852 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T14:25:53.853 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.ttl: 2592000 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T14:25:53.854 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 82dd3012-5244-4d5d-86c3-f9e59c2d1a5e 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536753541530, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-19T14:25:53.855 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536753542645, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85284, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83431, "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": 77643, "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": 1713536753, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "82dd3012-5244-4d5d-86c3-f9e59c2d1a5e", "db_session_id": "TIOS0UHNVQIB0S41DSXJ", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536753542736, "job": 1, "event": "recovery_finished"} 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.536+0000 7f204b5abc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5563b937c000 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 4 rocksdb: DB pointer 0x5563b9366000 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f2039d05700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f2039d05700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: ** DB Stats ** 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:25:53.856 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: ** Compaction Stats [default] ** 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: L0 2/0 85.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Sum 2/0 85.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: ** Compaction Stats [default] ** 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T14:25:53.857 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: AddFile(Total Files): cumulative 0, interval 0 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: AddFile(Keys): cumulative 0, interval 0 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Cumulative compaction: 0.00 GB write, 20.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Interval compaction: 0.00 GB write, 20.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Block cache BinnedLRUCache@0x5563b92631f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-19T14:25:53.858 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: ** File Read Latency Histogram By Level [default] ** 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] at bind addrs [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 1 mon.a@-1(???) e1 preinit fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 0 mon.a@-1(???).mds e1 new map 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 0 mon.a@-1(???).mds e1 print_map 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: e1 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: legacy client fscid: -1 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: No filesystems configured 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-19T14:25:53.859 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: debug 2024-04-19T14:25:53.540+0000 7f204b5abc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567452+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567452+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567541+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567541+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567558+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567558+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567581+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567581+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567595+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:53.860 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567595+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567610+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567610+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567625+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567625+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567650+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.567650+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.587315+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.587315+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.587365+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.587365+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.587805+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:25:53.861 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:53 smithi070 bash[21665]: cluster 2024-04-19T14:25:53.587805+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-19T14:25:54.448 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-19T14:25:54.473 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:25:54.474 INFO:teuthology.orchestra.run.smithi070.stdout:Creating mgr... 2024-04-19T14:25:54.474 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-19T14:25:54.474 INFO:teuthology.orchestra.run.smithi070.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-19T14:25:54.798 INFO:teuthology.orchestra.run.smithi070.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.a 2024-04-19T14:25:54.798 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.a.service: Unit ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.a.service not loaded. 2024-04-19T14:25:54.818 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:54 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:25:54.993 INFO:teuthology.orchestra.run.smithi070.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968.target.wants/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@.service. 2024-04-19T14:25:55.001 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-04-19T14:25:55.001 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to enable service . firewalld.service is not available 2024-04-19T14:25:55.001 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-04-19T14:25:55.002 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-19T14:25:55.002 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr to start... 2024-04-19T14:25:55.002 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr... 2024-04-19T14:25:55.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:54 smithi070 bash[21665]: audit 2024-04-19T14:25:53.824683+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.70:0/2701604789' entity='client.admin' 2024-04-19T14:25:55.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:54 smithi070 bash[21665]: audit 2024-04-19T14:25:53.824683+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.70:0/2701604789' entity='client.admin' 2024-04-19T14:25:55.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:54 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:25:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:56 smithi070 bash[21665]: audit 2024-04-19T14:25:56.559550+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/2442409597' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:25:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:25:56 smithi070 bash[21665]: audit 2024-04-19T14:25:56.559550+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.70:0/2442409597' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:25:56.870 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:56 smithi070 bash[21921]: debug 2024-04-19T14:25:56.532+0000 7f48f5ce4200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "8aee3e06-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:25:57.209 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:25:57.210 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:25:57.211 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:25:57.214 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:25:57.215 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:25:57.216 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:25:47.376047+0000", 2024-04-19T14:25:57.216 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:25:57.216 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:25:57.216 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:25:57.216 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:25:57.216 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (1/15)... 2024-04-19T14:25:58.369 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:58 smithi070 bash[21921]: debug 2024-04-19T14:25:58.112+0000 7f48f5ce4200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:25:58.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:58 smithi070 bash[21921]: debug 2024-04-19T14:25:58.208+0000 7f48f5ce4200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:25:58.870 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:58 smithi070 bash[21921]: debug 2024-04-19T14:25:58.452+0000 7f48f5ce4200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:25:59.624 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:59 smithi070 bash[21921]: debug 2024-04-19T14:25:59.244+0000 7f48f5ce4200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:25:59.624 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:59 smithi070 bash[21921]: debug 2024-04-19T14:25:59.356+0000 7f48f5ce4200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:25:59.624 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:59 smithi070 bash[21921]: debug 2024-04-19T14:25:59.460+0000 7f48f5ce4200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:26:00.078 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:59 smithi070 bash[21921]: debug 2024-04-19T14:25:59.812+0000 7f48f5ce4200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:26:00.078 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:25:59 smithi070 bash[21921]: debug 2024-04-19T14:25:59.924+0000 7f48f5ce4200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:26:00.078 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:00 smithi070 bash[21921]: debug 2024-04-19T14:26:00.044+0000 7f48f5ce4200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:26:00.666 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:00 smithi070 bash[21921]: debug 2024-04-19T14:26:00.424+0000 7f48f5ce4200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:26:00.667 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:00 smithi070 bash[21665]: audit 2024-04-19T14:26:00.379229+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.70:0/1337847686' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:26:00.667 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:00 smithi070 bash[21665]: audit 2024-04-19T14:26:00.379229+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.70:0/1337847686' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:26:00.928 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:00 smithi070 bash[21921]: debug 2024-04-19T14:26:00.664+0000 7f48f5ce4200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:26:00.990 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:26:00.990 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:26:00.990 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "8aee3e06-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:00.991 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:26:00.992 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:26:00.996 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:26:00.996 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:26:00.996 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:26:00.996 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:00.996 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:26:00.997 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:26:00.998 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:00.999 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:25:47.376047+0000", 2024-04-19T14:26:00.999 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:26:00.999 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:00.999 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:26:00.999 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:26:00.999 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (2/15)... 2024-04-19T14:26:01.315 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:00 smithi070 bash[21921]: debug 2024-04-19T14:26:00.928+0000 7f48f5ce4200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:26:01.315 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:01 smithi070 bash[21921]: debug 2024-04-19T14:26:01.044+0000 7f48f5ce4200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:26:01.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:01 smithi070 bash[21921]: debug 2024-04-19T14:26:01.316+0000 7f48f5ce4200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:26:02.080 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:01 smithi070 bash[21921]: debug 2024-04-19T14:26:01.724+0000 7f48f5ce4200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:26:02.080 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:01 smithi070 bash[21921]: debug 2024-04-19T14:26:01.960+0000 7f48f5ce4200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:26:02.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:02 smithi070 bash[21921]: debug 2024-04-19T14:26:02.080+0000 7f48f5ce4200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:26:02.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:02 smithi070 bash[21921]: debug 2024-04-19T14:26:02.328+0000 7f48f5ce4200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:26:03.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:03 smithi070 bash[21921]: debug 2024-04-19T14:26:03.332+0000 7f48f5ce4200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:26:03.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:03 smithi070 bash[21921]: debug 2024-04-19T14:26:03.448+0000 7f48f5ce4200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:26:04.072 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:03 smithi070 bash[21921]: debug 2024-04-19T14:26:03.748+0000 7f48f5ce4200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:26:04.072 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:03 smithi070 bash[21921]: debug 2024-04-19T14:26:03.864+0000 7f48f5ce4200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:26:04.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:04 smithi070 bash[21665]: audit 2024-04-19T14:26:04.063386+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.70:0/264707755' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:26:04.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:04 smithi070 bash[21665]: audit 2024-04-19T14:26:04.063386+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.70:0/264707755' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:26:04.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:04 smithi070 bash[21921]: debug 2024-04-19T14:26:04.319+0000 7f48f5ce4200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:26:04.621 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:26:04.621 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:26:04.621 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "8aee3e06-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:26:04.621 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:26:04.621 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:26:04.621 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:04.622 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:26:04.623 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:26:04.623 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:04.623 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:26:04.623 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:04.623 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:26:04.623 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:26:04.623 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:26:04.627 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:04.628 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:26:04.629 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:04.629 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:25:47.376047+0000", 2024-04-19T14:26:04.629 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:26:04.629 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:04.629 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:26:04.629 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:26:04.629 INFO:teuthology.orchestra.run.smithi070.stdout:mgr not available, waiting (3/15)... 2024-04-19T14:26:04.870 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:04 smithi070 bash[21921]: debug 2024-04-19T14:26:04.435+0000 7f48f5ce4200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: cluster 2024-04-19T14:26:04.465193+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: cluster 2024-04-19T14:26:04.465193+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: cluster 2024-04-19T14:26:04.472142+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00747113s) 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: cluster 2024-04-19T14:26:04.472142+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00747113s) 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473130+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473130+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473294+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473294+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473396+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473396+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:26:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473518+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.473518+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.475082+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.475082+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: cluster 2024-04-19T14:26:04.481076+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: cluster 2024-04-19T14:26:04.481076+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.493331+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.493331+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.495765+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.495765+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.498897+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.498897+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.500875+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' 2024-04-19T14:26:05.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.500875+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' 2024-04-19T14:26:05.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.502485+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' 2024-04-19T14:26:05.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:05 smithi070 bash[21665]: audit 2024-04-19T14:26:04.502485+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.70:0/4105337819' entity='mgr.a' 2024-04-19T14:26:06.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:06 smithi070 bash[21665]: cluster 2024-04-19T14:26:05.478743+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01407s) 2024-04-19T14:26:06.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:06 smithi070 bash[21665]: cluster 2024-04-19T14:26:05.478743+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01407s) 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsid": "8aee3e06-fe58-11ee-bc92-c7b262605968", 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "health": { 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-19T14:26:08.705 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 0 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "a" 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-19T14:26:08.706 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-19T14:26:08.707 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "restful" 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ], 2024-04-19T14:26:08.708 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "modified": "2024-04-19T14:25:47.376047+0000", 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout }, 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:26:08.709 INFO:teuthology.orchestra.run.smithi070.stdout:mgr is available 2024-04-19T14:26:08.724 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:08 smithi070 bash[21665]: cluster 2024-04-19T14:26:07.475124+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-19T14:26:08.724 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:08 smithi070 bash[21665]: cluster 2024-04-19T14:26:07.475124+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-19T14:26:08.724 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:08 smithi070 bash[21665]: audit 2024-04-19T14:26:08.118661+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.70:0/802030065' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:26:08.724 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:08 smithi070 bash[21665]: audit 2024-04-19T14:26:08.118661+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.70:0/802030065' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-19T14:26:10.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:10 smithi070 bash[21665]: audit 2024-04-19T14:26:10.040713+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.70:0/2417923572' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:26:10.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:10 smithi070 bash[21665]: audit 2024-04-19T14:26:10.040713+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.70:0/2417923572' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-19T14:26:10.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:10 smithi070 bash[21665]: audit 2024-04-19T14:26:10.043735+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.70:0/2417923572' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:26:10.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:10 smithi070 bash[21665]: audit 2024-04-19T14:26:10.043735+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.70:0/2417923572' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [global] 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout fsid = 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-19T14:26:10.731 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:26:10.732 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-19T14:26:10.732 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-19T14:26:10.733 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 2024-04-19T14:26:10.733 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout [osd] 2024-04-19T14:26:10.733 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-19T14:26:10.733 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-19T14:26:10.733 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling cephadm module... 2024-04-19T14:26:12.228 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:12 smithi070 bash[21665]: audit 2024-04-19T14:26:12.130836+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.70:0/2365822443' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-19T14:26:12.229 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:12 smithi070 bash[21665]: audit 2024-04-19T14:26:12.130836+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.70:0/2365822443' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-19T14:26:12.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:12 smithi070 bash[21921]: ignoring --setuser ceph since I am not root 2024-04-19T14:26:12.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:12 smithi070 bash[21921]: ignoring --setgroup ceph since I am not root 2024-04-19T14:26:12.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:12 smithi070 bash[21921]: debug 2024-04-19T14:26:12.379+0000 7f6d75367200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:26:13.526 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:13 smithi070 bash[21665]: audit 2024-04-19T14:26:12.182419+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.70:0/2365822443' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-19T14:26:13.527 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:13 smithi070 bash[21665]: audit 2024-04-19T14:26:12.182419+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.70:0/2365822443' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-19T14:26:13.527 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:13 smithi070 bash[21665]: cluster 2024-04-19T14:26:12.187360+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-19T14:26:13.527 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:13 smithi070 bash[21665]: cluster 2024-04-19T14:26:12.187360+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-19T14:26:14.221 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:13 smithi070 bash[21921]: debug 2024-04-19T14:26:13.947+0000 7f6d75367200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:26:14.221 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:14 smithi070 bash[21921]: debug 2024-04-19T14:26:14.043+0000 7f6d75367200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:26:14.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:14 smithi070 bash[21921]: debug 2024-04-19T14:26:14.299+0000 7f6d75367200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:26:14.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:14 smithi070 bash[21665]: audit 2024-04-19T14:26:14.210247+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.70:0/2719594164' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:26:14.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:14 smithi070 bash[21665]: audit 2024-04-19T14:26:14.210247+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.70:0/2719594164' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:26:14.799 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:26:14.799 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-19T14:26:14.799 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T14:26:14.799 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-19T14:26:14.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-19T14:26:14.800 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:26:14.800 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for the mgr to restart... 2024-04-19T14:26:14.800 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr epoch 5... 2024-04-19T14:26:15.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:15 smithi070 bash[21921]: debug 2024-04-19T14:26:15.095+0000 7f6d75367200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:26:15.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:15 smithi070 bash[21921]: debug 2024-04-19T14:26:15.207+0000 7f6d75367200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:26:15.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:15 smithi070 bash[21921]: debug 2024-04-19T14:26:15.311+0000 7f6d75367200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:26:15.788 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:15 smithi070 bash[21921]: debug 2024-04-19T14:26:15.675+0000 7f6d75367200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:26:16.120 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:15 smithi070 bash[21921]: debug 2024-04-19T14:26:15.787+0000 7f6d75367200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:26:16.120 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:15 smithi070 bash[21921]: debug 2024-04-19T14:26:15.891+0000 7f6d75367200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:26:16.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:16 smithi070 bash[21921]: debug 2024-04-19T14:26:16.243+0000 7f6d75367200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:26:16.620 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:16 smithi070 bash[21921]: debug 2024-04-19T14:26:16.479+0000 7f6d75367200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:26:17.120 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:16 smithi070 bash[21921]: debug 2024-04-19T14:26:16.743+0000 7f6d75367200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:26:17.120 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:16 smithi070 bash[21921]: debug 2024-04-19T14:26:16.855+0000 7f6d75367200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:26:17.539 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:17 smithi070 bash[21921]: debug 2024-04-19T14:26:17.127+0000 7f6d75367200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:26:17.870 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:17 smithi070 bash[21921]: debug 2024-04-19T14:26:17.535+0000 7f6d75367200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:26:17.870 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:17 smithi070 bash[21921]: debug 2024-04-19T14:26:17.775+0000 7f6d75367200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:26:18.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:17 smithi070 bash[21921]: debug 2024-04-19T14:26:17.891+0000 7f6d75367200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:26:18.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:18 smithi070 bash[21921]: debug 2024-04-19T14:26:18.135+0000 7f6d75367200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:26:19.539 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:19 smithi070 bash[21921]: debug 2024-04-19T14:26:19.131+0000 7f6d75367200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:26:19.539 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:19 smithi070 bash[21921]: debug 2024-04-19T14:26:19.247+0000 7f6d75367200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:26:19.870 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:19 smithi070 bash[21921]: debug 2024-04-19T14:26:19.535+0000 7f6d75367200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:26:19.870 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:19 smithi070 bash[21921]: debug 2024-04-19T14:26:19.647+0000 7f6d75367200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:26:20.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21921]: debug 2024-04-19T14:26:20.095+0000 7f6d75367200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:26:20.370 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21921]: debug 2024-04-19T14:26:20.211+0000 7f6d75367200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.237389+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.237389+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.237997+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.237997+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.244414+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.244414+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.244664+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00685871s) 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.244664+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00685871s) 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.246204+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.246204+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.248538+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:26:20.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.248538+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.249619+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.249619+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.249822+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.249822+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.249974+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: audit 2024-04-19T14:26:20.249974+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.272475+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-19T14:26:20.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:20 smithi070 bash[21665]: cluster 2024-04-19T14:26:20.272475+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-19T14:26:21.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cephadm 2024-04-19T14:26:20.291429+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-19T14:26:21.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cephadm 2024-04-19T14:26:20.291429+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-19T14:26:21.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.294415+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.294415+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.296584+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.296584+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.300093+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.300093+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.303289+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.303289+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.307322+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.307322+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.316628+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.316628+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.319959+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:26:21.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.319959+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.667921+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.667921+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.671167+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:20.671167+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.071910+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Bus STARTING 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.071910+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Bus STARTING 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.173939+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.173939+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cluster 2024-04-19T14:26:21.246680+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.00887s) 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: cluster 2024-04-19T14:26:21.246680+0000 mon.a (mon.0) 57 : cluster [DBG] mgrmap e7: a(active, since 1.00887s) 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:21.247667+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:26:21.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:21 smithi070 bash[21665]: audit 2024-04-19T14:26:21.247667+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:26:21.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:26:21.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-19T14:26:21.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-19T14:26:21.921 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:26:21.921 INFO:teuthology.orchestra.run.smithi070.stdout:mgr epoch 5 is available 2024-04-19T14:26:21.922 INFO:teuthology.orchestra.run.smithi070.stdout:Setting orchestrator backend to cephadm... 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: audit 2024-04-19T14:26:21.261889+0000 mgr.a (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: audit 2024-04-19T14:26:21.261889+0000 mgr.a (mgr.14120) 5 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.291353+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Serving on https://172.21.15.70:7150 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.291353+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Serving on https://172.21.15.70:7150 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.291504+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Bus STARTED 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: cephadm 2024-04-19T14:26:21.291504+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [19/Apr/2024:14:26:21] ENGINE Bus STARTED 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: audit 2024-04-19T14:26:21.331562+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:22.567 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:22 smithi070 bash[21665]: audit 2024-04-19T14:26:21.331562+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:23.494 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: cluster 2024-04-19T14:26:22.306130+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-19T14:26:23.495 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: cluster 2024-04-19T14:26:22.306130+0000 mon.a (mon.0) 59 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-19T14:26:23.495 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: audit 2024-04-19T14:26:23.181757+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:23.495 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: audit 2024-04-19T14:26:23.181757+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:23.495 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: audit 2024-04-19T14:26:23.189903+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:23.495 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: audit 2024-04-19T14:26:23.189903+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:23.495 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: audit 2024-04-19T14:26:23.251805+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:23.495 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:23 smithi070 bash[21665]: audit 2024-04-19T14:26:23.251805+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:25.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:25 smithi070 bash[21665]: audit 2024-04-19T14:26:25.211155+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:25.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:25 smithi070 bash[21665]: audit 2024-04-19T14:26:25.211155+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:25.824 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-19T14:26:25.824 INFO:teuthology.orchestra.run.smithi070.stdout:Generating ssh key... 2024-04-19T14:26:27.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: Generating public/private rsa key pair. 2024-04-19T14:26:27.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: Your identification has been saved in /tmp/tmpf78forok/key. 2024-04-19T14:26:27.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: Your public key has been saved in /tmp/tmpf78forok/key.pub. 2024-04-19T14:26:27.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: The key fingerprint is: 2024-04-19T14:26:27.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: SHA256:xB4cS6R16p/oi1YcdJGHShUtwiSECQm9Hi9C8ol8xL0 ceph-8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:26:27.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: The key's randomart image is: 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: +---[RSA 3072]----+ 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: |.o.o +o+*.=* | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: | o o B=== o | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: | ... .oB+ o | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: |..oo . +o. | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: |++.+ ..S. | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: |o.=..E oo . | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: | ... .. o | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: | .o | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: | .. o. | 2024-04-19T14:26:27.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:27 smithi070 bash[21921]: +----[SHA256]-----+ 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: audit 2024-04-19T14:26:27.027583+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: audit 2024-04-19T14:26:27.027583+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: cephadm 2024-04-19T14:26:27.027958+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: cephadm 2024-04-19T14:26:27.027958+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: audit 2024-04-19T14:26:27.188997+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: audit 2024-04-19T14:26:27.188997+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: audit 2024-04-19T14:26:27.191475+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:28.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:28 smithi070 bash[21665]: audit 2024-04-19T14:26:27.191475+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:29.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:29 smithi070 bash[21665]: audit 2024-04-19T14:26:29.082979+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:29.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:29 smithi070 bash[21665]: audit 2024-04-19T14:26:29.082979+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:29.754 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYwtwOGTTTdLhWQkJX/nsJFlbWleArJ5TAClQNOhXArtASBOT6jRGPYGvmWurcYheBY1ePrNqx84nse8atztiuMv/hxdkJSxvmmi9C8Sn5GsfyW/D/lAmoh4PUurtBvo3+1Pb1S0MpVnxwGLVbKZf+mnCJo3kRoA42+ZuyPS8Z73GrmyLiIb84s+KPpKiDiFu+gIKhisDXZhpyjMMYzqU7yHhCLYBNeokyb+DrsJzpNLAVC4+b3vTi1K3hYIhLOoWP7ByU1ufD6TGU5hV3HN1lh5YqiOFL6oZMl4e2Yi5XarCu+K/Lb2aUKnNS1+ya5uLDdDBPyOL2BNOVnIBzZaoU4tMoqVkBHnemRtkBo3HPaz9g3cZzEp4CvkiawnLQWR3YnIb4mbjzIWF20PM26vbfqvGeZwcR10AG5pHNffUGCW+c4VvpU7c/W6QdJJaIHgjOh473/YOlwRy564do4SsNfjD8zs5pnjWlpgabBD7zhRQwzTcxTx9sR3eYNYWuxBU= ceph-8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:26:29.754 INFO:teuthology.orchestra.run.smithi070.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:26:29.754 INFO:teuthology.orchestra.run.smithi070.stdout:Adding key to root@localhost authorized_keys... 2024-04-19T14:26:29.754 INFO:teuthology.orchestra.run.smithi070.stdout:Adding host smithi070... 2024-04-19T14:26:31.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:31 smithi070 bash[21665]: audit 2024-04-19T14:26:31.029333+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "addr": "172.21.15.70", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:31.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:31 smithi070 bash[21665]: audit 2024-04-19T14:26:31.029333+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi070", "addr": "172.21.15.70", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:32.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:32 smithi070 bash[21665]: cephadm 2024-04-19T14:26:31.717333+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi070 2024-04-19T14:26:32.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:32 smithi070 bash[21665]: cephadm 2024-04-19T14:26:31.717333+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi070 2024-04-19T14:26:37.635 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Added host 'smithi070' with addr '172.21.15.70' 2024-04-19T14:26:37.635 INFO:teuthology.orchestra.run.smithi070.stdout:Deploying unmanaged mon service... 2024-04-19T14:26:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:37 smithi070 bash[21665]: audit 2024-04-19T14:26:36.721100+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:37 smithi070 bash[21665]: audit 2024-04-19T14:26:36.721100+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:37 smithi070 bash[21665]: cephadm 2024-04-19T14:26:36.721554+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi070 2024-04-19T14:26:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:37 smithi070 bash[21665]: cephadm 2024-04-19T14:26:36.721554+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi070 2024-04-19T14:26:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:37 smithi070 bash[21665]: audit 2024-04-19T14:26:36.724090+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:37 smithi070 bash[21665]: audit 2024-04-19T14:26:36.724090+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:40.388 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-19T14:26:40.388 INFO:teuthology.orchestra.run.smithi070.stdout:Deploying unmanaged mgr service... 2024-04-19T14:26:40.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:39.607394+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:40.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:39.607394+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:40.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: cephadm 2024-04-19T14:26:39.610632+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-19T14:26:40.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: cephadm 2024-04-19T14:26:39.610632+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:39.615448+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:39.615448+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:40.051870+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:40.051870+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: cluster 2024-04-19T14:26:40.251292+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: cluster 2024-04-19T14:26:40.251292+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:40.589108+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:40.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:40 smithi070 bash[21665]: audit 2024-04-19T14:26:40.589108+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:42.385 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: audit 2024-04-19T14:26:41.729657+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: audit 2024-04-19T14:26:41.729657+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: cephadm 2024-04-19T14:26:41.731237+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: cephadm 2024-04-19T14:26:41.731237+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: audit 2024-04-19T14:26:41.735694+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: audit 2024-04-19T14:26:41.735694+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.70:0/295547698' entity='mgr.a' 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: cluster 2024-04-19T14:26:42.251731+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:43.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:42 smithi070 bash[21665]: cluster 2024-04-19T14:26:42.251731+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:45.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:44 smithi070 bash[21665]: audit 2024-04-19T14:26:43.706820+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.70:0/1355108968' entity='client.admin' 2024-04-19T14:26:45.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:44 smithi070 bash[21665]: audit 2024-04-19T14:26:43.706820+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.70:0/1355108968' entity='client.admin' 2024-04-19T14:26:45.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:44 smithi070 bash[21665]: cluster 2024-04-19T14:26:44.252219+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:45.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:44 smithi070 bash[21665]: cluster 2024-04-19T14:26:44.252219+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:46.348 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling the dashboard module... 2024-04-19T14:26:47.078 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:46 smithi070 bash[21665]: audit 2024-04-19T14:26:45.663542+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.70:0/1846853114' entity='client.admin' 2024-04-19T14:26:47.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:46 smithi070 bash[21665]: audit 2024-04-19T14:26:45.663542+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.70:0/1846853114' entity='client.admin' 2024-04-19T14:26:47.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:46 smithi070 bash[21665]: cluster 2024-04-19T14:26:46.252651+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:47.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:46 smithi070 bash[21665]: cluster 2024-04-19T14:26:46.252651+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:26:48.056 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:47 smithi070 bash[21921]: ignoring --setuser ceph since I am not root 2024-04-19T14:26:48.056 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:47 smithi070 bash[21921]: ignoring --setgroup ceph since I am not root 2024-04-19T14:26:48.056 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:47 smithi070 bash[21921]: debug 2024-04-19T14:26:47.993+0000 7f808544b200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:26:48.056 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:47 smithi070 bash[21665]: audit 2024-04-19T14:26:47.750707+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.70:0/3733809628' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-19T14:26:48.056 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:47 smithi070 bash[21665]: audit 2024-04-19T14:26:47.750707+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.70:0/3733809628' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-19T14:26:49.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:48 smithi070 bash[21665]: audit 2024-04-19T14:26:47.802772+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.70:0/3733809628' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-19T14:26:49.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:48 smithi070 bash[21665]: audit 2024-04-19T14:26:47.802772+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.70:0/3733809628' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-19T14:26:49.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:48 smithi070 bash[21665]: cluster 2024-04-19T14:26:47.808481+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-04-19T14:26:49.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:48 smithi070 bash[21665]: cluster 2024-04-19T14:26:47.808481+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-04-19T14:26:49.871 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:49 smithi070 bash[21921]: debug 2024-04-19T14:26:49.597+0000 7f808544b200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:26:49.871 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:49 smithi070 bash[21921]: debug 2024-04-19T14:26:49.693+0000 7f808544b200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:26:50.205 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:49 smithi070 bash[21921]: debug 2024-04-19T14:26:49.945+0000 7f808544b200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:26:50.205 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:50 smithi070 bash[21665]: audit 2024-04-19T14:26:49.989154+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.70:0/564441619' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:26:50.205 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:50 smithi070 bash[21665]: audit 2024-04-19T14:26:49.989154+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.70:0/564441619' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-19T14:26:50.650 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:26:50.650 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-19T14:26:50.651 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-19T14:26:50.651 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-19T14:26:50.651 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-19T14:26:50.651 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:26:50.651 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for the mgr to restart... 2024-04-19T14:26:50.651 INFO:teuthology.orchestra.run.smithi070.stdout:Waiting for mgr epoch 9... 2024-04-19T14:26:50.969 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:50 smithi070 bash[21921]: debug 2024-04-19T14:26:50.753+0000 7f808544b200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:26:50.969 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:50 smithi070 bash[21921]: debug 2024-04-19T14:26:50.865+0000 7f808544b200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:26:51.330 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:50 smithi070 bash[21921]: debug 2024-04-19T14:26:50.969+0000 7f808544b200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:26:51.330 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:51 smithi070 bash[21921]: debug 2024-04-19T14:26:51.329+0000 7f808544b200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:26:51.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:51 smithi070 bash[21921]: debug 2024-04-19T14:26:51.449+0000 7f808544b200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:26:51.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:51 smithi070 bash[21921]: debug 2024-04-19T14:26:51.553+0000 7f808544b200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:26:52.371 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:51 smithi070 bash[21921]: debug 2024-04-19T14:26:51.917+0000 7f808544b200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:26:52.371 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:52 smithi070 bash[21921]: debug 2024-04-19T14:26:52.157+0000 7f808544b200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:26:52.809 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:52 smithi070 bash[21921]: debug 2024-04-19T14:26:52.421+0000 7f808544b200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:26:52.809 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:52 smithi070 bash[21921]: debug 2024-04-19T14:26:52.533+0000 7f808544b200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:26:52.809 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:52 smithi070 bash[21921]: debug 2024-04-19T14:26:52.809+0000 7f808544b200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:26:53.583 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:53 smithi070 bash[21921]: debug 2024-04-19T14:26:53.221+0000 7f808544b200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:26:53.583 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:53 smithi070 bash[21921]: debug 2024-04-19T14:26:53.461+0000 7f808544b200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:26:53.583 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:53 smithi070 bash[21921]: debug 2024-04-19T14:26:53.581+0000 7f808544b200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:26:53.871 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:53 smithi070 bash[21921]: debug 2024-04-19T14:26:53.833+0000 7f808544b200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:26:55.121 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:54 smithi070 bash[21921]: debug 2024-04-19T14:26:54.837+0000 7f808544b200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:26:55.122 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:54 smithi070 bash[21921]: debug 2024-04-19T14:26:54.953+0000 7f808544b200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:26:55.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:55 smithi070 bash[21921]: debug 2024-04-19T14:26:55.253+0000 7f808544b200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:26:55.622 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:55 smithi070 bash[21921]: debug 2024-04-19T14:26:55.369+0000 7f808544b200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:26:56.078 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:55 smithi070 bash[21921]: debug 2024-04-19T14:26:55.817+0000 7f808544b200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:26:56.078 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:26:55 smithi070 bash[21921]: debug 2024-04-19T14:26:55.937+0000 7f808544b200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.961037+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.961037+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.961518+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.961518+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.968499+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.968499+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.968748+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00742504s) 2024-04-19T14:26:56.079 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.968748+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00742504s) 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.971041+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.971041+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.972285+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.972285+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.973642+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.973642+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.973865+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.973865+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.974054+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:55.974054+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.980320+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: cluster 2024-04-19T14:26:55.980320+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-19T14:26:56.080 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:56.001968+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:26:56.081 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:56.001968+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:26:56.081 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:56.005109+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:56.081 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:56 smithi070 bash[21665]: audit 2024-04-19T14:26:56.005109+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: audit 2024-04-19T14:26:56.025875+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: audit 2024-04-19T14:26:56.025875+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: audit 2024-04-19T14:26:56.029811+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: audit 2024-04-19T14:26:56.029811+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.449642+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Bus STARTING 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.449642+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Bus STARTING 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.551639+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.551639+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.666710+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Serving on https://172.21.15.70:7150 2024-04-19T14:26:57.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.666710+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Serving on https://172.21.15.70:7150 2024-04-19T14:26:57.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.666960+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Bus STARTED 2024-04-19T14:26:57.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cephadm 2024-04-19T14:26:56.666960+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [19/Apr/2024:14:26:56] ENGINE Bus STARTED 2024-04-19T14:26:57.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cluster 2024-04-19T14:26:56.975642+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01431s) 2024-04-19T14:26:57.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:57 smithi070 bash[21665]: cluster 2024-04-19T14:26:56.975642+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01431s) 2024-04-19T14:26:57.732 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout { 2024-04-19T14:26:57.732 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-19T14:26:57.732 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-19T14:26:57.732 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout } 2024-04-19T14:26:57.732 INFO:teuthology.orchestra.run.smithi070.stdout:mgr epoch 9 is available 2024-04-19T14:26:57.732 INFO:teuthology.orchestra.run.smithi070.stdout:Generating a dashboard self-signed certificate... 2024-04-19T14:26:58.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:58 smithi070 bash[21665]: audit 2024-04-19T14:26:56.973082+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:26:58.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:58 smithi070 bash[21665]: audit 2024-04-19T14:26:56.973082+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-19T14:26:58.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:58 smithi070 bash[21665]: audit 2024-04-19T14:26:56.986631+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:26:58.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:58 smithi070 bash[21665]: audit 2024-04-19T14:26:56.986631+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-19T14:26:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:59 smithi070 bash[21665]: cluster 2024-04-19T14:26:58.020662+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-19T14:26:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:59 smithi070 bash[21665]: cluster 2024-04-19T14:26:58.020662+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-19T14:26:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:59 smithi070 bash[21665]: audit 2024-04-19T14:26:59.013275+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:26:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:59 smithi070 bash[21665]: audit 2024-04-19T14:26:59.013275+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:26:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:59 smithi070 bash[21665]: audit 2024-04-19T14:26:59.016837+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:26:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:26:59 smithi070 bash[21665]: audit 2024-04-19T14:26:59.016837+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:26:59.678 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-19T14:26:59.678 INFO:teuthology.orchestra.run.smithi070.stdout:Creating initial admin user... 2024-04-19T14:27:00.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:00 smithi070 bash[21665]: audit 2024-04-19T14:26:58.975217+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:00.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:00 smithi070 bash[21665]: audit 2024-04-19T14:26:58.975217+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:01.934 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$b/DbGlLKdHi0VoMzNvS85OddmSXHCKuy2bzQFfrn8xgxuMHEldwxm", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713536821, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-19T14:27:01.934 INFO:teuthology.orchestra.run.smithi070.stdout:Fetching dashboard port number... 2024-04-19T14:27:02.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:02 smithi070 bash[21665]: audit 2024-04-19T14:27:00.987984+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:02.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:02 smithi070 bash[21665]: audit 2024-04-19T14:27:00.987984+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:02.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:02 smithi070 bash[21665]: audit 2024-04-19T14:27:01.252892+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:02.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:02 smithi070 bash[21665]: audit 2024-04-19T14:27:01.252892+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: cluster 2024-04-19T14:27:02.262016+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: cluster 2024-04-19T14:27:02.262016+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.918221+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.918221+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.919019+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.919019+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.922520+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.922520+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:03.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.923880+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:27:03.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.923880+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:27:03.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.924364+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]': finished 2024-04-19T14:27:03.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:03 smithi070 bash[21665]: audit 2024-04-19T14:27:02.924364+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]': finished 2024-04-19T14:27:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stdout 8443 2024-04-19T14:27:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:firewalld does not appear to be present 2024-04-19T14:27:03.923 INFO:teuthology.orchestra.run.smithi070.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout:Ceph Dashboard is now available at: 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout: URL: https://smithi070.front.sepia.ceph.com:8443/ 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout: User: admin 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout: Password: 1arbhzfpb4 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout:Saving cluster configuration to /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config directory 2024-04-19T14:27:03.925 INFO:teuthology.orchestra.run.smithi070.stdout:Enabling autotune for osd_memory_target 2024-04-19T14:27:04.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:04 smithi070 bash[21665]: audit 2024-04-19T14:27:03.261881+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.70:0/2593900295' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-19T14:27:04.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:04 smithi070 bash[21665]: audit 2024-04-19T14:27:03.261881+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.70:0/2593900295' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-19T14:27:04.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:04 smithi070 bash[21665]: cephadm 2024-04-19T14:27:03.478512+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi070 on smithi070 2024-04-19T14:27:04.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:04 smithi070 bash[21665]: cephadm 2024-04-19T14:27:03.478512+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi070 on smithi070 2024-04-19T14:27:08.093 INFO:teuthology.orchestra.run.smithi070.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-19T14:27:08.093 INFO:teuthology.orchestra.run.smithi070.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-19T14:27:08.093 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout:Or, if you are only running a single cluster on this host: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: ceph telemetry on 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout:For more information see: 2024-04-19T14:27:08.094 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.095 INFO:teuthology.orchestra.run.smithi070.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-19T14:27:08.095 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:08.095 INFO:teuthology.orchestra.run.smithi070.stdout:Bootstrap complete. 2024-04-19T14:27:08.145 INFO:tasks.cephadm:Fetching config... 2024-04-19T14:27:08.145 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:27:08.145 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-19T14:27:08.151 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-19T14:27:08.151 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:27:08.151 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-19T14:27:08.200 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-19T14:27:08.200 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:27:08.200 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-19T14:27:08.255 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-19T14:27:08.255 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:27:08.256 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-19T14:27:08.307 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-19T14:27:08.307 DEBUG:teuthology.orchestra.run.smithi070:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYwtwOGTTTdLhWQkJX/nsJFlbWleArJ5TAClQNOhXArtASBOT6jRGPYGvmWurcYheBY1ePrNqx84nse8atztiuMv/hxdkJSxvmmi9C8Sn5GsfyW/D/lAmoh4PUurtBvo3+1Pb1S0MpVnxwGLVbKZf+mnCJo3kRoA42+ZuyPS8Z73GrmyLiIb84s+KPpKiDiFu+gIKhisDXZhpyjMMYzqU7yHhCLYBNeokyb+DrsJzpNLAVC4+b3vTi1K3hYIhLOoWP7ByU1ufD6TGU5hV3HN1lh5YqiOFL6oZMl4e2Yi5XarCu+K/Lb2aUKnNS1+ya5uLDdDBPyOL2BNOVnIBzZaoU4tMoqVkBHnemRtkBo3HPaz9g3cZzEp4CvkiawnLQWR3YnIb4mbjzIWF20PM26vbfqvGeZwcR10AG5pHNffUGCW+c4VvpU7c/W6QdJJaIHgjOh473/YOlwRy564do4SsNfjD8zs5pnjWlpgabBD7zhRQwzTcxTx9sR3eYNYWuxBU= ceph-8aee3e06-fe58-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T14:27:08.365 INFO:teuthology.orchestra.run.smithi070.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYwtwOGTTTdLhWQkJX/nsJFlbWleArJ5TAClQNOhXArtASBOT6jRGPYGvmWurcYheBY1ePrNqx84nse8atztiuMv/hxdkJSxvmmi9C8Sn5GsfyW/D/lAmoh4PUurtBvo3+1Pb1S0MpVnxwGLVbKZf+mnCJo3kRoA42+ZuyPS8Z73GrmyLiIb84s+KPpKiDiFu+gIKhisDXZhpyjMMYzqU7yHhCLYBNeokyb+DrsJzpNLAVC4+b3vTi1K3hYIhLOoWP7ByU1ufD6TGU5hV3HN1lh5YqiOFL6oZMl4e2Yi5XarCu+K/Lb2aUKnNS1+ya5uLDdDBPyOL2BNOVnIBzZaoU4tMoqVkBHnemRtkBo3HPaz9g3cZzEp4CvkiawnLQWR3YnIb4mbjzIWF20PM26vbfqvGeZwcR10AG5pHNffUGCW+c4VvpU7c/W6QdJJaIHgjOh473/YOlwRy564do4SsNfjD8zs5pnjWlpgabBD7zhRQwzTcxTx9sR3eYNYWuxBU= ceph-8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:27:08.371 DEBUG:teuthology.orchestra.run.smithi076:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYwtwOGTTTdLhWQkJX/nsJFlbWleArJ5TAClQNOhXArtASBOT6jRGPYGvmWurcYheBY1ePrNqx84nse8atztiuMv/hxdkJSxvmmi9C8Sn5GsfyW/D/lAmoh4PUurtBvo3+1Pb1S0MpVnxwGLVbKZf+mnCJo3kRoA42+ZuyPS8Z73GrmyLiIb84s+KPpKiDiFu+gIKhisDXZhpyjMMYzqU7yHhCLYBNeokyb+DrsJzpNLAVC4+b3vTi1K3hYIhLOoWP7ByU1ufD6TGU5hV3HN1lh5YqiOFL6oZMl4e2Yi5XarCu+K/Lb2aUKnNS1+ya5uLDdDBPyOL2BNOVnIBzZaoU4tMoqVkBHnemRtkBo3HPaz9g3cZzEp4CvkiawnLQWR3YnIb4mbjzIWF20PM26vbfqvGeZwcR10AG5pHNffUGCW+c4VvpU7c/W6QdJJaIHgjOh473/YOlwRy564do4SsNfjD8zs5pnjWlpgabBD7zhRQwzTcxTx9sR3eYNYWuxBU= ceph-8aee3e06-fe58-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T14:27:08.394 INFO:teuthology.orchestra.run.smithi076.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYwtwOGTTTdLhWQkJX/nsJFlbWleArJ5TAClQNOhXArtASBOT6jRGPYGvmWurcYheBY1ePrNqx84nse8atztiuMv/hxdkJSxvmmi9C8Sn5GsfyW/D/lAmoh4PUurtBvo3+1Pb1S0MpVnxwGLVbKZf+mnCJo3kRoA42+ZuyPS8Z73GrmyLiIb84s+KPpKiDiFu+gIKhisDXZhpyjMMYzqU7yHhCLYBNeokyb+DrsJzpNLAVC4+b3vTi1K3hYIhLOoWP7ByU1ufD6TGU5hV3HN1lh5YqiOFL6oZMl4e2Yi5XarCu+K/Lb2aUKnNS1+ya5uLDdDBPyOL2BNOVnIBzZaoU4tMoqVkBHnemRtkBo3HPaz9g3cZzEp4CvkiawnLQWR3YnIb4mbjzIWF20PM26vbfqvGeZwcR10AG5pHNffUGCW+c4VvpU7c/W6QdJJaIHgjOh473/YOlwRy564do4SsNfjD8zs5pnjWlpgabBD7zhRQwzTcxTx9sR3eYNYWuxBU= ceph-8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:27:08.404 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYwtwOGTTTdLhWQkJX/nsJFlbWleArJ5TAClQNOhXArtASBOT6jRGPYGvmWurcYheBY1ePrNqx84nse8atztiuMv/hxdkJSxvmmi9C8Sn5GsfyW/D/lAmoh4PUurtBvo3+1Pb1S0MpVnxwGLVbKZf+mnCJo3kRoA42+ZuyPS8Z73GrmyLiIb84s+KPpKiDiFu+gIKhisDXZhpyjMMYzqU7yHhCLYBNeokyb+DrsJzpNLAVC4+b3vTi1K3hYIhLOoWP7ByU1ufD6TGU5hV3HN1lh5YqiOFL6oZMl4e2Yi5XarCu+K/Lb2aUKnNS1+ya5uLDdDBPyOL2BNOVnIBzZaoU4tMoqVkBHnemRtkBo3HPaz9g3cZzEp4CvkiawnLQWR3YnIb4mbjzIWF20PM26vbfqvGeZwcR10AG5pHNffUGCW+c4VvpU7c/W6QdJJaIHgjOh473/YOlwRy564do4SsNfjD8zs5pnjWlpgabBD7zhRQwzTcxTx9sR3eYNYWuxBU= ceph-8aee3e06-fe58-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-19T14:27:08.429 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDYwtwOGTTTdLhWQkJX/nsJFlbWleArJ5TAClQNOhXArtASBOT6jRGPYGvmWurcYheBY1ePrNqx84nse8atztiuMv/hxdkJSxvmmi9C8Sn5GsfyW/D/lAmoh4PUurtBvo3+1Pb1S0MpVnxwGLVbKZf+mnCJo3kRoA42+ZuyPS8Z73GrmyLiIb84s+KPpKiDiFu+gIKhisDXZhpyjMMYzqU7yHhCLYBNeokyb+DrsJzpNLAVC4+b3vTi1K3hYIhLOoWP7ByU1ufD6TGU5hV3HN1lh5YqiOFL6oZMl4e2Yi5XarCu+K/Lb2aUKnNS1+ya5uLDdDBPyOL2BNOVnIBzZaoU4tMoqVkBHnemRtkBo3HPaz9g3cZzEp4CvkiawnLQWR3YnIb4mbjzIWF20PM26vbfqvGeZwcR10AG5pHNffUGCW+c4VvpU7c/W6QdJJaIHgjOh473/YOlwRy564do4SsNfjD8zs5pnjWlpgabBD7zhRQwzTcxTx9sR3eYNYWuxBU= ceph-8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:27:08.436 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:27:08.436 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:27:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:27:08.437 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-19T14:27:08.871 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:27:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:27:08.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:08 smithi070 bash[21665]: audit 2024-04-19T14:27:07.451351+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.70:0/1382879286' entity='client.admin' 2024-04-19T14:27:08.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:08 smithi070 bash[21665]: audit 2024-04-19T14:27:07.451351+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.70:0/1382879286' entity='client.admin' 2024-04-19T14:27:08.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:27:10.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.688128+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.688128+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.709856+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.709856+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.712291+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.712291+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.728917+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.728917+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.732354+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.732354+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.734120+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.734120+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.735775+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.735775+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.737410+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.737410+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.739911+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.739911+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.757392+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.757392+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.761328+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:08.761328+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:09.140025+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:10.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:09 smithi070 bash[21665]: audit 2024-04-19T14:27:09.140025+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:12.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:12 smithi070 bash[21665]: audit 2024-04-19T14:27:11.026475+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:12.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:12 smithi070 bash[21665]: audit 2024-04-19T14:27:11.026475+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:13.134 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:27:14.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:14 smithi070 bash[21665]: audit 2024-04-19T14:27:13.520468+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:14.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:14 smithi070 bash[21665]: audit 2024-04-19T14:27:13.520468+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:14.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:14 smithi070 bash[21665]: audit 2024-04-19T14:27:13.523838+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:14.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:14 smithi070 bash[21665]: audit 2024-04-19T14:27:13.523838+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:16.909 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-19T14:27:16.910 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: cluster 2024-04-19T14:27:15.975339+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: cluster 2024-04-19T14:27:15.975339+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: audit 2024-04-19T14:27:16.274258+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.70:0/3979921977' entity='client.admin' 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: audit 2024-04-19T14:27:16.274258+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.70:0/3979921977' entity='client.admin' 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: audit 2024-04-19T14:27:16.310287+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: audit 2024-04-19T14:27:16.310287+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: audit 2024-04-19T14:27:16.314568+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:17.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:17 smithi070 bash[21665]: audit 2024-04-19T14:27:16.314568+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:19.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:19 smithi070 bash[21665]: cluster 2024-04-19T14:27:17.975682+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:19.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:19 smithi070 bash[21665]: cluster 2024-04-19T14:27:17.975682+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:21.613 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:27:21.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:21 smithi070 bash[21665]: cluster 2024-04-19T14:27:19.976007+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:21.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:21 smithi070 bash[21665]: cluster 2024-04-19T14:27:19.976007+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:22.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:22 smithi070 bash[21665]: audit 2024-04-19T14:27:21.325761+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:22.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:22 smithi070 bash[21665]: audit 2024-04-19T14:27:21.325761+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:22.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:22 smithi070 bash[21665]: audit 2024-04-19T14:27:21.330688+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:22.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:22 smithi070 bash[21665]: audit 2024-04-19T14:27:21.330688+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:23.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:23 smithi070 bash[21665]: cluster 2024-04-19T14:27:21.976402+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:23.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:23 smithi070 bash[21665]: cluster 2024-04-19T14:27:21.976402+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:25.063 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi076 2024-04-19T14:27:25.063 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:27:25.063 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/etc/ceph/ceph.conf 2024-04-19T14:27:25.069 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:27:25.069 DEBUG:teuthology.orchestra.run.smithi076:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:27:25.120 INFO:tasks.cephadm:Adding host smithi076 to orchestrator... 2024-04-19T14:27:25.120 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch host add smithi076 2024-04-19T14:27:25.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cluster 2024-04-19T14:27:23.976738+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:25.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cluster 2024-04-19T14:27:23.976738+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:25.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.333729+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.333729+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.339756+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.339756+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.362848+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.362848+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.364688+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.364688+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.365504+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.365504+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.366602+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.366602+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.480832+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.480832+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.595632+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:27:25.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.595632+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.709979+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: cephadm 2024-04-19T14:27:24.709979+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.828373+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.828373+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.831920+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.831920+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.834901+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:25.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:25 smithi070 bash[21665]: audit 2024-04-19T14:27:24.834901+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:27.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:27 smithi070 bash[21665]: cluster 2024-04-19T14:27:25.977119+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:27.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:27 smithi070 bash[21665]: cluster 2024-04-19T14:27:25.977119+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:29.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:29 smithi070 bash[21665]: cluster 2024-04-19T14:27:27.977540+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:29.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:29 smithi070 bash[21665]: cluster 2024-04-19T14:27:27.977540+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:29.833 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:27:31.490 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:31 smithi070 bash[21665]: cluster 2024-04-19T14:27:29.977966+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:31.490 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:31 smithi070 bash[21665]: cluster 2024-04-19T14:27:29.977966+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: cluster 2024-04-19T14:27:31.978306+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: cluster 2024-04-19T14:27:31.978306+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: audit 2024-04-19T14:27:32.657162+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: audit 2024-04-19T14:27:32.657162+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: audit 2024-04-19T14:27:32.659847+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: audit 2024-04-19T14:27:32.659847+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: audit 2024-04-19T14:27:32.663486+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:34.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:33 smithi070 bash[21665]: audit 2024-04-19T14:27:32.663486+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:35.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:34 smithi070 bash[21665]: audit 2024-04-19T14:27:33.294980+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:35.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:34 smithi070 bash[21665]: audit 2024-04-19T14:27:33.294980+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:35 smithi070 bash[21665]: cephadm 2024-04-19T14:27:33.937671+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi076 2024-04-19T14:27:36.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:35 smithi070 bash[21665]: cephadm 2024-04-19T14:27:33.937671+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi076 2024-04-19T14:27:36.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:35 smithi070 bash[21665]: cluster 2024-04-19T14:27:33.978615+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:36.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:35 smithi070 bash[21665]: cluster 2024-04-19T14:27:33.978615+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:38.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:37 smithi070 bash[21665]: cluster 2024-04-19T14:27:35.978832+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:38.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:37 smithi070 bash[21665]: cluster 2024-04-19T14:27:35.978832+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:39.060 INFO:teuthology.orchestra.run.smithi070.stdout:Added host 'smithi076' with addr '172.21.15.76' 2024-04-19T14:27:39.833 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-19T14:27:40.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: cluster 2024-04-19T14:27:37.979066+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:40.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: cluster 2024-04-19T14:27:37.979066+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:40.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: audit 2024-04-19T14:27:39.060571+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:40.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: audit 2024-04-19T14:27:39.060571+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:40.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: audit 2024-04-19T14:27:39.096758+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:40.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: audit 2024-04-19T14:27:39.096758+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:40.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: audit 2024-04-19T14:27:39.568818+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:40.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:39 smithi070 bash[21665]: audit 2024-04-19T14:27:39.568818+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:41.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:40 smithi070 bash[21665]: cephadm 2024-04-19T14:27:39.061443+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi076 2024-04-19T14:27:41.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:40 smithi070 bash[21665]: cephadm 2024-04-19T14:27:39.061443+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi076 2024-04-19T14:27:42.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: cluster 2024-04-19T14:27:39.979426+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:42.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: cluster 2024-04-19T14:27:39.979426+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:42.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.094504+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:42.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.094504+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:42.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.099914+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:42.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.099914+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:42.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.101435+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:27:42.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.101435+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:27:42.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.103389+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:42.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.103389+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:42.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.105087+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:42.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:41 smithi070 bash[21665]: audit 2024-04-19T14:27:41.105087+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:43.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.107730+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:27:43.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.107730+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:27:43.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.325712+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:27:43.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.325712+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:27:43.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.490580+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:27:43.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.490580+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.655967+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: cephadm 2024-04-19T14:27:41.655967+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.825361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.825361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.830467+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.830467+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.833600+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.833600+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.835008+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-04-19T14:27:43.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:42 smithi070 bash[21665]: audit 2024-04-19T14:27:41.835008+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-04-19T14:27:44.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:43 smithi070 bash[21665]: cluster 2024-04-19T14:27:41.979839+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:43 smithi070 bash[21665]: cluster 2024-04-19T14:27:41.979839+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:44.542 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:27:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: cephadm 2024-04-19T14:27:43.041265+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi076 on smithi076 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: cephadm 2024-04-19T14:27:43.041265+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi076 on smithi076 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.127652+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.127652+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.164521+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.164521+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.170150+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.170150+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.237571+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.237571+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.242200+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.242200+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:45.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.243962+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.243962+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.252429+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.252429+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.322199+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.322199+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.326100+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.326100+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.327656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.327656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.335366+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.335366+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.586330+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:44 smithi070 bash[21665]: audit 2024-04-19T14:27:44.586330+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.997 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:45 smithi070 bash[21665]: cluster 2024-04-19T14:27:43.980290+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:45.998 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:45 smithi070 bash[21665]: cluster 2024-04-19T14:27:43.980290+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:45.998 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:45 smithi070 bash[21665]: audit 2024-04-19T14:27:45.657860+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.998 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:45 smithi070 bash[21665]: audit 2024-04-19T14:27:45.657860+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.998 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:45 smithi070 bash[21665]: audit 2024-04-19T14:27:45.665167+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:45.998 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:45 smithi070 bash[21665]: audit 2024-04-19T14:27:45.665167+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:47.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:47 smithi070 bash[21665]: cluster 2024-04-19T14:27:45.980680+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:47.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:47 smithi070 bash[21665]: cluster 2024-04-19T14:27:45.980680+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:47.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:47 smithi070 bash[21665]: audit 2024-04-19T14:27:46.037181+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:47.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:47 smithi070 bash[21665]: audit 2024-04-19T14:27:46.037181+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:47.960 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:27:47.961 INFO:teuthology.orchestra.run.smithi070.stdout:[{"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}, {"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}] 2024-04-19T14:27:48.929 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi094 2024-04-19T14:27:48.930 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:27:48.930 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.conf 2024-04-19T14:27:48.936 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:27:48.936 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:27:48.985 INFO:tasks.cephadm:Adding host smithi094 to orchestrator... 2024-04-19T14:27:48.985 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch host add smithi094 2024-04-19T14:27:49.186 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:49 smithi070 bash[21665]: audit 2024-04-19T14:27:47.961747+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:27:49.186 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:49 smithi070 bash[21665]: audit 2024-04-19T14:27:47.961747+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:27:49.186 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:49 smithi070 bash[21665]: cluster 2024-04-19T14:27:47.980927+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:49.186 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:49 smithi070 bash[21665]: cluster 2024-04-19T14:27:47.980927+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:51.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:51 smithi070 bash[21665]: cluster 2024-04-19T14:27:49.981254+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:51.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:51 smithi070 bash[21665]: cluster 2024-04-19T14:27:49.981254+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:54.108 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:27:54.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: cluster 2024-04-19T14:27:51.981672+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:54.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: cluster 2024-04-19T14:27:51.981672+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:54.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: audit 2024-04-19T14:27:52.863194+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:54.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: audit 2024-04-19T14:27:52.863194+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:54.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: audit 2024-04-19T14:27:52.869676+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:54.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: audit 2024-04-19T14:27:52.869676+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:54.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: audit 2024-04-19T14:27:52.877884+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:54.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:53 smithi070 bash[21665]: audit 2024-04-19T14:27:52.877884+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:56.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:55 smithi070 bash[21665]: cluster 2024-04-19T14:27:53.982117+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:56.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:55 smithi070 bash[21665]: cluster 2024-04-19T14:27:53.982117+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:58.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:57 smithi070 bash[21665]: cluster 2024-04-19T14:27:55.982492+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:58.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:57 smithi070 bash[21665]: cluster 2024-04-19T14:27:55.982492+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:27:58.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:57 smithi070 bash[21665]: audit 2024-04-19T14:27:56.782001+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:58.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:57 smithi070 bash[21665]: audit 2024-04-19T14:27:56.782001+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:27:59.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:58 smithi070 bash[21665]: cephadm 2024-04-19T14:27:57.444989+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-19T14:27:59.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:58 smithi070 bash[21665]: cephadm 2024-04-19T14:27:57.444989+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-19T14:27:59.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:58 smithi070 bash[21665]: audit 2024-04-19T14:27:58.523742+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:59.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:58 smithi070 bash[21665]: audit 2024-04-19T14:27:58.523742+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:59.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:58 smithi070 bash[21665]: audit 2024-04-19T14:27:58.533741+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:27:59.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:58 smithi070 bash[21665]: audit 2024-04-19T14:27:58.533741+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:00.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:59 smithi070 bash[21665]: cluster 2024-04-19T14:27:57.983009+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:00.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:27:59 smithi070 bash[21665]: cluster 2024-04-19T14:27:57.983009+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:02.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:01 smithi070 bash[21665]: cluster 2024-04-19T14:27:59.983397+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:02.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:01 smithi070 bash[21665]: cluster 2024-04-19T14:27:59.983397+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:02.876 INFO:teuthology.orchestra.run.smithi070.stdout:Added host 'smithi094' with addr '172.21.15.94' 2024-04-19T14:28:03.583 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-19T14:28:04.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: cluster 2024-04-19T14:28:01.983777+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:04.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: cluster 2024-04-19T14:28:01.983777+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:04.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: audit 2024-04-19T14:28:02.877728+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:04.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: audit 2024-04-19T14:28:02.877728+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:04.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: audit 2024-04-19T14:28:02.921942+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:04.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: audit 2024-04-19T14:28:02.921942+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:04.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: audit 2024-04-19T14:28:03.394393+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:04.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:03 smithi070 bash[21665]: audit 2024-04-19T14:28:03.394393+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:05.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:04 smithi070 bash[21665]: cephadm 2024-04-19T14:28:02.878580+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi094 2024-04-19T14:28:05.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:04 smithi070 bash[21665]: cephadm 2024-04-19T14:28:02.878580+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi094 2024-04-19T14:28:05.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:04 smithi070 bash[21665]: audit 2024-04-19T14:28:04.868822+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:05.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:04 smithi070 bash[21665]: audit 2024-04-19T14:28:04.868822+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:05.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:04 smithi070 bash[21665]: audit 2024-04-19T14:28:04.874632+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:05.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:04 smithi070 bash[21665]: audit 2024-04-19T14:28:04.874632+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cluster 2024-04-19T14:28:03.984198+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:06.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cluster 2024-04-19T14:28:03.984198+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:06.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:04.876213+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:06.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:04.876213+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:04.887023+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:04.887023+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:04.888774+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:04.888774+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:04.891571+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:04.891571+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:05.057691+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:05.057691+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:05.222074+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:05.222074+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.238607+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.238607+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.242264+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.242264+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.248196+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.248196+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:05.387828+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: cephadm 2024-04-19T14:28:05.387828+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.558082+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.558082+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.563602+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.563602+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.566924+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.566924+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.568264+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-19T14:28:06.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:05 smithi070 bash[21665]: audit 2024-04-19T14:28:05.568264+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-19T14:28:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:06 smithi070 bash[21665]: cluster 2024-04-19T14:28:05.984566+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:06 smithi070 bash[21665]: cluster 2024-04-19T14:28:05.984566+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:07.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:06 smithi070 bash[21665]: cephadm 2024-04-19T14:28:06.088180+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-19T14:28:07.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:06 smithi070 bash[21665]: cephadm 2024-04-19T14:28:06.088180+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-19T14:28:08.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.031357+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.031357+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.060202+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.060202+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.065625+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.065625+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.167275+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.167275+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.172747+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.172747+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.174508+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.174508+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.182893+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.182893+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.285959+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.285959+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:08.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.291222+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:08.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.291222+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:08.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.292761+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:08.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.292761+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:08.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.300909+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.300909+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.465879+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.374 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:08 smithi070 bash[21665]: audit 2024-04-19T14:28:07.465879+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:08.879 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:28:09.829 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:09 smithi070 bash[21665]: cluster 2024-04-19T14:28:07.984993+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:09.829 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:09 smithi070 bash[21665]: cluster 2024-04-19T14:28:07.984993+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:09.829 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:09 smithi070 bash[21665]: audit 2024-04-19T14:28:08.550760+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:09.829 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:09 smithi070 bash[21665]: audit 2024-04-19T14:28:08.550760+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:09.829 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:09 smithi070 bash[21665]: audit 2024-04-19T14:28:08.558292+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:09.829 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:09 smithi070 bash[21665]: audit 2024-04-19T14:28:08.558292+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:11.619 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:28:11.619 INFO:teuthology.orchestra.run.smithi070.stdout:[{"addr": "172.21.15.70", "hostname": "smithi070", "labels": [], "status": ""}, {"addr": "172.21.15.76", "hostname": "smithi076", "labels": [], "status": ""}, {"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}] 2024-04-19T14:28:11.828 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:11 smithi070 bash[21665]: cluster 2024-04-19T14:28:09.985440+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:11.828 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:11 smithi070 bash[21665]: cluster 2024-04-19T14:28:09.985440+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:11.828 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:11 smithi070 bash[21665]: audit 2024-04-19T14:28:11.086430+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:11.828 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:11 smithi070 bash[21665]: audit 2024-04-19T14:28:11.086430+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:12.341 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-19T14:28:12.342 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd crush tunables default 2024-04-19T14:28:12.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:12 smithi070 bash[21665]: audit 2024-04-19T14:28:11.621101+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:12.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:12 smithi070 bash[21665]: audit 2024-04-19T14:28:11.621101+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: cluster 2024-04-19T14:28:11.985834+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: cluster 2024-04-19T14:28:11.985834+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: audit 2024-04-19T14:28:13.071644+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: audit 2024-04-19T14:28:13.071644+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: audit 2024-04-19T14:28:13.075978+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: audit 2024-04-19T14:28:13.075978+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: audit 2024-04-19T14:28:13.080517+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:13 smithi070 bash[21665]: audit 2024-04-19T14:28:13.080517+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:15.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:15 smithi070 bash[21665]: cluster 2024-04-19T14:28:13.986240+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:15.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:15 smithi070 bash[21665]: cluster 2024-04-19T14:28:13.986240+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:17.052 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:28:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:17 smithi070 bash[21665]: cluster 2024-04-19T14:28:15.986643+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:17 smithi070 bash[21665]: cluster 2024-04-19T14:28:15.986643+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:19.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:19 smithi070 bash[21665]: cluster 2024-04-19T14:28:17.986987+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:19.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:19 smithi070 bash[21665]: cluster 2024-04-19T14:28:17.986987+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:20.567 INFO:teuthology.orchestra.run.smithi070.stderr:adjusted tunables profile to default 2024-04-19T14:28:20.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:20 smithi070 bash[21665]: audit 2024-04-19T14:28:19.859347+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:28:20.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:20 smithi070 bash[21665]: audit 2024-04-19T14:28:19.859347+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:28:21.264 INFO:tasks.cephadm:Adding mon.a on smithi070 2024-04-19T14:28:21.264 INFO:tasks.cephadm:Adding mon.b on smithi076 2024-04-19T14:28:21.264 INFO:tasks.cephadm:Adding mon.c on smithi094 2024-04-19T14:28:21.264 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch apply mon '3;smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c' 2024-04-19T14:28:21.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: cluster 2024-04-19T14:28:19.987368+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:21.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: cluster 2024-04-19T14:28:19.987368+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: audit 2024-04-19T14:28:20.562468+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: audit 2024-04-19T14:28:20.562468+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: cluster 2024-04-19T14:28:20.568412+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: cluster 2024-04-19T14:28:20.568412+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: audit 2024-04-19T14:28:21.431494+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: audit 2024-04-19T14:28:21.431494+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: audit 2024-04-19T14:28:21.439431+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:21.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:21 smithi070 bash[21665]: audit 2024-04-19T14:28:21.439431+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:22.471 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:23.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:23 smithi070 bash[21665]: cluster 2024-04-19T14:28:21.987765+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:23.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:23 smithi070 bash[21665]: cluster 2024-04-19T14:28:21.987765+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:24.984 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled mon update... 2024-04-19T14:28:25.531 DEBUG:teuthology.orchestra.run.smithi076:mon.b> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.b.service 2024-04-19T14:28:25.534 DEBUG:teuthology.orchestra.run.smithi094:mon.c> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.c.service 2024-04-19T14:28:25.538 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-19T14:28:25.538 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-19T14:28:25.824 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: cluster 2024-04-19T14:28:23.988187+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: cluster 2024-04-19T14:28:23.988187+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:24.986120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:24.986120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.009722+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.009722+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.015291+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.015291+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.017228+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.017228+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.025662+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.825 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.025662+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.030907+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.030907+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.032933+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.032933+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.443654+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.443654+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.449272+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.449272+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.458506+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:25.826 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:25 smithi070 bash[21665]: audit 2024-04-19T14:28:25.458506+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:26.768 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:26.833 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:26 smithi070 bash[21665]: audit 2024-04-19T14:28:24.974807+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:26.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:26 smithi070 bash[21665]: audit 2024-04-19T14:28:24.974807+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:26.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:26 smithi070 bash[21665]: cephadm 2024-04-19T14:28:24.980400+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c;count:3 2024-04-19T14:28:26.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:26 smithi070 bash[21665]: cephadm 2024-04-19T14:28:24.980400+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c;count:3 2024-04-19T14:28:26.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:26 smithi070 bash[21665]: cephadm 2024-04-19T14:28:25.035120+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-04-19T14:28:26.834 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:26 smithi070 bash[21665]: cephadm 2024-04-19T14:28:25.035120+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-04-19T14:28:27.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:27 smithi070 bash[21665]: cluster 2024-04-19T14:28:25.988576+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:27.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:27 smithi070 bash[21665]: cluster 2024-04-19T14:28:25.988576+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:29.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:29 smithi070 bash[21665]: cluster 2024-04-19T14:28:27.988991+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:29.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:29 smithi070 bash[21665]: cluster 2024-04-19T14:28:27.988991+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:30.818 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-19T14:28:30.818 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":1,"fsid":"8aee3e06-fe58-11ee-bc92-c7b262605968","modified":"2024-04-19T14:25:42.869141Z","created":"2024-04-19T14:25:42.869141Z","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.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-19T14:28:30.821 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 1 2024-04-19T14:28:31.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: cluster 2024-04-19T14:28:29.989346+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: cluster 2024-04-19T14:28:29.989346+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.520840+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.520840+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.526973+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.526973+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.535252+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.535252+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.642800+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.642800+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.648814+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.648814+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.671877+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.671877+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.673345+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.673345+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.675162+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.675162+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: cephadm 2024-04-19T14:28:30.677293+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi076 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: cephadm 2024-04-19T14:28:30.677293+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi076 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.820654+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.94:0/440811266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:31.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:31 smithi070 bash[21665]: audit 2024-04-19T14:28:30.820654+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.94:0/440811266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.164 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:27:41.655967+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:32.164 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:27:41.655967+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:32.164 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.825361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.164 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.825361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.830467+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.830467+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.833600+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:28:32.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.833600+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:28:32.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.835008+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-04-19T14:28:32.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:41.835008+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:41.979839+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:41.979839+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:27:43.041265+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi076 on smithi076 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:27:43.041265+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi076 on smithi076 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.127652+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.127652+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.164521+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.164521+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.170150+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.170150+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.237571+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.237571+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.242200+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.242200+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.243962+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.243962+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.252429+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.252429+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.322199+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.322199+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.326100+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.326100+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.327656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.327656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.335366+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.335366+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.586330+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:44.586330+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:43.980290+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:43.980290+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:45.657860+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:45.657860+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:45.665167+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:45.665167+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:45.980680+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:45.980680+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:46.037181+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:46.037181+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:47.961747+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:47.961747+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:47.980927+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:47.980927+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:49.981254+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:49.981254+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:51.981672+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:51.981672+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:52.863194+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:52.863194+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:52.869676+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:52.869676+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:52.877884+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:52.877884+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:53.982117+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:53.982117+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:55.982492+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:55.982492+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:56.782001+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:56.782001+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:32.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:27:57.444989+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:27:57.444989+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:58.523742+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:58.523742+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:58.533741+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:27:58.533741+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:57.983009+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:57.983009+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:59.983397+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:27:59.983397+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:01.983777+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:01.983777+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:02.877728+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.502 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:02.877728+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:02.921942+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:02.921942+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:03.394393+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:03.394393+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:02.878580+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi094 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:02.878580+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi094 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.868822+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.868822+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.874632+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.874632+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:03.984198+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:03.984198+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.876213+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.876213+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.887023+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.503 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.887023+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.888774+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:04.888774+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:04.891571+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:04.891571+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:05.057691+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:05.057691+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:05.222074+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:05.222074+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.238607+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.238607+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.242264+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.242264+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.248196+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.248196+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:05.387828+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:32.504 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:05.387828+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.558082+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.558082+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.563602+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.563602+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.566924+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.566924+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.568264+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:05.568264+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:05.984566+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:05.984566+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:06.088180+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:06.088180+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.031357+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.031357+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.060202+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.505 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.060202+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.065625+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.065625+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.167275+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.167275+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.172747+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.172747+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.174508+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.174508+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.182893+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.182893+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.285959+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.506 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.285959+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.291222+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.291222+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.292761+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.292761+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.300909+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.300909+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.465879+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:07.465879+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:07.984993+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:07.984993+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:08.550760+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:08.550760+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:08.558292+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:08.558292+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:09.985440+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.507 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:09.985440+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:11.086430+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:11.086430+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:11.621101+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:11.621101+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:11.985834+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:11.985834+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:13.071644+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:13.071644+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:13.075978+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:13.075978+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:13.080517+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:13.080517+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:13.986240+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:13.986240+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.508 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:15.986643+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:15.986643+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:17.986987+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:17.986987+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:19.859347+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:19.859347+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:19.987368+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:19.987368+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:20.562468+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:20.562468+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:20.568412+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:20.568412+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:21.431494+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:21.431494+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:21.439431+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:21.439431+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.509 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:21.987765+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:21.987765+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:23.988187+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:23.988187+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:24.986120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:24.986120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.009722+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.009722+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.015291+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.015291+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.017228+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.017228+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.025662+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.025662+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.510 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.030907+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.030907+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.032933+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.032933+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.443654+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.443654+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.449272+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.449272+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.458506+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:25.458506+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:24.974807+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:24.974807+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:24.980400+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c;count:3 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:24.980400+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c;count:3 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:25.035120+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-04-19T14:28:32.511 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:25.035120+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:25.988576+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:25.988576+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:27.988991+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:27.988991+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:29.989346+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cluster 2024-04-19T14:28:29.989346+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.520840+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.520840+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.526973+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.526973+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.535252+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.535252+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.642800+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.642800+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.648814+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.512 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.648814+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.671877+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.671877+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.673345+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.673345+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.675162+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.675162+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:30.677293+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi076 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: cephadm 2024-04-19T14:28:30.677293+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi076 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.820654+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.94:0/440811266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: audit 2024-04-19T14:28:30.820654+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.94:0/440811266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:32.513 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:32 smithi094 bash[22402]: debug 2024-04-19T14:28:32.164+0000 7efee74e4700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-19T14:28:32.814 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-19T14:28:32.814 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-19T14:28:35.085 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 systemd[1]: Started Ceph mon.b for 8aee3e06-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.865+0000 7f0c038cdc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.865+0000 7f0c038cdc80 0 ceph version 19.0.0-3175-gc53d131d (c53d131d890ca258dc8708b5590933577e6ceba0) squid (dev), process ceph-mon, pid 7 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.865+0000 7f0c038cdc80 0 pidfile_write: ignore empty --pid-file 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 0 load: jerasure load: lrc 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Git sha 0 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Compile date 2024-04-18 16:17:16 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: DB SUMMARY 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: DB Session ID: TB0LMOHGBTBDPM5KUANU 2024-04-19T14:28:35.907 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: CURRENT file: CURRENT 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.error_if_exists: 0 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.create_if_missing: 0 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.env: 0x556a633cfcc0 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.info_log: 0x556a6500bc40 2024-04-19T14:28:35.908 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-19T14:28:35.909 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.statistics: (nil) 2024-04-19T14:28:35.909 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.use_fsync: 0 2024-04-19T14:28:35.909 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-19T14:28:35.910 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.db_log_dir: 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.wal_dir: 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.write_buffer_manager: 0x556a64fa10e0 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-19T14:28:35.911 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.unordered_write: 0 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.row_cache: None 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.wal_filter: None 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-19T14:28:35.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.two_write_queues: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.wal_compression: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.atomic_flush: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-19T14:28:35.913 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.869+0000 7f0c038cdc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_open_files: -1 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-19T14:28:35.914 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Compression algorithms supported: 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kZSTD supported: 0 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kXpressCompression supported: 0 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kZlibCompression supported: 1 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-19T14:28:35.915 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.merge_operator: 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_filter: None 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556a6500be00) 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cache_index_and_filter_blocks: 1 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: pin_top_level_index_and_filter: 1 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: index_type: 0 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: data_block_index_type: 0 2024-04-19T14:28:35.916 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: index_shortening: 1 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: data_block_hash_table_util_ratio: 0.750000 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: checksum: 4 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: no_block_cache: 0 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_cache: 0x556a64fd11f0 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_cache_name: BinnedLRUCache 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_cache_options: 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: capacity : 536870912 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: num_shard_bits : 4 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: strict_capacity_limit : 0 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: high_pri_pool_ratio: 0.000 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_cache_compressed: (nil) 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: persistent_cache: (nil) 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_size: 4096 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_size_deviation: 10 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_restart_interval: 16 2024-04-19T14:28:35.917 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: index_block_restart_interval: 1 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: metadata_block_size: 4096 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: partition_filters: 0 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: use_delta_encoding: 1 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: filter_policy: bloomfilter 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: whole_key_filtering: 1 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: verify_compression: 0 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: read_amp_bytes_per_bit: 0 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: format_version: 5 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: enable_index_compression: 1 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: block_align: 0 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: max_auto_readahead_size: 262144 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: prepopulate_block_cache: 0 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: initial_auto_readahead_size: 8192 2024-04-19T14:28:35.918 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: num_file_reads_for_auto_readahead: 2 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression: NoCompression 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.num_levels: 7 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-19T14:28:35.919 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-19T14:28:35.920 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-19T14:28:35.921 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-19T14:28:35.922 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.bloom_locality: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.ttl: 2592000 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.enable_blob_files: false 2024-04-19T14:28:35.923 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.min_blob_size: 0 2024-04-19T14:28:35.924 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-19T14:28:35.924 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-19T14:28:35.924 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-19T14:28:35.925 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-19T14:28:35.925 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-19T14:28:35.925 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-19T14:28:35.925 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 36dad119-333b-4461-8eb1-03f0e06c5ab9 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536915875532, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536915876140, "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": 1713536915, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "36dad119-333b-4461-8eb1-03f0e06c5ab9", "db_session_id": "TB0LMOHGBTBDPM5KUANU", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713536915876255, "job": 1, "event": "recovery_finished"} 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556a650ea000 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 4 rocksdb: DB pointer 0x556a650d4000 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0bf2027700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-19T14:28:35.926 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0bf2027700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: ** DB Stats ** 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: ** Compaction Stats [default] ** 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:35.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: ** Compaction Stats [default] ** 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: AddFile(Total Files): cumulative 0, interval 0 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: AddFile(Keys): cumulative 0, interval 0 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Interval compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Block cache BinnedLRUCache@0x556a64fd11f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-19T14:28:35.928 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: ** File Read Latency Histogram By Level [default] ** 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.873+0000 7f0c038cdc80 0 using public_addr v2:172.21.15.76:0/0 -> [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.877+0000 7f0c038cdc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] at bind addrs [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.877+0000 7f0c038cdc80 1 mon.b@-1(???) e0 preinit fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: e1 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: legacy client fscid: -1 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: No filesystems configured 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-19T14:28:35.929 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.901+0000 7f0bf502d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:23.976738+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:23.976738+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.333729+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.333729+0000 mgr.a (mgr.14152) 15 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.339756+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.339756+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.362848+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.930 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.362848+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.364688+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.364688+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.365504+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.365504+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.366602+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.366602+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.480832+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.480832+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.595632+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.595632+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.709979+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:24.709979+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.828373+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.828373+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.931 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.831920+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.831920+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.834901+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:24.834901+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:25.977119+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:25.977119+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:27.977540+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:27.977540+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:29.977966+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:29.977966+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:31.978306+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:31.978306+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:32.657162+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:32.657162+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.932 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:32.659847+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:32.659847+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:32.663486+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:32.663486+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:33.294980+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:33.294980+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi076", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:33.937671+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi076 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:33.937671+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi076 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:33.978615+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:33.978615+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:35.978832+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:35.978832+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:37.979066+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:37.979066+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:39.060571+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:39.060571+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:39.096758+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.933 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:39.096758+0000 mon.a (mon.0) 134 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:39.568818+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:39.568818+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:39.061443+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi076 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:39.061443+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi076 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:39.979426+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:39.979426+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.094504+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.094504+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.099914+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.099914+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.101435+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.101435+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:35.934 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.103389+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.103389+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.105087+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.105087+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.107730+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.107730+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.325712+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.325712+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.490580+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.490580+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.655967+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:41.655967+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.825361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.825361+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.830467+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.830467+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.935 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.833600+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.833600+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.835008+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:41.835008+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]': finished 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:41.979839+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:41.979839+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:43.041265+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi076 on smithi076 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:43.041265+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi076 on smithi076 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.127652+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.127652+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.164521+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.164521+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.170150+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.170150+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.237571+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.237571+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.936 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.242200+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.242200+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.243962+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.243962+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.252429+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.252429+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.322199+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.322199+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.326100+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.326100+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.327656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.327656+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.335366+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.335366+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.937 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.586330+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:44.586330+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:43.980290+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:43.980290+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:45.657860+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:45.657860+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:45.665167+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:45.665167+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:45.980680+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:45.980680+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:46.037181+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:46.037181+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:47.961747+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:47.961747+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:47.980927+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:47.980927+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.938 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:49.981254+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:49.981254+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:51.981672+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:51.981672+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:52.863194+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:52.863194+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:52.869676+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:52.869676+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:52.877884+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:52.877884+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:53.982117+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:53.982117+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:55.982492+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:55.982492+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:56.782001+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:35.939 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:56.782001+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:57.444989+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:27:57.444989+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi094 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:58.523742+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:58.523742+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:58.533741+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:27:58.533741+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:57.983009+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:57.983009+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:59.983397+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:27:59.983397+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:01.983777+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:01.983777+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:02.877728+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.940 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:02.877728+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:02.921942+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:02.921942+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:03.394393+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:03.394393+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:02.878580+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi094 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:02.878580+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi094 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.868822+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.868822+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.874632+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.874632+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:03.984198+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:03.984198+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.876213+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.876213+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:28:35.941 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.887023+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.942 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.887023+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:35.942 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.888774+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:04.888774+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:04.891571+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:36.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:04.891571+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:36.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:05.057691+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:36.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:05.057691+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:36.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:05.222074+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:36.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:05.222074+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.238607+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.238607+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.242264+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.242264+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.248196+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.248196+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:05.387828+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:05.387828+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.558082+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.558082+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.563602+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.563602+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.566924+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.566924+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:28:36.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.568264+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:05.568264+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:05.984566+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:05.984566+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:06.088180+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:06.088180+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.031357+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.031357+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.060202+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.060202+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.065625+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.065625+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.167275+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.167275+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.172747+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.172747+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.174508+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.174508+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.182893+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.182893+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.285959+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.285959+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.291222+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.291222+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.292761+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.292761+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.300909+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.300909+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.039 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.465879+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:07.465879+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:07.984993+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:07.984993+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:08.550760+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:08.550760+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:08.558292+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:08.558292+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:09.985440+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:09.985440+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:11.086430+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:11.086430+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:11.621101+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:11.621101+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:28:36.040 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:11.985834+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.041 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:11.985834+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.041 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:13.071644+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.041 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:13.071644+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.041 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:13.075978+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.041 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:13.075978+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:13.080517+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:13.080517+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:13.986240+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:13.986240+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:15.986643+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:15.986643+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:17.986987+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:17.986987+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:19.859347+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:19.859347+0000 mon.a (mon.0) 198 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:19.987368+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:19.987368+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:20.562468+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:28:36.042 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:20.562468+0000 mon.a (mon.0) 199 : audit [INF] from='client.? 172.21.15.70:0/3062034179' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:20.568412+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:20.568412+0000 mon.a (mon.0) 200 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:21.431494+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:21.431494+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:21.439431+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:21.439431+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:21.987765+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.043 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:21.987765+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:23.988187+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:23.988187+0000 mgr.a (mgr.14152) 67 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:24.986120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:24.986120+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.009722+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.009722+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.015291+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.015291+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.017228+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.017228+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.025662+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.025662+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.030907+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.030907+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:36.044 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.032933+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.032933+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.443654+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.443654+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.449272+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.449272+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.458506+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:25.458506+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:24.974807+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:24.974807+0000 mgr.a (mgr.14152) 68 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:24.980400+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c;count:3 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:24.980400+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Saving service mon spec with placement smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c;count:3 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:25.035120+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:25.035120+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Deploying daemon mon.c on smithi094 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:25.988576+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.045 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:25.988576+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:27.988991+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:27.988991+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:29.989346+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cluster 2024-04-19T14:28:29.989346+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.520840+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.520840+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.526973+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.526973+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.535252+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.535252+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.642800+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.642800+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.648814+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.648814+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.046 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.671877+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.671877+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.673345+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.673345+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.675162+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.675162+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:30.677293+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi076 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: cephadm 2024-04-19T14:28:30.677293+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Deploying daemon mon.b on smithi076 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.820654+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.94:0/440811266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: audit 2024-04-19T14:28:30.820654+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.94:0/440811266' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:36.047 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:35 smithi076 bash[22317]: debug 2024-04-19T14:28:35.909+0000 7f0bf502d700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-19T14:28:36.514 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:31.989718+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:31.989718+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:32.181239+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:32.181239+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:32.181773+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:32.181773+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:32.200275+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:32.200275+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:33.174778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:33.174778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:33.990062+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:33.990062+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:34.175186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:34.175186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:34.177148+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:34.177148+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:35.175176+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:35.175176+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:35.919522+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:35.919522+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:35.990405+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:35.990405+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:36.175451+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:36.175451+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:36.919684+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:36.919684+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.175139+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.175139+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.224889+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.224889+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230671+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-19T14:28:37.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230671+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230726+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230726+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230766+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-19T14:28:32.175754+0000 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230766+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-19T14:28:32.175754+0000 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230806+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230806+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230875+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230875+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230920+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230920+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230956+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.230956+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.231004+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.231004+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.251765+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-19T14:28:37.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.251765+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.251857+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.251857+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.252200+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.252200+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.252534+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.252534+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.261596+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.261596+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.267047+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.267047+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.273023+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.273023+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.278177+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.278177+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.286593+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:37 smithi094 bash[22402]: audit 2024-04-19T14:28:37.286593+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:31.989718+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:31.989718+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:32.181239+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:32.181239+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:32.181773+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:32.181773+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:32.200275+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:32.200275+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:33.174778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:33.174778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:33.990062+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:33.990062+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:34.175186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:34.175186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:34.177148+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:34.177148+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:35.175176+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:35.175176+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:35.919522+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:35.919522+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:35.990405+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:35.990405+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:36.175451+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:36.175451+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:36.919684+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:36.919684+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.175139+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.175139+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.224889+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.224889+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230671+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230671+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230726+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230726+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230766+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-19T14:28:32.175754+0000 2024-04-19T14:28:37.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230766+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-19T14:28:32.175754+0000 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230806+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230806+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230875+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230875+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230920+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230920+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230956+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.230956+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.231004+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:37.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.231004+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.251765+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.251765+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.251857+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.251857+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.252200+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.252200+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.252534+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.252534+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.261596+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.261596+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.267047+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.267047+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.273023+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.625 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.273023+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.626 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.278177+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.626 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.278177+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.626 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.286593+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:37.626 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:37 smithi070 bash[21665]: audit 2024-04-19T14:28:37.286593+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:31.989718+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:38.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:31.989718+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:32.181239+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:32.181239+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:32.181773+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:32.181773+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:32.200275+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:32.200275+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:33.174778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:33.174778+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:33.990062+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:33.990062+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:34.175186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:34.175186+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:34.177148+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:38.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:34.177148+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:35.175176+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:35.175176+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:35.919522+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:35.919522+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:35.990405+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:35.990405+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:36.175451+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:36.175451+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:36.919684+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:36.919684+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.175139+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.175139+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.224889+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.224889+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230671+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-19T14:28:38.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230671+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230726+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230726+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230766+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-19T14:28:32.175754+0000 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230766+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-04-19T14:28:32.175754+0000 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230806+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230806+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230875+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230875+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230920+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230920+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230956+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.230956+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.231004+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.231004+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.251765+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-19T14:28:38.289 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.251765+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.251857+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.251857+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.252200+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.252200+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 101s) 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.252534+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.252534+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.261596+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.261596+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.267047+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.267047+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.273023+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.273023+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.278177+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.278177+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.290 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.286593+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.291 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:37 smithi076 bash[22317]: audit 2024-04-19T14:28:37.286593+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:38.621 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:28:38 smithi070 bash[21921]: debug 2024-04-19T14:28:38.174+0000 7f8043baa700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-19T14:28:43.347 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cephadm 2024-04-19T14:28:37.893340+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:28:43.347 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cephadm 2024-04-19T14:28:37.893340+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:28:43.347 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.931634+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.931634+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.931862+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.931862+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.933756+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.933756+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cephadm 2024-04-19T14:28:37.942708+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cephadm 2024-04-19T14:28:37.942708+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.951864+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.951864+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.952013+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.952013+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.952164+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:37.952164+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:43.348 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.990729+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:37.990729+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:38.919786+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:38.919786+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:39.920103+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:39.920103+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:39.930325+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:39.930325+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:39.991049+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:39.991049+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:40.920382+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:40.920382+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:41.920113+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:41.920113+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:41.991370+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.349 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:41.991370+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:42.920592+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:42.920592+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.973307+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.973307+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979328+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979328+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979365+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979365+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979387+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979387+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979409+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979409+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979432+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979432+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:43.350 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979460+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979460+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979484+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979484+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979525+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979525+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979549+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.979549+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.999784+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.999784+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.999848+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:42.999848+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:43.000153+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:43.000153+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:43.000404+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:43.351 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: cluster 2024-04-19T14:28:43.000404+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.008460+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.008460+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.014239+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.014239+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.015205+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.015205+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.017439+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:43.352 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:43 smithi070 bash[21665]: audit 2024-04-19T14:28:43.017439+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:43.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cephadm 2024-04-19T14:28:37.893340+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cephadm 2024-04-19T14:28:37.893340+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.931634+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.931634+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.931862+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.931862+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.933756+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.933756+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cephadm 2024-04-19T14:28:37.942708+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cephadm 2024-04-19T14:28:37.942708+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.951864+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.951864+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.952013+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.952013+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:43.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.952164+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:37.952164+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.990729+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:37.990729+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:38.919786+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:38.919786+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:39.920103+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:39.920103+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:39.930325+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:28:43.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:39.930325+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:39.991049+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:39.991049+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:40.920382+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:40.920382+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:41.920113+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:41.920113+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:41.991370+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:41.991370+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:42.920592+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:42.920592+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.973307+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.973307+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979328+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-04-19T14:28:43.498 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979328+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979365+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979365+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979387+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979387+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979409+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979409+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979432+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979432+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979460+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979460+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979484+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979484+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979525+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979525+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979549+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:28:43.499 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.979549+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.999784+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.999784+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.999848+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:42.999848+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:43.000153+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:43.000153+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:43.000404+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: cluster 2024-04-19T14:28:43.000404+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.008460+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.008460+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.014239+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.014239+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.015205+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.015205+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:43.500 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.017439+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:43.501 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:43 smithi094 bash[22402]: audit 2024-04-19T14:28:43.017439+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:43.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cephadm 2024-04-19T14:28:37.893340+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:28:43.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cephadm 2024-04-19T14:28:37.893340+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:28:43.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.931634+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:43.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.931634+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:28:43.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.931862+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:43.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.931862+0000 mon.a (mon.0) 265 : cluster [INF] mon.a calling monitor election 2024-04-19T14:28:43.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.933756+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.933756+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cephadm 2024-04-19T14:28:37.942708+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cephadm 2024-04-19T14:28:37.942708+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.951864+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.951864+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.952013+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.952013+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.952164+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:37.952164+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.990729+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:37.990729+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:38.919786+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:38.919786+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:39.920103+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:39.920103+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:39.930325+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:39.930325+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:39.991049+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:39.991049+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:40.920382+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:40.920382+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:41.920113+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:41.920113+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:41.991370+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:41.991370+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:42.920592+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:42.920592+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:43.538 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.973307+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.973307+0000 mon.a (mon.0) 274 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979328+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979328+0000 mon.a (mon.0) 275 : cluster [DBG] monmap epoch 3 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979365+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979365+0000 mon.a (mon.0) 276 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979387+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979387+0000 mon.a (mon.0) 277 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979409+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979409+0000 mon.a (mon.0) 278 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979432+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:43.539 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979432+0000 mon.a (mon.0) 279 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979460+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979460+0000 mon.a (mon.0) 280 : cluster [DBG] election_strategy: 1 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979484+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979484+0000 mon.a (mon.0) 281 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979525+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979525+0000 mon.a (mon.0) 282 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979549+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.979549+0000 mon.a (mon.0) 283 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.999784+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.999784+0000 mon.a (mon.0) 284 : cluster [DBG] fsmap 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.999848+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:42.999848+0000 mon.a (mon.0) 285 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:43.000153+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:43.000153+0000 mon.a (mon.0) 286 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:43.000404+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:43.540 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: cluster 2024-04-19T14:28:43.000404+0000 mon.a (mon.0) 287 : cluster [INF] overall HEALTH_OK 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.008460+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.008460+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.014239+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.014239+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.015205+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.015205+0000 mon.a (mon.0) 290 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.017439+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:43.541 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:43 smithi076 bash[22317]: audit 2024-04-19T14:28:43.017439+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:44.003 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-19T14:28:44.003 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":3,"fsid":"8aee3e06-fe58-11ee-bc92-c7b262605968","modified":"2024-04-19T14:28:37.927985Z","created":"2024-04-19T14:25:42.869141Z","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.70:3300","nonce":0},{"type":"v1","addr":"172.21.15.70:6789","nonce":0}]},"addr":"172.21.15.70:6789/0","public_addr":"172.21.15.70:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:3300","nonce":0},{"type":"v1","addr":"172.21.15.76:6789","nonce":0}]},"addr":"172.21.15.76:6789/0","public_addr":"172.21.15.76:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-19T14:28:44.006 INFO:teuthology.orchestra.run.smithi094.stderr:dumped monmap epoch 3 2024-04-19T14:28:44.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:44 smithi076 bash[22317]: cephadm 2024-04-19T14:28:43.019495+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-04-19T14:28:44.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:44 smithi076 bash[22317]: cephadm 2024-04-19T14:28:43.019495+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-04-19T14:28:44.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:44 smithi076 bash[22317]: audit 2024-04-19T14:28:43.920847+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:44.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:44 smithi076 bash[22317]: audit 2024-04-19T14:28:43.920847+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:44.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:44 smithi076 bash[22317]: audit 2024-04-19T14:28:44.005723+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.94:0/1218696696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:44.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:44 smithi076 bash[22317]: audit 2024-04-19T14:28:44.005723+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.94:0/1218696696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:44.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:44 smithi070 bash[21665]: cephadm 2024-04-19T14:28:43.019495+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-04-19T14:28:44.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:44 smithi070 bash[21665]: cephadm 2024-04-19T14:28:43.019495+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-04-19T14:28:44.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:44 smithi070 bash[21665]: audit 2024-04-19T14:28:43.920847+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:44.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:44 smithi070 bash[21665]: audit 2024-04-19T14:28:43.920847+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:44.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:44 smithi070 bash[21665]: audit 2024-04-19T14:28:44.005723+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.94:0/1218696696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:44.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:44 smithi070 bash[21665]: audit 2024-04-19T14:28:44.005723+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.94:0/1218696696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:44.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:44 smithi094 bash[22402]: cephadm 2024-04-19T14:28:43.019495+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-04-19T14:28:44.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:44 smithi094 bash[22402]: cephadm 2024-04-19T14:28:43.019495+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi070 2024-04-19T14:28:44.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:44 smithi094 bash[22402]: audit 2024-04-19T14:28:43.920847+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:44.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:44 smithi094 bash[22402]: audit 2024-04-19T14:28:43.920847+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:28:44.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:44 smithi094 bash[22402]: audit 2024-04-19T14:28:44.005723+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.94:0/1218696696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:44 smithi094 bash[22402]: audit 2024-04-19T14:28:44.005723+0000 mon.a (mon.0) 293 : audit [DBG] from='client.? 172.21.15.94:0/1218696696' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-19T14:28:44.681 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-19T14:28:44.681 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph config generate-minimal-conf 2024-04-19T14:28:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: cluster 2024-04-19T14:28:43.991733+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: cluster 2024-04-19T14:28:43.991733+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.607355+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.607355+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.854566+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.854566+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.858997+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.858997+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.864069+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:44.864069+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:45.324390+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:45.324390+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:45.331979+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:45.331979+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:45.341603+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:45 smithi070 bash[21665]: audit 2024-04-19T14:28:45.341603+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: cluster 2024-04-19T14:28:43.991733+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: cluster 2024-04-19T14:28:43.991733+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.607355+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.607355+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.854566+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.854566+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.858997+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.858997+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.864069+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:44.864069+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:45.324390+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:45.324390+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:45.331979+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:45.331979+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:45.341603+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:45 smithi094 bash[22402]: audit 2024-04-19T14:28:45.341603+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: cluster 2024-04-19T14:28:43.991733+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: cluster 2024-04-19T14:28:43.991733+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.607355+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.607355+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.854566+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.854566+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.858997+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.858997+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.864069+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:44.864069+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:45.324390+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:45.324390+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:45.331979+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:45.331979+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:45.341603+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:46.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:45 smithi076 bash[22317]: audit 2024-04-19T14:28:45.341603+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.770362+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.770362+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.774527+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.774527+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: cephadm 2024-04-19T14:28:45.790284+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:28:47.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: cephadm 2024-04-19T14:28:45.790284+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.790822+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.790822+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.791758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.791758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.792543+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: audit 2024-04-19T14:28:45.792543+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: cephadm 2024-04-19T14:28:45.793524+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi076 2024-04-19T14:28:47.037 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:46 smithi076 bash[22317]: cephadm 2024-04-19T14:28:45.793524+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi076 2024-04-19T14:28:47.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.770362+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.770362+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.774527+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.774527+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: cephadm 2024-04-19T14:28:45.790284+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: cephadm 2024-04-19T14:28:45.790284+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.790822+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.790822+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.791758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.791758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.792543+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: audit 2024-04-19T14:28:45.792543+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: cephadm 2024-04-19T14:28:45.793524+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi076 2024-04-19T14:28:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:46 smithi070 bash[21665]: cephadm 2024-04-19T14:28:45.793524+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi076 2024-04-19T14:28:47.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.770362+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.770362+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.774527+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.774527+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:47.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: cephadm 2024-04-19T14:28:45.790284+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:28:47.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: cephadm 2024-04-19T14:28:45.790284+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.790822+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.790822+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.791758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.791758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.792543+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: audit 2024-04-19T14:28:45.792543+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: cephadm 2024-04-19T14:28:45.793524+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi076 2024-04-19T14:28:47.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:46 smithi094 bash[22402]: cephadm 2024-04-19T14:28:45.793524+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi076 2024-04-19T14:28:48.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: cluster 2024-04-19T14:28:45.992142+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: cluster 2024-04-19T14:28:45.992142+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.452442+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.452442+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.457314+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.457314+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.461523+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.461523+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.462531+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.462531+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.463542+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:48.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:47 smithi094 bash[22402]: audit 2024-04-19T14:28:47.463542+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:48.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: cluster 2024-04-19T14:28:45.992142+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:48.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: cluster 2024-04-19T14:28:45.992142+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:48.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.452442+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.452442+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.457314+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.457314+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.461523+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:48.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.461523+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:48.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.462531+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:48.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.462531+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:48.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.463542+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:48.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:47 smithi076 bash[22317]: audit 2024-04-19T14:28:47.463542+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: cluster 2024-04-19T14:28:45.992142+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: cluster 2024-04-19T14:28:45.992142+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.452442+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.452442+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.457314+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.457314+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.461523+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:48.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.461523+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-19T14:28:48.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.462531+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:48.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.462531+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-19T14:28:48.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.463542+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:48.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:47 smithi070 bash[21665]: audit 2024-04-19T14:28:47.463542+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:49.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:48 smithi094 bash[22402]: cephadm 2024-04-19T14:28:47.461140+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:28:49.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:48 smithi094 bash[22402]: cephadm 2024-04-19T14:28:47.461140+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:28:49.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:48 smithi094 bash[22402]: cephadm 2024-04-19T14:28:47.464766+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-04-19T14:28:49.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:48 smithi094 bash[22402]: cephadm 2024-04-19T14:28:47.464766+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-04-19T14:28:49.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:48 smithi094 bash[22402]: cluster 2024-04-19T14:28:47.992480+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:49.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:48 smithi094 bash[22402]: cluster 2024-04-19T14:28:47.992480+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:49.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:48 smithi076 bash[22317]: cephadm 2024-04-19T14:28:47.461140+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:28:49.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:48 smithi076 bash[22317]: cephadm 2024-04-19T14:28:47.461140+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:28:49.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:48 smithi076 bash[22317]: cephadm 2024-04-19T14:28:47.464766+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-04-19T14:28:49.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:48 smithi076 bash[22317]: cephadm 2024-04-19T14:28:47.464766+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-04-19T14:28:49.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:48 smithi076 bash[22317]: cluster 2024-04-19T14:28:47.992480+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:49.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:48 smithi076 bash[22317]: cluster 2024-04-19T14:28:47.992480+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:49.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:48 smithi070 bash[21665]: cephadm 2024-04-19T14:28:47.461140+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:28:49.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:48 smithi070 bash[21665]: cephadm 2024-04-19T14:28:47.461140+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-19T14:28:49.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:48 smithi070 bash[21665]: cephadm 2024-04-19T14:28:47.464766+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-04-19T14:28:49.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:48 smithi070 bash[21665]: cephadm 2024-04-19T14:28:47.464766+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi094 2024-04-19T14:28:49.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:48 smithi070 bash[21665]: cluster 2024-04-19T14:28:47.992480+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:49.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:48 smithi070 bash[21665]: cluster 2024-04-19T14:28:47.992480+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:50.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.336511+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.336511+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.343856+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.343856+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.384867+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.384867+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.390497+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.390497+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.392281+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.392281+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.394800+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.394800+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.395745+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.395745+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.397492+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.397492+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.711369+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.711369+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.713712+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.713712+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.714134+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.623 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: cephadm 2024-04-19T14:28:49.714134+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.931140+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.931140+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.935711+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.935711+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.944358+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.944358+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.948428+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.948428+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.952415+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.952415+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.956350+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.956350+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.962103+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.624 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:50 smithi070 bash[21665]: audit 2024-04-19T14:28:49.962103+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.625 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:28:50.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.336511+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.336511+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.343856+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.343856+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.384867+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.384867+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.390497+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.390497+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.392281+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.392281+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.394800+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.394800+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.395745+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:50.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.395745+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.397492+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.397492+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.711369+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.711369+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.713712+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.713712+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.714134+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: cephadm 2024-04-19T14:28:49.714134+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.931140+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.931140+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.935711+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.935711+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.944358+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.944358+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.948428+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.948428+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.952415+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.952415+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.956350+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.956350+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.962103+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.748 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:50 smithi094 bash[22402]: audit 2024-04-19T14:28:49.962103+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.336511+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.336511+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.343856+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.343856+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.384867+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.384867+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:28:50.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.390497+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.390497+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.392281+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.392281+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.394800+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.394800+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.395745+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.395745+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.397492+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.397492+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.711369+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.711369+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.713712+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.713712+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.714134+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: cephadm 2024-04-19T14:28:49.714134+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.931140+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.931140+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.935711+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.935711+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.944358+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.944358+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.948428+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.948428+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.952415+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.952415+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.956350+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.788 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.956350+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.789 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.962103+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:50.789 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:50 smithi076 bash[22317]: audit 2024-04-19T14:28:49.962103+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:51.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:51 smithi070 bash[21665]: cluster 2024-04-19T14:28:49.992795+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:51.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:51 smithi070 bash[21665]: cluster 2024-04-19T14:28:49.992795+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:51.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:51 smithi094 bash[22402]: cluster 2024-04-19T14:28:49.992795+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:51.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:51 smithi094 bash[22402]: cluster 2024-04-19T14:28:49.992795+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:51.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:51 smithi076 bash[22317]: cluster 2024-04-19T14:28:49.992795+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:51.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:51 smithi076 bash[22317]: cluster 2024-04-19T14:28:49.992795+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:53.480 INFO:teuthology.orchestra.run.smithi070.stdout:# minimal ceph.conf for 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:53.480 INFO:teuthology.orchestra.run.smithi070.stdout:[global] 2024-04-19T14:28:53.480 INFO:teuthology.orchestra.run.smithi070.stdout: fsid = 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:28:53.480 INFO:teuthology.orchestra.run.smithi070.stdout: mon_host = [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] 2024-04-19T14:28:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:53 smithi070 bash[21665]: cluster 2024-04-19T14:28:51.993163+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:53 smithi070 bash[21665]: cluster 2024-04-19T14:28:51.993163+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:53.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:53 smithi094 bash[22402]: cluster 2024-04-19T14:28:51.993163+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:53.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:53 smithi094 bash[22402]: cluster 2024-04-19T14:28:51.993163+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:53.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:53 smithi076 bash[22317]: cluster 2024-04-19T14:28:51.993163+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:53.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:53 smithi076 bash[22317]: cluster 2024-04-19T14:28:51.993163+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:54.172 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-19T14:28:54.172 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:28:54.172 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T14:28:54.232 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:28:54.233 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:54.287 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:28:54.288 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T14:28:54.302 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:28:54.302 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:54.362 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:28:54.363 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2024-04-19T14:28:54.377 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:28:54.377 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:28:54.432 INFO:tasks.cephadm:Adding mgr.a on smithi070 2024-04-19T14:28:54.432 INFO:tasks.cephadm:Adding mgr.b on smithi076 2024-04-19T14:28:54.432 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch apply mgr '2;smithi070=a;smithi076=b' 2024-04-19T14:28:54.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:54 smithi070 bash[21665]: audit 2024-04-19T14:28:53.483300+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.70:0/4007850906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:54.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:54 smithi070 bash[21665]: audit 2024-04-19T14:28:53.483300+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.70:0/4007850906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:54.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:54 smithi094 bash[22402]: audit 2024-04-19T14:28:53.483300+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.70:0/4007850906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:54.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:54 smithi094 bash[22402]: audit 2024-04-19T14:28:53.483300+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.70:0/4007850906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:54.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:54 smithi076 bash[22317]: audit 2024-04-19T14:28:53.483300+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.70:0/4007850906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:54.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:54 smithi076 bash[22317]: audit 2024-04-19T14:28:53.483300+0000 mon.a (mon.0) 323 : audit [DBG] from='client.? 172.21.15.70:0/4007850906' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:28:55.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:55 smithi070 bash[21665]: cluster 2024-04-19T14:28:53.993559+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:55.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:55 smithi070 bash[21665]: cluster 2024-04-19T14:28:53.993559+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:55.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:55 smithi094 bash[22402]: cluster 2024-04-19T14:28:53.993559+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:55.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:55 smithi094 bash[22402]: cluster 2024-04-19T14:28:53.993559+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:55.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:55 smithi076 bash[22317]: cluster 2024-04-19T14:28:53.993559+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:55.787 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:55 smithi076 bash[22317]: cluster 2024-04-19T14:28:53.993559+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:57.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: cluster 2024-04-19T14:28:55.993973+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:57.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: cluster 2024-04-19T14:28:55.993973+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:57.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: audit 2024-04-19T14:28:56.473916+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: audit 2024-04-19T14:28:56.473916+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: audit 2024-04-19T14:28:56.480917+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: audit 2024-04-19T14:28:56.480917+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: audit 2024-04-19T14:28:56.489278+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:57 smithi094 bash[22402]: audit 2024-04-19T14:28:56.489278+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: cluster 2024-04-19T14:28:55.993973+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:57.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: cluster 2024-04-19T14:28:55.993973+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:57.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: audit 2024-04-19T14:28:56.473916+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: audit 2024-04-19T14:28:56.473916+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: audit 2024-04-19T14:28:56.480917+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: audit 2024-04-19T14:28:56.480917+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: audit 2024-04-19T14:28:56.489278+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:57 smithi076 bash[22317]: audit 2024-04-19T14:28:56.489278+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: cluster 2024-04-19T14:28:55.993973+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: cluster 2024-04-19T14:28:55.993973+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: audit 2024-04-19T14:28:56.473916+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: audit 2024-04-19T14:28:56.473916+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: audit 2024-04-19T14:28:56.480917+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: audit 2024-04-19T14:28:56.480917+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: audit 2024-04-19T14:28:56.489278+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:57.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:57 smithi070 bash[21665]: audit 2024-04-19T14:28:56.489278+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:28:59.056 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:28:59.741 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:59 smithi094 bash[22402]: cluster 2024-04-19T14:28:57.994381+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:59.741 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:28:59 smithi094 bash[22402]: cluster 2024-04-19T14:28:57.994381+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:59.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:59 smithi076 bash[22317]: cluster 2024-04-19T14:28:57.994381+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:59.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:28:59 smithi076 bash[22317]: cluster 2024-04-19T14:28:57.994381+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:59.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:59 smithi070 bash[21665]: cluster 2024-04-19T14:28:57.994381+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:28:59.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:28:59 smithi070 bash[21665]: cluster 2024-04-19T14:28:57.994381+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:01.609 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled mgr update... 2024-04-19T14:29:01.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:01 smithi094 bash[22402]: cluster 2024-04-19T14:28:59.994738+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:01.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:01 smithi094 bash[22402]: cluster 2024-04-19T14:28:59.994738+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:01.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:01 smithi076 bash[22317]: cluster 2024-04-19T14:28:59.994738+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:01.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:01 smithi076 bash[22317]: cluster 2024-04-19T14:28:59.994738+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:01.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:01 smithi070 bash[21665]: cluster 2024-04-19T14:28:59.994738+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:01.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:01 smithi070 bash[21665]: cluster 2024-04-19T14:28:59.994738+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:02.222 DEBUG:teuthology.orchestra.run.smithi076:mgr.b> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.b.service 2024-04-19T14:29:02.224 INFO:tasks.cephadm:Deploying OSDs... 2024-04-19T14:29:02.224 DEBUG:teuthology.orchestra.run.smithi070:> set -ex 2024-04-19T14:29:02.224 DEBUG:teuthology.orchestra.run.smithi070:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T14:29:02.231 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-19T14:29:02.231 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_1 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-04-19 14:15:38.544247107 +0000 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-04-19 14:15:38.280252633 +0000 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-04-19 14:15:38.280252633 +0000 2024-04-19T14:29:02.280 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-04-19T14:29:02.281 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T14:29:02.335 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-04-19T14:29:02.335 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-04-19T14:29:02.335 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.00031372 s, 1.6 MB/s 2024-04-19T14:29:02.336 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T14:29:02.385 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_2 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-04-19 14:15:39.056236389 +0000 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-04-19 14:15:38.804241663 +0000 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-04-19 14:15:38.804241663 +0000 2024-04-19T14:29:02.432 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-04-19T14:29:02.432 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T14:29:02.485 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-04-19T14:29:02.485 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-04-19T14:29:02.486 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000222081 s, 2.3 MB/s 2024-04-19T14:29:02.487 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T14:29:02.537 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_3 2024-04-19T14:29:02.583 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T14:29:02.583 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:02.584 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 912 Links: 1 2024-04-19T14:29:02.584 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:02.584 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-04-19 14:15:39.548224153 +0000 2024-04-19T14:29:02.584 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-04-19 14:15:39.288230918 +0000 2024-04-19T14:29:02.584 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-04-19 14:15:39.288230918 +0000 2024-04-19T14:29:02.584 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-04-19T14:29:02.584 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T14:29:02.638 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-04-19T14:29:02.638 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-04-19T14:29:02.638 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000202623 s, 2.5 MB/s 2024-04-19T14:29:02.639 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T14:29:02.689 DEBUG:teuthology.orchestra.run.smithi070:> stat /dev/vg_nvme/lv_4 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout:Access: 2024-04-19 14:15:40.076207866 +0000 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout:Modify: 2024-04-19 14:15:39.788217910 +0000 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout:Change: 2024-04-19 14:15:39.788217910 +0000 2024-04-19T14:29:02.740 INFO:teuthology.orchestra.run.smithi070.stdout: Birth: - 2024-04-19T14:29:02.740 DEBUG:teuthology.orchestra.run.smithi070:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T14:29:02.794 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records in 2024-04-19T14:29:02.794 INFO:teuthology.orchestra.run.smithi070.stderr:1+0 records out 2024-04-19T14:29:02.794 INFO:teuthology.orchestra.run.smithi070.stderr:512 bytes copied, 0.000321267 s, 1.6 MB/s 2024-04-19T14:29:02.795 DEBUG:teuthology.orchestra.run.smithi070:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T14:29:02.845 DEBUG:teuthology.orchestra.run.smithi076:> set -ex 2024-04-19T14:29:02.845 DEBUG:teuthology.orchestra.run.smithi076:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T14:29:02.851 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-19T14:29:02.851 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_1 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.601329+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi076=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.601329+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi076=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: cephadm 2024-04-19T14:29:01.605030+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi076=b;count:2 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: cephadm 2024-04-19T14:29:01.605030+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi076=b;count:2 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.611351+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.611351+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.660960+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.660960+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:02.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.666611+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.666611+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.668516+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.668516+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.677586+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.677586+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.682112+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.682112+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.684960+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.684960+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.689501+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.689501+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.691550+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: audit 2024-04-19T14:29:01.691550+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: cephadm 2024-04-19T14:29:01.693564+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi076 2024-04-19T14:29:02.873 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:02 smithi070 bash[21665]: cephadm 2024-04-19T14:29:01.693564+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi076 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-19 14:15:28.872095411 +0000 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-19 14:15:28.608098633 +0000 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-19 14:15:28.608098633 +0000 2024-04-19T14:29:02.899 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-19T14:29:02.899 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T14:29:02.953 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-19T14:29:02.953 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-19T14:29:02.953 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000389858 s, 1.3 MB/s 2024-04-19T14:29:02.954 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T14:29:02.974 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.601329+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi076=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:02.974 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.601329+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi076=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: cephadm 2024-04-19T14:29:01.605030+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi076=b;count:2 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: cephadm 2024-04-19T14:29:01.605030+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi076=b;count:2 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.611351+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.611351+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.660960+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.660960+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.666611+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.666611+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.668516+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.668516+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.677586+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.677586+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.975 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.682112+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.682112+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.684960+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.684960+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.689501+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.689501+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.691550+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: audit 2024-04-19T14:29:01.691550+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: cephadm 2024-04-19T14:29:01.693564+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi076 2024-04-19T14:29:02.976 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:02 smithi076 bash[22317]: cephadm 2024-04-19T14:29:01.693564+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi076 2024-04-19T14:29:02.983 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_2 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.601329+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi076=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.601329+0000 mgr.a (mgr.14152) 109 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi070=a;smithi076=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: cephadm 2024-04-19T14:29:01.605030+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi076=b;count:2 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: cephadm 2024-04-19T14:29:01.605030+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Saving service mgr spec with placement smithi070=a;smithi076=b;count:2 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.611351+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.611351+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.660960+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.660960+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.666611+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.666611+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.668516+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:02.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.668516+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.677586+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.677586+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.682112+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.682112+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.684960+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.684960+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.689501+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.689501+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.691550+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: audit 2024-04-19T14:29:01.691550+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: cephadm 2024-04-19T14:29:01.693564+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi076 2024-04-19T14:29:02.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:02 smithi094 bash[22402]: cephadm 2024-04-19T14:29:01.693564+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Deploying daemon mgr.b on smithi076 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 896 Links: 1 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-19 14:15:29.376089267 +0000 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-19 14:15:29.108092533 +0000 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-19 14:15:29.108092533 +0000 2024-04-19T14:29:03.030 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-19T14:29:03.030 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T14:29:03.084 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-19T14:29:03.084 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-19T14:29:03.084 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000393813 s, 1.3 MB/s 2024-04-19T14:29:03.085 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T14:29:03.136 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_3 2024-04-19T14:29:03.186 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T14:29:03.186 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:03.186 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-04-19T14:29:03.186 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:03.187 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-19 14:15:29.584086732 +0000 2024-04-19T14:29:03.187 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-19 14:15:29.580086781 +0000 2024-04-19T14:29:03.187 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-19 14:15:29.580086781 +0000 2024-04-19T14:29:03.187 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-19T14:29:03.187 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T14:29:03.241 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-19T14:29:03.241 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-19T14:29:03.241 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000279252 s, 1.8 MB/s 2024-04-19T14:29:03.242 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T14:29:03.294 DEBUG:teuthology.orchestra.run.smithi076:> stat /dev/vg_nvme/lv_4 2024-04-19T14:29:03.342 INFO:teuthology.orchestra.run.smithi076.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T14:29:03.343 INFO:teuthology.orchestra.run.smithi076.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:03.343 INFO:teuthology.orchestra.run.smithi076.stdout:Device: 5h/5d Inode: 931 Links: 1 2024-04-19T14:29:03.343 INFO:teuthology.orchestra.run.smithi076.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:03.343 INFO:teuthology.orchestra.run.smithi076.stdout:Access: 2024-04-19 14:15:30.336077571 +0000 2024-04-19T14:29:03.343 INFO:teuthology.orchestra.run.smithi076.stdout:Modify: 2024-04-19 14:15:30.068080834 +0000 2024-04-19T14:29:03.343 INFO:teuthology.orchestra.run.smithi076.stdout:Change: 2024-04-19 14:15:30.068080834 +0000 2024-04-19T14:29:03.343 INFO:teuthology.orchestra.run.smithi076.stdout: Birth: - 2024-04-19T14:29:03.343 DEBUG:teuthology.orchestra.run.smithi076:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T14:29:03.397 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records in 2024-04-19T14:29:03.397 INFO:teuthology.orchestra.run.smithi076.stderr:1+0 records out 2024-04-19T14:29:03.397 INFO:teuthology.orchestra.run.smithi076.stderr:512 bytes copied, 0.000395706 s, 1.3 MB/s 2024-04-19T14:29:03.398 DEBUG:teuthology.orchestra.run.smithi076:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T14:29:03.448 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-19T14:29:03.448 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-04-19T14:29:03.454 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-19T14:29:03.454 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-04-19T14:29:03.500 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-19T14:29:03.500 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:03.500 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 868 Links: 1 2024-04-19T14:29:03.500 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:03.500 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-19 14:15:50.505690541 +0000 2024-04-19T14:29:03.501 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-19 14:15:50.501690577 +0000 2024-04-19T14:29:03.501 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-19 14:15:50.501690577 +0000 2024-04-19T14:29:03.501 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-19T14:29:03.501 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-19T14:29:03.558 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-19T14:29:03.558 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-19T14:29:03.558 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.00024167 s, 2.1 MB/s 2024-04-19T14:29:03.559 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-19T14:29:03.610 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-04-19T14:29:03.656 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-19T14:29:03.736 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:03.736 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-04-19T14:29:03.736 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:03.736 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-19 14:15:50.981686290 +0000 2024-04-19T14:29:03.736 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-19 14:15:50.977686325 +0000 2024-04-19T14:29:03.736 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-19 14:15:50.977686325 +0000 2024-04-19T14:29:03.736 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-19T14:29:03.736 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-19T14:29:03.749 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-19T14:29:03.749 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-19T14:29:03.749 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000204552 s, 2.5 MB/s 2024-04-19T14:29:03.750 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-19T14:29:03.798 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-19 14:15:51.765679286 +0000 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-19 14:15:51.505681609 +0000 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-19 14:15:51.505681609 +0000 2024-04-19T14:29:03.844 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-19T14:29:03.845 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: cluster 2024-04-19T14:29:01.995125+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: cluster 2024-04-19T14:29:01.995125+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: audit 2024-04-19T14:29:03.413739+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: audit 2024-04-19T14:29:03.413739+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: audit 2024-04-19T14:29:03.421168+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: audit 2024-04-19T14:29:03.421168+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: audit 2024-04-19T14:29:03.430814+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:03.897 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:03 smithi094 bash[22402]: audit 2024-04-19T14:29:03.430814+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:03.899 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-19T14:29:03.899 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-19T14:29:03.899 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000294801 s, 1.7 MB/s 2024-04-19T14:29:03.900 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-19T14:29:03.950 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-04-19T14:29:03.996 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-19T14:29:03.997 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-19T14:29:03.997 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-04-19T14:29:03.997 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-19T14:29:03.997 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-04-19 14:15:51.965677500 +0000 2024-04-19T14:29:03.997 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-04-19 14:15:51.961677536 +0000 2024-04-19T14:29:03.997 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-04-19 14:15:51.961677536 +0000 2024-04-19T14:29:03.997 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-04-19T14:29:03.997 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-19T14:29:04.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: cluster 2024-04-19T14:29:01.995125+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:04.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: cluster 2024-04-19T14:29:01.995125+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:04.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: audit 2024-04-19T14:29:03.413739+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: audit 2024-04-19T14:29:03.413739+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: audit 2024-04-19T14:29:03.421168+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: audit 2024-04-19T14:29:03.421168+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: audit 2024-04-19T14:29:03.430814+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:03 smithi076 bash[22317]: audit 2024-04-19T14:29:03.430814+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.051 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-04-19T14:29:04.051 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-04-19T14:29:04.051 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000308781 s, 1.7 MB/s 2024-04-19T14:29:04.052 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-19T14:29:04.101 INFO:tasks.cephadm:Deploying osd.0 on smithi070 with /dev/vg_nvme/lv_4... 2024-04-19T14:29:04.101 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T14:29:04.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: cluster 2024-04-19T14:29:01.995125+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:04.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: cluster 2024-04-19T14:29:01.995125+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:04.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: audit 2024-04-19T14:29:03.413739+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: audit 2024-04-19T14:29:03.413739+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: audit 2024-04-19T14:29:03.421168+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: audit 2024-04-19T14:29:03.421168+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: audit 2024-04-19T14:29:03.430814+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:04.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:03 smithi070 bash[21665]: audit 2024-04-19T14:29:03.430814+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:05.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:05.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:05.285 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:05 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:05.286 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:05 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:05.286 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:05 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:05.286 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:05 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:05.785 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:05 smithi076 systemd[1]: Started Ceph mgr.b for 8aee3e06-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:29:06.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: cluster 2024-04-19T14:29:03.995476+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: cluster 2024-04-19T14:29:03.995476+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:04.869837+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:04.869837+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:04.877645+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:04.877645+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:04.887581+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:04.887581+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.424500+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.424500+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.432344+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.432344+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.473656+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.473656+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.480978+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.480978+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.581842+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.581842+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.585973+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.585973+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.587519+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.587519+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.594491+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.594491+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.678828+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.678828+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:06.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.680228+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:06.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.680228+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:06.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.681338+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:05 smithi070 bash[21665]: audit 2024-04-19T14:29:05.681338+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: cluster 2024-04-19T14:29:03.995476+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: cluster 2024-04-19T14:29:03.995476+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:04.869837+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:04.869837+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:04.877645+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:04.877645+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:04.887581+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:04.887581+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.424500+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.424500+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.432344+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.432344+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.473656+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.473656+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.480978+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.480978+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.581842+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.581842+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.585973+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.585973+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.587519+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.587519+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.594491+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.594491+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.678828+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:06.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.678828+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:06.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.680228+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:06.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.680228+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:06.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.681338+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:05 smithi094 bash[22402]: audit 2024-04-19T14:29:05.681338+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: cluster 2024-04-19T14:29:03.995476+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:06.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: cluster 2024-04-19T14:29:03.995476+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:06.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:04.869837+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:04.869837+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:04.877645+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:04.877645+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:04.887581+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:04.887581+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.424500+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.424500+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.432344+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.432344+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.473656+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.473656+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.480978+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.480978+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.581842+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.581842+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.585973+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.585973+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.587519+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:06.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.587519+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.594491+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.594491+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.678828+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.678828+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.680228+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.680228+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.681338+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.288 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:05 smithi076 bash[22317]: audit 2024-04-19T14:29:05.681338+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:06.785 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[23413]: debug 2024-04-19T14:29:06.665+0000 7f8299499700 1 -- 172.21.15.76:0/2197116845 <== mon.2 v2:172.21.15.76:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55c24e05a5a0 con 0x55c24edd0800 2024-04-19T14:29:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:06 smithi070 bash[21665]: cephadm 2024-04-19T14:29:05.595280+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:06 smithi070 bash[21665]: cephadm 2024-04-19T14:29:05.595280+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:06 smithi070 bash[21665]: cephadm 2024-04-19T14:29:05.678259+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:29:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:06 smithi070 bash[21665]: cephadm 2024-04-19T14:29:05.678259+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:29:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:06 smithi070 bash[21665]: cephadm 2024-04-19T14:29:05.682657+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-04-19T14:29:07.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:06 smithi070 bash[21665]: cephadm 2024-04-19T14:29:05.682657+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-04-19T14:29:07.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:06 smithi094 bash[22402]: cephadm 2024-04-19T14:29:05.595280+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:07.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:06 smithi094 bash[22402]: cephadm 2024-04-19T14:29:05.595280+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:07.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:06 smithi094 bash[22402]: cephadm 2024-04-19T14:29:05.678259+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:29:07.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:06 smithi094 bash[22402]: cephadm 2024-04-19T14:29:05.678259+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:29:07.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:06 smithi094 bash[22402]: cephadm 2024-04-19T14:29:05.682657+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-04-19T14:29:07.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:06 smithi094 bash[22402]: cephadm 2024-04-19T14:29:05.682657+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-04-19T14:29:07.285 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[23413]: debug 2024-04-19T14:29:06.813+0000 7f82a36a9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:29:07.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[22317]: cephadm 2024-04-19T14:29:05.595280+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:07.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[22317]: cephadm 2024-04-19T14:29:05.595280+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:07.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[22317]: cephadm 2024-04-19T14:29:05.678259+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:29:07.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[22317]: cephadm 2024-04-19T14:29:05.678259+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-19T14:29:07.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[22317]: cephadm 2024-04-19T14:29:05.682657+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-04-19T14:29:07.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:06 smithi076 bash[22317]: cephadm 2024-04-19T14:29:05.682657+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring daemon mgr.a on smithi070 2024-04-19T14:29:08.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:07 smithi070 bash[21665]: cluster 2024-04-19T14:29:05.995818+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:08.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:07 smithi070 bash[21665]: cluster 2024-04-19T14:29:05.995818+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:08.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:07 smithi094 bash[22402]: cluster 2024-04-19T14:29:05.995818+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:08.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:07 smithi094 bash[22402]: cluster 2024-04-19T14:29:05.995818+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:08.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:07 smithi076 bash[22317]: cluster 2024-04-19T14:29:05.995818+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:08.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:07 smithi076 bash[22317]: cluster 2024-04-19T14:29:05.995818+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:08.677 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:08 smithi076 bash[23413]: debug 2024-04-19T14:29:08.397+0000 7f82a36a9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:29:08.677 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:08 smithi076 bash[23413]: debug 2024-04-19T14:29:08.497+0000 7f82a36a9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:29:08.815 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:29:09.012 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:08 smithi076 bash[23413]: debug 2024-04-19T14:29:08.749+0000 7f82a36a9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:29:09.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:09 smithi070 bash[21665]: cluster 2024-04-19T14:29:07.996215+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:09.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:09 smithi070 bash[21665]: cluster 2024-04-19T14:29:07.996215+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:09.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:09 smithi070 bash[21665]: audit 2024-04-19T14:29:08.016380+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:09.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:09 smithi070 bash[21665]: audit 2024-04-19T14:29:08.016380+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:09.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:09 smithi076 bash[22317]: cluster 2024-04-19T14:29:07.996215+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:09.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:09 smithi076 bash[22317]: cluster 2024-04-19T14:29:07.996215+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:09.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:09 smithi076 bash[22317]: audit 2024-04-19T14:29:08.016380+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:09.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:09 smithi076 bash[22317]: audit 2024-04-19T14:29:08.016380+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:09.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:09 smithi094 bash[22402]: cluster 2024-04-19T14:29:07.996215+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:09.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:09 smithi094 bash[22402]: cluster 2024-04-19T14:29:07.996215+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:09.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:09 smithi094 bash[22402]: audit 2024-04-19T14:29:08.016380+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:09.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:09 smithi094 bash[22402]: audit 2024-04-19T14:29:08.016380+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:09.779 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:09 smithi076 bash[23413]: debug 2024-04-19T14:29:09.565+0000 7f82a36a9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:29:09.779 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:09 smithi076 bash[23413]: debug 2024-04-19T14:29:09.677+0000 7f82a36a9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:29:09.779 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:09 smithi076 bash[23413]: debug 2024-04-19T14:29:09.781+0000 7f82a36a9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:29:10.535 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:10 smithi076 bash[23413]: debug 2024-04-19T14:29:10.145+0000 7f82a36a9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:29:10.535 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:10 smithi076 bash[23413]: debug 2024-04-19T14:29:10.257+0000 7f82a36a9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:29:10.535 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:10 smithi076 bash[23413]: debug 2024-04-19T14:29:10.361+0000 7f82a36a9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:29:10.970 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:10 smithi076 bash[23413]: debug 2024-04-19T14:29:10.729+0000 7f82a36a9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:29:11.233 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:10 smithi076 bash[23413]: debug 2024-04-19T14:29:10.973+0000 7f82a36a9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:29:11.535 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[23413]: debug 2024-04-19T14:29:11.233+0000 7f82a36a9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:29:11.535 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[23413]: debug 2024-04-19T14:29:11.349+0000 7f82a36a9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:29:11.535 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: cluster 2024-04-19T14:29:09.996659+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: cluster 2024-04-19T14:29:09.996659+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.402568+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.402568+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.406794+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.406794+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.458414+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.458414+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.460696+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.460696+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.461378+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.461378+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.466126+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: audit 2024-04-19T14:29:10.466126+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.536 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: cephadm 2024-04-19T14:29:10.466556+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:11.537 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[22317]: cephadm 2024-04-19T14:29:10.466556+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: cluster 2024-04-19T14:29:09.996659+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: cluster 2024-04-19T14:29:09.996659+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.402568+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.402568+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.406794+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.406794+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.458414+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:11.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.458414+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.460696+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.460696+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.461378+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.461378+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.466126+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: audit 2024-04-19T14:29:10.466126+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: cephadm 2024-04-19T14:29:10.466556+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:11.622 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:11 smithi070 bash[21665]: cephadm 2024-04-19T14:29:10.466556+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:11.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: cluster 2024-04-19T14:29:09.996659+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: cluster 2024-04-19T14:29:09.996659+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.402568+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.402568+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.406794+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.406794+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.458414+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.458414+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.460696+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.460696+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.461378+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.461378+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.466126+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: audit 2024-04-19T14:29:10.466126+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:11.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: cephadm 2024-04-19T14:29:10.466556+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:11.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:11 smithi094 bash[22402]: cephadm 2024-04-19T14:29:10.466556+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:29:12.035 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:11 smithi076 bash[23413]: debug 2024-04-19T14:29:11.621+0000 7f82a36a9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:29:12.401 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:12 smithi076 bash[23413]: debug 2024-04-19T14:29:12.049+0000 7f82a36a9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:29:12.401 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:12 smithi076 bash[23413]: debug 2024-04-19T14:29:12.285+0000 7f82a36a9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:29:12.685 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T14:29:12.685 INFO:teuthology.orchestra.run.smithi070.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T14:29:12.685 INFO:teuthology.orchestra.run.smithi070.stderr: stderr: 10+0 records in 2024-04-19T14:29:12.686 INFO:teuthology.orchestra.run.smithi070.stderr:10+0 records out 2024-04-19T14:29:12.686 INFO:teuthology.orchestra.run.smithi070.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0128056 s, 819 MB/s 2024-04-19T14:29:12.686 INFO:teuthology.orchestra.run.smithi070.stderr:--> Zapping successful for: 2024-04-19T14:29:12.728 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:12 smithi070 bash[21665]: audit 2024-04-19T14:29:11.416388+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:12.728 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:12 smithi070 bash[21665]: audit 2024-04-19T14:29:11.416388+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:12.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:12 smithi094 bash[22402]: audit 2024-04-19T14:29:11.416388+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:12.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:12 smithi094 bash[22402]: audit 2024-04-19T14:29:11.416388+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:12.762 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:12 smithi076 bash[23413]: debug 2024-04-19T14:29:12.401+0000 7f82a36a9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:29:12.762 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:12 smithi076 bash[23413]: debug 2024-04-19T14:29:12.649+0000 7f82a36a9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:29:12.763 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:12 smithi076 bash[22317]: audit 2024-04-19T14:29:11.416388+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:12.763 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:12 smithi076 bash[22317]: audit 2024-04-19T14:29:11.416388+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.470 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi070:vg_nvme/lv_4 2024-04-19T14:29:13.683 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: cluster 2024-04-19T14:29:11.996953+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: cluster 2024-04-19T14:29:11.996953+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.139191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.139191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.147244+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.147244+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.152564+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.152564+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.157437+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.157437+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.158364+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.158364+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.160213+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.160213+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:13.684 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.169101+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.685 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[22317]: audit 2024-04-19T14:29:13.169101+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: cluster 2024-04-19T14:29:11.996953+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: cluster 2024-04-19T14:29:11.996953+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.139191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.139191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.147244+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.147244+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.152564+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.152564+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.157437+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.157437+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.158364+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.158364+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.160213+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:13.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.160213+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:13.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.169101+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:13 smithi094 bash[22402]: audit 2024-04-19T14:29:13.169101+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: cluster 2024-04-19T14:29:11.996953+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: cluster 2024-04-19T14:29:11.996953+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:13.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.139191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.139191+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.147244+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.147244+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.152564+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.152564+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.157437+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.157437+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.158364+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.158364+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.160213+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.160213+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.169101+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:13.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:13 smithi070 bash[21665]: audit 2024-04-19T14:29:13.169101+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:14.035 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[23413]: debug 2024-04-19T14:29:13.685+0000 7f82a36a9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:29:14.035 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:13 smithi076 bash[23413]: debug 2024-04-19T14:29:13.797+0000 7f82a36a9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:29:14.535 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:14 smithi076 bash[23413]: debug 2024-04-19T14:29:14.085+0000 7f82a36a9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:29:14.535 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:14 smithi076 bash[23413]: debug 2024-04-19T14:29:14.197+0000 7f82a36a9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:29:15.035 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:14 smithi076 bash[23413]: debug 2024-04-19T14:29:14.645+0000 7f82a36a9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:29:15.035 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:29:14 smithi076 bash[23413]: debug 2024-04-19T14:29:14.761+0000 7f82a36a9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:29:15.709 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: cluster 2024-04-19T14:29:13.997385+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.709 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: cluster 2024-04-19T14:29:13.997385+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.709 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: cluster 2024-04-19T14:29:14.785410+0000 mon.a (mon.0) 368 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:29:15.709 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: cluster 2024-04-19T14:29:14.785410+0000 mon.a (mon.0) 368 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.788870+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.788870+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.789523+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.789523+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.790931+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.790931+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.791558+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:29:15.710 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:15 smithi070 bash[21665]: audit 2024-04-19T14:29:14.791558+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: cluster 2024-04-19T14:29:13.997385+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: cluster 2024-04-19T14:29:13.997385+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: cluster 2024-04-19T14:29:14.785410+0000 mon.a (mon.0) 368 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: cluster 2024-04-19T14:29:14.785410+0000 mon.a (mon.0) 368 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.788870+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.788870+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.789523+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.789523+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.790931+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:29:15.716 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.790931+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:29:15.717 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.791558+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:29:15.717 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:15 smithi094 bash[22402]: audit 2024-04-19T14:29:14.791558+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:29:15.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: cluster 2024-04-19T14:29:13.997385+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: cluster 2024-04-19T14:29:13.997385+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:15.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: cluster 2024-04-19T14:29:14.785410+0000 mon.a (mon.0) 368 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:29:15.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: cluster 2024-04-19T14:29:14.785410+0000 mon.a (mon.0) 368 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.788870+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.788870+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.789523+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.789523+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.790931+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.790931+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.791558+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:29:15.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:15 smithi076 bash[22317]: audit 2024-04-19T14:29:14.791558+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.76:0/643265666' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:29:16.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: cluster 2024-04-19T14:29:15.444644+0000 mon.a (mon.0) 369 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:29:16.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: cluster 2024-04-19T14:29:15.444644+0000 mon.a (mon.0) 369 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:29:16.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.444944+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:29:16.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.444944+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:29:16.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.692855+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.692855+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.700823+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.700823+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.710033+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:16 smithi094 bash[22402]: audit 2024-04-19T14:29:15.710033+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: cluster 2024-04-19T14:29:15.444644+0000 mon.a (mon.0) 369 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:29:16.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: cluster 2024-04-19T14:29:15.444644+0000 mon.a (mon.0) 369 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:29:16.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.444944+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:29:16.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.444944+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:29:16.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.692855+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.785 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.692855+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.700823+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.700823+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.710033+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.786 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:16 smithi076 bash[22317]: audit 2024-04-19T14:29:15.710033+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: cluster 2024-04-19T14:29:15.444644+0000 mon.a (mon.0) 369 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:29:16.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: cluster 2024-04-19T14:29:15.444644+0000 mon.a (mon.0) 369 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-04-19T14:29:16.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.444944+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:29:16.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.444944+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:29:16.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.692855+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.692855+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.700823+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.700823+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.710033+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:16.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:16 smithi070 bash[21665]: audit 2024-04-19T14:29:15.710033+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:17.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:17 smithi094 bash[22402]: cluster 2024-04-19T14:29:15.997873+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:17.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:17 smithi094 bash[22402]: cluster 2024-04-19T14:29:15.997873+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:18.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:17 smithi076 bash[22317]: cluster 2024-04-19T14:29:15.997873+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:18.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:17 smithi076 bash[22317]: cluster 2024-04-19T14:29:15.997873+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:17 smithi070 bash[21665]: cluster 2024-04-19T14:29:15.997873+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:17 smithi070 bash[21665]: cluster 2024-04-19T14:29:15.997873+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:18.220 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:29:19.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:19 smithi094 bash[22402]: cluster 2024-04-19T14:29:17.998399+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:19.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:19 smithi094 bash[22402]: cluster 2024-04-19T14:29:17.998399+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:20.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:19 smithi076 bash[22317]: cluster 2024-04-19T14:29:17.998399+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:20.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:19 smithi076 bash[22317]: cluster 2024-04-19T14:29:17.998399+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:20.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:19 smithi070 bash[21665]: cluster 2024-04-19T14:29:17.998399+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:20.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:19 smithi070 bash[21665]: cluster 2024-04-19T14:29:17.998399+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:21.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: cluster 2024-04-19T14:29:19.998870+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:21.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: cluster 2024-04-19T14:29:19.998870+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:21.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: audit 2024-04-19T14:29:20.995909+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:29:21.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: audit 2024-04-19T14:29:20.995909+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:29:21.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: audit 2024-04-19T14:29:21.002589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:29:21.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: audit 2024-04-19T14:29:21.002589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:29:21.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: audit 2024-04-19T14:29:21.003991+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:21.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:21 smithi094 bash[22402]: audit 2024-04-19T14:29:21.003991+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:22.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: cluster 2024-04-19T14:29:19.998870+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:22.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: cluster 2024-04-19T14:29:19.998870+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:22.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: audit 2024-04-19T14:29:20.995909+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:29:22.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: audit 2024-04-19T14:29:20.995909+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:29:22.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: audit 2024-04-19T14:29:21.002589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:29:22.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: audit 2024-04-19T14:29:21.002589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:29:22.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: audit 2024-04-19T14:29:21.003991+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:22.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:21 smithi076 bash[22317]: audit 2024-04-19T14:29:21.003991+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:22.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: cluster 2024-04-19T14:29:19.998870+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:22.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: cluster 2024-04-19T14:29:19.998870+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:22.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: audit 2024-04-19T14:29:20.995909+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:29:22.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: audit 2024-04-19T14:29:20.995909+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:29:22.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: audit 2024-04-19T14:29:21.002589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:29:22.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: audit 2024-04-19T14:29:21.002589+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:29:22.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: audit 2024-04-19T14:29:21.003991+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:22.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:21 smithi070 bash[21665]: audit 2024-04-19T14:29:21.003991+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:22.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:22 smithi094 bash[22402]: audit 2024-04-19T14:29:20.988577+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:22.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:22 smithi094 bash[22402]: audit 2024-04-19T14:29:20.988577+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:23.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:22 smithi076 bash[22317]: audit 2024-04-19T14:29:20.988577+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:23.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:22 smithi076 bash[22317]: audit 2024-04-19T14:29:20.988577+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:23.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:22 smithi070 bash[21665]: audit 2024-04-19T14:29:20.988577+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:23.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:22 smithi070 bash[21665]: audit 2024-04-19T14:29:20.988577+0000 mgr.a (mgr.14152) 126 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi070:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:29:23.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: cluster 2024-04-19T14:29:21.999283+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:23.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: cluster 2024-04-19T14:29:21.999283+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:23.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: audit 2024-04-19T14:29:23.627015+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:23.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: audit 2024-04-19T14:29:23.627015+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:23.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: audit 2024-04-19T14:29:23.634982+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:23.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: audit 2024-04-19T14:29:23.634982+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:23.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: audit 2024-04-19T14:29:23.645017+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:23.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:23 smithi094 bash[22402]: audit 2024-04-19T14:29:23.645017+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: cluster 2024-04-19T14:29:21.999283+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: cluster 2024-04-19T14:29:21.999283+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: audit 2024-04-19T14:29:23.627015+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: audit 2024-04-19T14:29:23.627015+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: audit 2024-04-19T14:29:23.634982+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: audit 2024-04-19T14:29:23.634982+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: audit 2024-04-19T14:29:23.645017+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:23 smithi076 bash[22317]: audit 2024-04-19T14:29:23.645017+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: cluster 2024-04-19T14:29:21.999283+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:24.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: cluster 2024-04-19T14:29:21.999283+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:24.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: audit 2024-04-19T14:29:23.627015+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: audit 2024-04-19T14:29:23.627015+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: audit 2024-04-19T14:29:23.634982+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: audit 2024-04-19T14:29:23.634982+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: audit 2024-04-19T14:29:23.645017+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:24.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:23 smithi070 bash[21665]: audit 2024-04-19T14:29:23.645017+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:25.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:25 smithi094 bash[22402]: cluster 2024-04-19T14:29:23.999629+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:25.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:25 smithi094 bash[22402]: cluster 2024-04-19T14:29:23.999629+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:26.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:25 smithi076 bash[22317]: cluster 2024-04-19T14:29:23.999629+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:26.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:25 smithi076 bash[22317]: cluster 2024-04-19T14:29:23.999629+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:26.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:25 smithi070 bash[21665]: cluster 2024-04-19T14:29:23.999629+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:26.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:25 smithi070 bash[21665]: cluster 2024-04-19T14:29:23.999629+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:27.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:27 smithi070 bash[21665]: cluster 2024-04-19T14:29:26.000076+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:27.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:27 smithi070 bash[21665]: cluster 2024-04-19T14:29:26.000076+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:27.993 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:27 smithi076 bash[22317]: cluster 2024-04-19T14:29:26.000076+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:27.993 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:27 smithi076 bash[22317]: cluster 2024-04-19T14:29:26.000076+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:27.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:27 smithi094 bash[22402]: cluster 2024-04-19T14:29:26.000076+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:27.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:27 smithi094 bash[22402]: cluster 2024-04-19T14:29:26.000076+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:29.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:29 smithi094 bash[22402]: cluster 2024-04-19T14:29:28.000491+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:29.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:29 smithi094 bash[22402]: cluster 2024-04-19T14:29:28.000491+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:30.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:29 smithi076 bash[22317]: cluster 2024-04-19T14:29:28.000491+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:30.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:29 smithi076 bash[22317]: cluster 2024-04-19T14:29:28.000491+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:30.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:29 smithi070 bash[21665]: cluster 2024-04-19T14:29:28.000491+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:30.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:29 smithi070 bash[21665]: cluster 2024-04-19T14:29:28.000491+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:30.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: audit 2024-04-19T14:29:30.333583+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]: dispatch 2024-04-19T14:29:30.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: audit 2024-04-19T14:29:30.333583+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]: dispatch 2024-04-19T14:29:30.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: audit 2024-04-19T14:29:30.336499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]': finished 2024-04-19T14:29:30.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: audit 2024-04-19T14:29:30.336499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]': finished 2024-04-19T14:29:30.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: cluster 2024-04-19T14:29:30.339348+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:29:30.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: cluster 2024-04-19T14:29:30.339348+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:29:30.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: audit 2024-04-19T14:29:30.339610+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:30.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:30 smithi094 bash[22402]: audit 2024-04-19T14:29:30.339610+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: audit 2024-04-19T14:29:30.333583+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]: dispatch 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: audit 2024-04-19T14:29:30.333583+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]: dispatch 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: audit 2024-04-19T14:29:30.336499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]': finished 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: audit 2024-04-19T14:29:30.336499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]': finished 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: cluster 2024-04-19T14:29:30.339348+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: cluster 2024-04-19T14:29:30.339348+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: audit 2024-04-19T14:29:30.339610+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:31.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:30 smithi076 bash[22317]: audit 2024-04-19T14:29:30.339610+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:31.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: audit 2024-04-19T14:29:30.333583+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]: dispatch 2024-04-19T14:29:31.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: audit 2024-04-19T14:29:30.333583+0000 mon.a (mon.0) 380 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]: dispatch 2024-04-19T14:29:31.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: audit 2024-04-19T14:29:30.336499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]': finished 2024-04-19T14:29:31.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: audit 2024-04-19T14:29:30.336499+0000 mon.a (mon.0) 381 : audit [INF] from='client.? 172.21.15.70:0/2861683426' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "644d9ca2-4207-4d75-b92c-4201cc4e6a16"}]': finished 2024-04-19T14:29:31.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: cluster 2024-04-19T14:29:30.339348+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:29:31.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: cluster 2024-04-19T14:29:30.339348+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-04-19T14:29:31.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: audit 2024-04-19T14:29:30.339610+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:31.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:30 smithi070 bash[21665]: audit 2024-04-19T14:29:30.339610+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:32.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: cluster 2024-04-19T14:29:30.000902+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:32.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: cluster 2024-04-19T14:29:30.000902+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:32.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.037600+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.70:0/1367091339' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:29:32.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.037600+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.70:0/1367091339' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:29:32.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.387355+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.387355+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.393911+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.393911+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.403329+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:31 smithi076 bash[22317]: audit 2024-04-19T14:29:31.403329+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: cluster 2024-04-19T14:29:30.000902+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:32.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: cluster 2024-04-19T14:29:30.000902+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:32.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.037600+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.70:0/1367091339' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:29:32.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.037600+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.70:0/1367091339' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:29:32.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.387355+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.387355+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.393911+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.393911+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.403329+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:31 smithi070 bash[21665]: audit 2024-04-19T14:29:31.403329+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: cluster 2024-04-19T14:29:30.000902+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: cluster 2024-04-19T14:29:30.000902+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.037600+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.70:0/1367091339' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:29:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.037600+0000 mon.a (mon.0) 384 : audit [DBG] from='client.? 172.21.15.70:0/1367091339' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:29:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.387355+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.387355+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.393911+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.393911+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.403329+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:32.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:31 smithi094 bash[22402]: audit 2024-04-19T14:29:31.403329+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:33.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:33 smithi070 bash[21665]: cluster 2024-04-19T14:29:32.001289+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:33.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:33 smithi070 bash[21665]: cluster 2024-04-19T14:29:32.001289+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:34.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:33 smithi076 bash[22317]: cluster 2024-04-19T14:29:32.001289+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:34.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:33 smithi076 bash[22317]: cluster 2024-04-19T14:29:32.001289+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:34.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:33 smithi094 bash[22402]: cluster 2024-04-19T14:29:32.001289+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:34.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:33 smithi094 bash[22402]: cluster 2024-04-19T14:29:32.001289+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:36.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: cluster 2024-04-19T14:29:34.001744+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: cluster 2024-04-19T14:29:34.001744+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: audit 2024-04-19T14:29:34.845536+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: audit 2024-04-19T14:29:34.845536+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: audit 2024-04-19T14:29:34.851989+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: audit 2024-04-19T14:29:34.851989+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: audit 2024-04-19T14:29:34.861555+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:35 smithi070 bash[21665]: audit 2024-04-19T14:29:34.861555+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: cluster 2024-04-19T14:29:34.001744+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:36.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: cluster 2024-04-19T14:29:34.001744+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:36.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: audit 2024-04-19T14:29:34.845536+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: audit 2024-04-19T14:29:34.845536+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: audit 2024-04-19T14:29:34.851989+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: audit 2024-04-19T14:29:34.851989+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: audit 2024-04-19T14:29:34.861555+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:35 smithi094 bash[22402]: audit 2024-04-19T14:29:34.861555+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: cluster 2024-04-19T14:29:34.001744+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: cluster 2024-04-19T14:29:34.001744+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: audit 2024-04-19T14:29:34.845536+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: audit 2024-04-19T14:29:34.845536+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: audit 2024-04-19T14:29:34.851989+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: audit 2024-04-19T14:29:34.851989+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: audit 2024-04-19T14:29:34.861555+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:36.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:35 smithi076 bash[22317]: audit 2024-04-19T14:29:34.861555+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:38.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:37 smithi070 bash[21665]: cluster 2024-04-19T14:29:36.002096+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:37 smithi070 bash[21665]: cluster 2024-04-19T14:29:36.002096+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:38.126 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:37 smithi094 bash[22402]: cluster 2024-04-19T14:29:36.002096+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:38.127 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:37 smithi094 bash[22402]: cluster 2024-04-19T14:29:36.002096+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:38.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:37 smithi076 bash[22317]: cluster 2024-04-19T14:29:36.002096+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:38.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:37 smithi076 bash[22317]: cluster 2024-04-19T14:29:36.002096+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:39 smithi070 bash[21665]: cluster 2024-04-19T14:29:38.002585+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:39 smithi070 bash[21665]: cluster 2024-04-19T14:29:38.002585+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:40.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:39 smithi094 bash[22402]: cluster 2024-04-19T14:29:38.002585+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:40.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:39 smithi094 bash[22402]: cluster 2024-04-19T14:29:38.002585+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:40.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:39 smithi076 bash[22317]: cluster 2024-04-19T14:29:38.002585+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:40.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:39 smithi076 bash[22317]: cluster 2024-04-19T14:29:38.002585+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:42.106 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:41 smithi070 bash[21665]: cluster 2024-04-19T14:29:40.003124+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:42.106 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:41 smithi070 bash[21665]: cluster 2024-04-19T14:29:40.003124+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:42.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:41 smithi094 bash[22402]: cluster 2024-04-19T14:29:40.003124+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:42.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:41 smithi094 bash[22402]: cluster 2024-04-19T14:29:40.003124+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:42.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:41 smithi076 bash[22317]: cluster 2024-04-19T14:29:40.003124+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:42.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:41 smithi076 bash[22317]: cluster 2024-04-19T14:29:40.003124+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:43.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:42 smithi070 bash[21665]: audit 2024-04-19T14:29:42.770868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:29:43.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:42 smithi070 bash[21665]: audit 2024-04-19T14:29:42.770868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:29:43.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:42 smithi070 bash[21665]: audit 2024-04-19T14:29:42.772653+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:43.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:42 smithi070 bash[21665]: audit 2024-04-19T14:29:42.772653+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:43.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:42 smithi094 bash[22402]: audit 2024-04-19T14:29:42.770868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:29:43.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:42 smithi094 bash[22402]: audit 2024-04-19T14:29:42.770868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:29:43.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:42 smithi094 bash[22402]: audit 2024-04-19T14:29:42.772653+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:43.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:42 smithi094 bash[22402]: audit 2024-04-19T14:29:42.772653+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:43.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:42 smithi076 bash[22317]: audit 2024-04-19T14:29:42.770868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:29:43.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:42 smithi076 bash[22317]: audit 2024-04-19T14:29:42.770868+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-19T14:29:43.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:42 smithi076 bash[22317]: audit 2024-04-19T14:29:42.772653+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:43.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:42 smithi076 bash[22317]: audit 2024-04-19T14:29:42.772653+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:44.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: cluster 2024-04-19T14:29:42.003557+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:44.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: cluster 2024-04-19T14:29:42.003557+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:44.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: cephadm 2024-04-19T14:29:42.774291+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-04-19T14:29:44.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: cephadm 2024-04-19T14:29:42.774291+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-04-19T14:29:44.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: audit 2024-04-19T14:29:43.845155+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: audit 2024-04-19T14:29:43.845155+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: audit 2024-04-19T14:29:43.854374+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:43 smithi070 bash[21665]: audit 2024-04-19T14:29:43.854374+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: cluster 2024-04-19T14:29:42.003557+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:44.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: cluster 2024-04-19T14:29:42.003557+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:44.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: cephadm 2024-04-19T14:29:42.774291+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-04-19T14:29:44.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: cephadm 2024-04-19T14:29:42.774291+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-04-19T14:29:44.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: audit 2024-04-19T14:29:43.845155+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: audit 2024-04-19T14:29:43.845155+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: audit 2024-04-19T14:29:43.854374+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:43 smithi094 bash[22402]: audit 2024-04-19T14:29:43.854374+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: cluster 2024-04-19T14:29:42.003557+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:44.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: cluster 2024-04-19T14:29:42.003557+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:44.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: cephadm 2024-04-19T14:29:42.774291+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-04-19T14:29:44.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: cephadm 2024-04-19T14:29:42.774291+0000 mgr.a (mgr.14152) 138 : cephadm [INF] Deploying daemon osd.0 on smithi070 2024-04-19T14:29:44.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: audit 2024-04-19T14:29:43.845155+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: audit 2024-04-19T14:29:43.845155+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: audit 2024-04-19T14:29:43.854374+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:44.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:43 smithi076 bash[22317]: audit 2024-04-19T14:29:43.854374+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:45.168 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:44 smithi070 bash[21665]: audit 2024-04-19T14:29:43.864541+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:45.169 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:44 smithi070 bash[21665]: audit 2024-04-19T14:29:43.864541+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:45.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:44 smithi094 bash[22402]: audit 2024-04-19T14:29:43.864541+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:45.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:44 smithi094 bash[22402]: audit 2024-04-19T14:29:43.864541+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:45.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:44 smithi076 bash[22317]: audit 2024-04-19T14:29:43.864541+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:45.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:44 smithi076 bash[22317]: audit 2024-04-19T14:29:43.864541+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:45 smithi070 bash[21665]: cluster 2024-04-19T14:29:44.003980+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:45 smithi070 bash[21665]: cluster 2024-04-19T14:29:44.003980+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:46.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:45 smithi094 bash[22402]: cluster 2024-04-19T14:29:44.003980+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:46.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:45 smithi094 bash[22402]: cluster 2024-04-19T14:29:44.003980+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:46.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:45 smithi076 bash[22317]: cluster 2024-04-19T14:29:44.003980+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:46.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:45 smithi076 bash[22317]: cluster 2024-04-19T14:29:44.003980+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:47.750 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:47 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:47.750 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:29:47 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:48.120 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:29:47 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:48.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:47 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:29:48.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:47 smithi070 bash[21665]: cluster 2024-04-19T14:29:46.004319+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:48.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:47 smithi070 bash[21665]: cluster 2024-04-19T14:29:46.004319+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:48.200 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:47 smithi076 bash[22317]: cluster 2024-04-19T14:29:46.004319+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:48.200 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:47 smithi076 bash[22317]: cluster 2024-04-19T14:29:46.004319+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:48.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:47 smithi094 bash[22402]: cluster 2024-04-19T14:29:46.004319+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:48.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:47 smithi094 bash[22402]: cluster 2024-04-19T14:29:46.004319+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.897119+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.897119+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.903737+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.903737+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.922000+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.922000+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.925462+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.925462+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.926169+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.926169+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.932997+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.161 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:48 smithi070 bash[21665]: audit 2024-04-19T14:29:47.932997+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.897119+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.897119+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.903737+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.903737+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.922000+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.922000+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.925462+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.925462+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.926169+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.926169+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.932997+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:48 smithi094 bash[22402]: audit 2024-04-19T14:29:47.932997+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.897119+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.897119+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.903737+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.903737+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.922000+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.922000+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.925462+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.925462+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.926169+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.926169+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.932997+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:48 smithi076 bash[22317]: audit 2024-04-19T14:29:47.932997+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:49.998 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:49 smithi070 bash[21665]: cluster 2024-04-19T14:29:48.004549+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:49.998 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:49 smithi070 bash[21665]: cluster 2024-04-19T14:29:48.004549+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:50.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:49 smithi076 bash[22317]: cluster 2024-04-19T14:29:48.004549+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:50.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:49 smithi076 bash[22317]: cluster 2024-04-19T14:29:48.004549+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:50.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:49 smithi094 bash[22402]: cluster 2024-04-19T14:29:48.004549+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:50.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:49 smithi094 bash[22402]: cluster 2024-04-19T14:29:48.004549+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:50 smithi094 bash[22402]: cluster 2024-04-19T14:29:50.004905+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:50 smithi094 bash[22402]: cluster 2024-04-19T14:29:50.004905+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:51.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:50 smithi076 bash[22317]: cluster 2024-04-19T14:29:50.004905+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:51.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:50 smithi076 bash[22317]: cluster 2024-04-19T14:29:50.004905+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:51.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:50 smithi070 bash[21665]: cluster 2024-04-19T14:29:50.004905+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:51.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:50 smithi070 bash[21665]: cluster 2024-04-19T14:29:50.004905+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:52.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:52 smithi070 bash[21665]: audit 2024-04-19T14:29:51.600447+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:52 smithi070 bash[21665]: audit 2024-04-19T14:29:51.600447+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:52 smithi070 bash[21665]: audit 2024-04-19T14:29:51.609293+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:52 smithi070 bash[21665]: audit 2024-04-19T14:29:51.609293+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:52 smithi070 bash[21665]: audit 2024-04-19T14:29:51.617556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:52 smithi070 bash[21665]: audit 2024-04-19T14:29:51.617556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:52 smithi094 bash[22402]: audit 2024-04-19T14:29:51.600447+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:52 smithi094 bash[22402]: audit 2024-04-19T14:29:51.600447+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:52 smithi094 bash[22402]: audit 2024-04-19T14:29:51.609293+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:52 smithi094 bash[22402]: audit 2024-04-19T14:29:51.609293+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:52 smithi094 bash[22402]: audit 2024-04-19T14:29:51.617556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:52.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:52 smithi094 bash[22402]: audit 2024-04-19T14:29:51.617556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:53.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:52 smithi076 bash[22317]: audit 2024-04-19T14:29:51.600447+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:53.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:52 smithi076 bash[22317]: audit 2024-04-19T14:29:51.600447+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:53.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:52 smithi076 bash[22317]: audit 2024-04-19T14:29:51.609293+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:53.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:52 smithi076 bash[22317]: audit 2024-04-19T14:29:51.609293+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:53.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:52 smithi076 bash[22317]: audit 2024-04-19T14:29:51.617556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:53.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:52 smithi076 bash[22317]: audit 2024-04-19T14:29:51.617556+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:53.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:53 smithi070 bash[21665]: cluster 2024-04-19T14:29:52.005316+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:53.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:53 smithi070 bash[21665]: cluster 2024-04-19T14:29:52.005316+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:53.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:53 smithi094 bash[22402]: cluster 2024-04-19T14:29:52.005316+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:53.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:53 smithi094 bash[22402]: cluster 2024-04-19T14:29:52.005316+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:54.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:53 smithi076 bash[22317]: cluster 2024-04-19T14:29:52.005316+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:54.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:53 smithi076 bash[22317]: cluster 2024-04-19T14:29:52.005316+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: cluster 2024-04-19T14:29:54.005739+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: cluster 2024-04-19T14:29:54.005739+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:54.999260+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:54.999260+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.004037+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.004037+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.009461+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.009461+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.031899+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.031899+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.034414+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.034414+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.035176+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.035176+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.040485+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.040485+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.324009+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:29:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:55 smithi070 bash[21665]: audit 2024-04-19T14:29:55.324009+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: cluster 2024-04-19T14:29:54.005739+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: cluster 2024-04-19T14:29:54.005739+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:54.999260+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:54.999260+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.004037+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.004037+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.009461+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.009461+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.031899+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:55.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.031899+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.034414+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.034414+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.035176+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.035176+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.040485+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.040485+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.324009+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:29:55.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:55 smithi094 bash[22402]: audit 2024-04-19T14:29:55.324009+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: cluster 2024-04-19T14:29:54.005739+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: cluster 2024-04-19T14:29:54.005739+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:54.999260+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:54.999260+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.004037+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.004037+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.009461+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.009461+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.031899+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.031899+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.034414+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.034414+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:56.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.035176+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:56.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.035176+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:56.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.040485+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.040485+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:56.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.324009+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:29:56.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:55 smithi076 bash[22317]: audit 2024-04-19T14:29:55.324009+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-19T14:29:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: cephadm 2024-04-19T14:29:55.005536+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi070 2024-04-19T14:29:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: cephadm 2024-04-19T14:29:55.005536+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi070 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: audit 2024-04-19T14:29:56.040469+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: audit 2024-04-19T14:29:56.040469+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.045035+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.045035+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: audit 2024-04-19T14:29:56.045590+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: audit 2024-04-19T14:29:56.045590+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: audit 2024-04-19T14:29:56.046046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:56 smithi094 bash[22402]: audit 2024-04-19T14:29:56.046046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: cephadm 2024-04-19T14:29:55.005536+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi070 2024-04-19T14:29:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: cephadm 2024-04-19T14:29:55.005536+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi070 2024-04-19T14:29:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: audit 2024-04-19T14:29:56.040469+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:29:56.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: audit 2024-04-19T14:29:56.040469+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:29:56.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.045035+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:29:56.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.045035+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:29:56.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: audit 2024-04-19T14:29:56.045590+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-04-19T14:29:56.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: audit 2024-04-19T14:29:56.045590+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-04-19T14:29:56.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: audit 2024-04-19T14:29:56.046046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:56.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:56 smithi070 bash[21665]: audit 2024-04-19T14:29:56.046046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: cephadm 2024-04-19T14:29:55.005536+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi070 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: cephadm 2024-04-19T14:29:55.005536+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi070 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: audit 2024-04-19T14:29:56.040469+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: audit 2024-04-19T14:29:56.040469+0000 mon.a (mon.0) 413 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.045035+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.045035+0000 mon.a (mon.0) 414 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: audit 2024-04-19T14:29:56.045590+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: audit 2024-04-19T14:29:56.045590+0000 mon.a (mon.0) 415 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]: dispatch 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: audit 2024-04-19T14:29:56.046046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:56 smithi076 bash[22317]: audit 2024-04-19T14:29:56.046046+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.197 INFO:teuthology.orchestra.run.smithi070.stdout:Created osd(s) 0 on host 'smithi070' 2024-04-19T14:29:57.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.006047+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:57.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.006047+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:57.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.042817+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-04-19T14:29:57.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.042817+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-04-19T14:29:57.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: cluster 2024-04-19T14:29:57.046496+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:29:57.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: cluster 2024-04-19T14:29:57.046496+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:29:57.783 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.047573+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.047573+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.052450+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.052450+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.184819+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.184819+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.192379+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.192379+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.195553+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.195553+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.202253+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.202253+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.203979+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:57.784 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.203979+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:57.785 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.205337+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:57.785 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.205337+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:57.785 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.213288+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.785 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:57 smithi070 bash[21665]: audit 2024-04-19T14:29:57.213288+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.887 DEBUG:teuthology.orchestra.run.smithi070:osd.0> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.0.service 2024-04-19T14:29:57.889 INFO:tasks.cephadm:Deploying osd.1 on smithi076 with /dev/vg_nvme/lv_4... 2024-04-19T14:29:57.889 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T14:29:57.901 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.006047+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:57.901 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.006047+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:57.902 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.042817+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-04-19T14:29:57.902 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.042817+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-04-19T14:29:57.902 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: cluster 2024-04-19T14:29:57.046496+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:29:57.902 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: cluster 2024-04-19T14:29:57.046496+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:29:57.902 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.047573+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.902 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.047573+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.902 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.052450+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.052450+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.184819+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.184819+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.192379+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.192379+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.195553+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.195553+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.202253+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.202253+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.203979+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.203979+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:57.903 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.205337+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:57.904 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.205337+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:57.904 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.213288+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.904 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:57 smithi076 bash[22317]: audit 2024-04-19T14:29:57.213288+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.006047+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.006047+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.042817+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.042817+0000 mon.a (mon.0) 417 : audit [INF] from='osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi070", "root=default"]}]': finished 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: cluster 2024-04-19T14:29:57.046496+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: cluster 2024-04-19T14:29:57.046496+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.047573+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.047573+0000 mon.a (mon.0) 419 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.052450+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.052450+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.184819+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.184819+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.192379+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.192379+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.195553+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.195553+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.202253+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.202253+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.203979+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.203979+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.205337+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.205337+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.213288+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:57.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:57 smithi094 bash[22402]: audit 2024-04-19T14:29:57.213288+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.303121+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:29:59.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.303121+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:29:59.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.303188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:29:59.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:56.303188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:29:59.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.957707+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.957707+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.961733+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.961733+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.966211+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.966211+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.978141+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.978141+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.980875+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.980875+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.981637+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.981637+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.986300+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:57.986300+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:58.006279+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:58.006279+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:58.047362+0000 mon.a (mon.0) 435 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028] boot 2024-04-19T14:29:59.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:58.047362+0000 mon.a (mon.0) 435 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028] boot 2024-04-19T14:29:59.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:58.047418+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:29:59.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: cluster 2024-04-19T14:29:58.047418+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:29:59.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:58.047745+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:59.248 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:29:58 smithi094 bash[22402]: audit 2024-04-19T14:29:58.047745+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:59.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.303121+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:29:59.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.303121+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:29:59.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.303188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:29:59.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:56.303188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:29:59.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.957707+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.957707+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.961733+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.961733+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.966211+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.966211+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.978141+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.978141+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.980875+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.980875+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.981637+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.981637+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.986300+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:57.986300+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:58.006279+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:58.006279+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:59.286 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:58.047362+0000 mon.a (mon.0) 435 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028] boot 2024-04-19T14:29:59.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:58.047362+0000 mon.a (mon.0) 435 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028] boot 2024-04-19T14:29:59.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:58.047418+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:29:59.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: cluster 2024-04-19T14:29:58.047418+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:29:59.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:58.047745+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:59.287 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:29:58 smithi076 bash[22317]: audit 2024-04-19T14:29:58.047745+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.303121+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.303121+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.303188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:56.303188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.957707+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.957707+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.961733+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.961733+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.966211+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.966211+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.978141+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.978141+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.980875+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.980875+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.981637+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.981637+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.986300+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:57.986300+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:58.006279+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:58.006279+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:58.047362+0000 mon.a (mon.0) 435 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028] boot 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:58.047362+0000 mon.a (mon.0) 435 : cluster [INF] osd.0 [v2:172.21.15.70:6802/2845304028,v1:172.21.15.70:6803/2845304028] boot 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:58.047418+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: cluster 2024-04-19T14:29:58.047418+0000 mon.a (mon.0) 436 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-04-19T14:29:59.372 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:58.047745+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:29:59.373 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:29:58 smithi070 bash[21665]: audit 2024-04-19T14:29:58.047745+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:30:00.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:00 smithi070 bash[21665]: cluster 2024-04-19T14:29:59.050917+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:30:00.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:00 smithi070 bash[21665]: cluster 2024-04-19T14:29:59.050917+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:30:00.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:00 smithi070 bash[21665]: cluster 2024-04-19T14:30:00.000151+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-04-19T14:30:00.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:00 smithi070 bash[21665]: cluster 2024-04-19T14:30:00.000151+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-04-19T14:30:00.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:00 smithi094 bash[22402]: cluster 2024-04-19T14:29:59.050917+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:30:00.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:00 smithi094 bash[22402]: cluster 2024-04-19T14:29:59.050917+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:30:00.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:00 smithi094 bash[22402]: cluster 2024-04-19T14:30:00.000151+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-04-19T14:30:00.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:00 smithi094 bash[22402]: cluster 2024-04-19T14:30:00.000151+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-04-19T14:30:00.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:00 smithi076 bash[22317]: cluster 2024-04-19T14:29:59.050917+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:30:00.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:00 smithi076 bash[22317]: cluster 2024-04-19T14:29:59.050917+0000 mon.a (mon.0) 438 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-04-19T14:30:00.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:00 smithi076 bash[22317]: cluster 2024-04-19T14:30:00.000151+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-04-19T14:30:00.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:00 smithi076 bash[22317]: cluster 2024-04-19T14:30:00.000151+0000 mon.a (mon.0) 439 : cluster [INF] overall HEALTH_OK 2024-04-19T14:30:01.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:01 smithi094 bash[22402]: cluster 2024-04-19T14:30:00.006678+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:01.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:01 smithi094 bash[22402]: cluster 2024-04-19T14:30:00.006678+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:01.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:01 smithi070 bash[21665]: cluster 2024-04-19T14:30:00.006678+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:01.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:01 smithi070 bash[21665]: cluster 2024-04-19T14:30:00.006678+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:01.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:01 smithi076 bash[22317]: cluster 2024-04-19T14:30:00.006678+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:01.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:01 smithi076 bash[22317]: cluster 2024-04-19T14:30:00.006678+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:02.604 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T14:30:03.309 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:03 smithi076 bash[22317]: cluster 2024-04-19T14:30:02.007144+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:03.309 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:03 smithi076 bash[22317]: cluster 2024-04-19T14:30:02.007144+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:03.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:03 smithi070 bash[21665]: cluster 2024-04-19T14:30:02.007144+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:03.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:03 smithi070 bash[21665]: cluster 2024-04-19T14:30:02.007144+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:03.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:03 smithi094 bash[22402]: cluster 2024-04-19T14:30:02.007144+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:03.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:03 smithi094 bash[22402]: cluster 2024-04-19T14:30:02.007144+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:05.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: cluster 2024-04-19T14:30:04.007616+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:05.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: cluster 2024-04-19T14:30:04.007616+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:05.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: audit 2024-04-19T14:30:04.065854+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: audit 2024-04-19T14:30:04.065854+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: audit 2024-04-19T14:30:04.080912+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: audit 2024-04-19T14:30:04.080912+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: audit 2024-04-19T14:30:04.091180+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.285 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:05 smithi076 bash[22317]: audit 2024-04-19T14:30:04.091180+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: cluster 2024-04-19T14:30:04.007616+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: cluster 2024-04-19T14:30:04.007616+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: audit 2024-04-19T14:30:04.065854+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: audit 2024-04-19T14:30:04.065854+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: audit 2024-04-19T14:30:04.080912+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: audit 2024-04-19T14:30:04.080912+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: audit 2024-04-19T14:30:04.091180+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:05 smithi070 bash[21665]: audit 2024-04-19T14:30:04.091180+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: cluster 2024-04-19T14:30:04.007616+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:05.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: cluster 2024-04-19T14:30:04.007616+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:05.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: audit 2024-04-19T14:30:04.065854+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: audit 2024-04-19T14:30:04.065854+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: audit 2024-04-19T14:30:04.080912+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: audit 2024-04-19T14:30:04.080912+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: audit 2024-04-19T14:30:04.091180+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:05 smithi094 bash[22402]: audit 2024-04-19T14:30:04.091180+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:05.501 INFO:teuthology.orchestra.run.smithi076.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T14:30:05.501 INFO:teuthology.orchestra.run.smithi076.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T14:30:05.501 INFO:teuthology.orchestra.run.smithi076.stderr: stderr: 10+0 records in 2024-04-19T14:30:05.501 INFO:teuthology.orchestra.run.smithi076.stderr:10+0 records out 2024-04-19T14:30:05.501 INFO:teuthology.orchestra.run.smithi076.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0143331 s, 732 MB/s 2024-04-19T14:30:05.502 INFO:teuthology.orchestra.run.smithi076.stderr:--> Zapping successful for: 2024-04-19T14:30:06.158 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi076:vg_nvme/lv_4 2024-04-19T14:30:07.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:07 smithi070 bash[21665]: cluster 2024-04-19T14:30:06.008047+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:07.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:07 smithi070 bash[21665]: cluster 2024-04-19T14:30:06.008047+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:07.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:07 smithi094 bash[22402]: cluster 2024-04-19T14:30:06.008047+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:07.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:07 smithi094 bash[22402]: cluster 2024-04-19T14:30:06.008047+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:07.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:07 smithi076 bash[22317]: cluster 2024-04-19T14:30:06.008047+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:07.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:07 smithi076 bash[22317]: cluster 2024-04-19T14:30:06.008047+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:09.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:09 smithi070 bash[21665]: cluster 2024-04-19T14:30:08.008379+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:09.326 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:09 smithi070 bash[21665]: cluster 2024-04-19T14:30:08.008379+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:09.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:09 smithi094 bash[22402]: cluster 2024-04-19T14:30:08.008379+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:09.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:09 smithi094 bash[22402]: cluster 2024-04-19T14:30:08.008379+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:09.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:09 smithi076 bash[22317]: cluster 2024-04-19T14:30:08.008379+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:09.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:09 smithi076 bash[22317]: cluster 2024-04-19T14:30:08.008379+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:11.039 INFO:teuthology.orchestra.run.smithi076.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.b/config 2024-04-19T14:30:11.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:11 smithi070 bash[21665]: cluster 2024-04-19T14:30:10.008825+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:11.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:11 smithi070 bash[21665]: cluster 2024-04-19T14:30:10.008825+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:11.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:11 smithi094 bash[22402]: cluster 2024-04-19T14:30:10.008825+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:11.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:11 smithi094 bash[22402]: cluster 2024-04-19T14:30:10.008825+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:11.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:11 smithi076 bash[22317]: cluster 2024-04-19T14:30:10.008825+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:11.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:11 smithi076 bash[22317]: cluster 2024-04-19T14:30:10.008825+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:13.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:12 smithi070 bash[21665]: audit 2024-04-19T14:30:11.792007+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:12 smithi070 bash[21665]: audit 2024-04-19T14:30:11.792007+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:12 smithi070 bash[21665]: audit 2024-04-19T14:30:11.800437+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:12 smithi070 bash[21665]: audit 2024-04-19T14:30:11.800437+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:12 smithi070 bash[21665]: audit 2024-04-19T14:30:11.810205+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:12 smithi070 bash[21665]: audit 2024-04-19T14:30:11.810205+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.126 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:12 smithi076 bash[22317]: audit 2024-04-19T14:30:11.792007+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.126 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:12 smithi076 bash[22317]: audit 2024-04-19T14:30:11.792007+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.126 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:12 smithi076 bash[22317]: audit 2024-04-19T14:30:11.800437+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.126 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:12 smithi076 bash[22317]: audit 2024-04-19T14:30:11.800437+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.126 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:12 smithi076 bash[22317]: audit 2024-04-19T14:30:11.810205+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.126 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:12 smithi076 bash[22317]: audit 2024-04-19T14:30:11.810205+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:12 smithi094 bash[22402]: audit 2024-04-19T14:30:11.792007+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:12 smithi094 bash[22402]: audit 2024-04-19T14:30:11.792007+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:12 smithi094 bash[22402]: audit 2024-04-19T14:30:11.800437+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:12 smithi094 bash[22402]: audit 2024-04-19T14:30:11.800437+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:12 smithi094 bash[22402]: audit 2024-04-19T14:30:11.810205+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:13.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:12 smithi094 bash[22402]: audit 2024-04-19T14:30:11.810205+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: cluster 2024-04-19T14:30:12.009277+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:14.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: cluster 2024-04-19T14:30:12.009277+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:14.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: audit 2024-04-19T14:30:13.532070+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:30:14.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: audit 2024-04-19T14:30:13.532070+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:30:14.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: audit 2024-04-19T14:30:13.538602+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:30:14.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: audit 2024-04-19T14:30:13.538602+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:30:14.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: audit 2024-04-19T14:30:13.540249+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:14.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:13 smithi070 bash[21665]: audit 2024-04-19T14:30:13.540249+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:14.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: cluster 2024-04-19T14:30:12.009277+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:14.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: cluster 2024-04-19T14:30:12.009277+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:14.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: audit 2024-04-19T14:30:13.532070+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:30:14.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: audit 2024-04-19T14:30:13.532070+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:30:14.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: audit 2024-04-19T14:30:13.538602+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:30:14.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: audit 2024-04-19T14:30:13.538602+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:30:14.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: audit 2024-04-19T14:30:13.540249+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:14.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:13 smithi094 bash[22402]: audit 2024-04-19T14:30:13.540249+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: cluster 2024-04-19T14:30:12.009277+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: cluster 2024-04-19T14:30:12.009277+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: audit 2024-04-19T14:30:13.532070+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: audit 2024-04-19T14:30:13.532070+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: audit 2024-04-19T14:30:13.538602+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: audit 2024-04-19T14:30:13.538602+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: audit 2024-04-19T14:30:13.540249+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:14.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:13 smithi076 bash[22317]: audit 2024-04-19T14:30:13.540249+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:15.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:14 smithi070 bash[21665]: audit 2024-04-19T14:30:13.524379+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:15.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:14 smithi070 bash[21665]: audit 2024-04-19T14:30:13.524379+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:15.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:14 smithi094 bash[22402]: audit 2024-04-19T14:30:13.524379+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:15.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:14 smithi094 bash[22402]: audit 2024-04-19T14:30:13.524379+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:15.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:14 smithi076 bash[22317]: audit 2024-04-19T14:30:13.524379+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:15.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:14 smithi076 bash[22317]: audit 2024-04-19T14:30:13.524379+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi076:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:30:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:15 smithi070 bash[21665]: cluster 2024-04-19T14:30:14.009751+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:16.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:15 smithi070 bash[21665]: cluster 2024-04-19T14:30:14.009751+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:15 smithi094 bash[22402]: cluster 2024-04-19T14:30:14.009751+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:15 smithi094 bash[22402]: cluster 2024-04-19T14:30:14.009751+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:16.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:15 smithi076 bash[22317]: cluster 2024-04-19T14:30:14.009751+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:16.284 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:15 smithi076 bash[22317]: cluster 2024-04-19T14:30:14.009751+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:17.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: cluster 2024-04-19T14:30:16.010224+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:17.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: cluster 2024-04-19T14:30:16.010224+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:17.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: audit 2024-04-19T14:30:16.577657+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: audit 2024-04-19T14:30:16.577657+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: audit 2024-04-19T14:30:16.583061+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: audit 2024-04-19T14:30:16.583061+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: audit 2024-04-19T14:30:16.588104+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:17 smithi094 bash[22402]: audit 2024-04-19T14:30:16.588104+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: cluster 2024-04-19T14:30:16.010224+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: cluster 2024-04-19T14:30:16.010224+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: audit 2024-04-19T14:30:16.577657+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: audit 2024-04-19T14:30:16.577657+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: audit 2024-04-19T14:30:16.583061+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: audit 2024-04-19T14:30:16.583061+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: audit 2024-04-19T14:30:16.588104+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:17.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:17 smithi070 bash[21665]: audit 2024-04-19T14:30:16.588104+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: cluster 2024-04-19T14:30:16.010224+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: cluster 2024-04-19T14:30:16.010224+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: audit 2024-04-19T14:30:16.577657+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: audit 2024-04-19T14:30:16.577657+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: audit 2024-04-19T14:30:16.583061+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: audit 2024-04-19T14:30:16.583061+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: audit 2024-04-19T14:30:16.588104+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:18.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:17 smithi076 bash[22317]: audit 2024-04-19T14:30:16.588104+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:19.625 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:19 smithi076 bash[22317]: cluster 2024-04-19T14:30:18.010683+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:19.625 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:19 smithi076 bash[22317]: cluster 2024-04-19T14:30:18.010683+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:19.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:19 smithi070 bash[21665]: cluster 2024-04-19T14:30:18.010683+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:19.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:19 smithi070 bash[21665]: cluster 2024-04-19T14:30:18.010683+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:19.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:19 smithi094 bash[22402]: cluster 2024-04-19T14:30:18.010683+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:19.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:19 smithi094 bash[22402]: cluster 2024-04-19T14:30:18.010683+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:21.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:21 smithi070 bash[21665]: cluster 2024-04-19T14:30:20.011186+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:21.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:21 smithi070 bash[21665]: cluster 2024-04-19T14:30:20.011186+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:21.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:21 smithi094 bash[22402]: cluster 2024-04-19T14:30:20.011186+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:21.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:21 smithi094 bash[22402]: cluster 2024-04-19T14:30:20.011186+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:22.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:21 smithi076 bash[22317]: cluster 2024-04-19T14:30:20.011186+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:22.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:21 smithi076 bash[22317]: cluster 2024-04-19T14:30:20.011186+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.651944+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.651944+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.653356+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.76:0/2045066073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.653356+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.76:0/2045066073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.655123+0000 mon.a (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]': finished 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.655123+0000 mon.a (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]': finished 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: cluster 2024-04-19T14:30:21.660471+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: cluster 2024-04-19T14:30:21.660471+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.661004+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:21.661004+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:22.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:22.312780+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.76:0/1483773133' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:30:22.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:22 smithi070 bash[21665]: audit 2024-04-19T14:30:22.312780+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.76:0/1483773133' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:30:22.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.651944+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.651944+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.653356+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.76:0/2045066073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.653356+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.76:0/2045066073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.655123+0000 mon.a (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]': finished 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.655123+0000 mon.a (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]': finished 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: cluster 2024-04-19T14:30:21.660471+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: cluster 2024-04-19T14:30:21.660471+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.661004+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:21.661004+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:22.312780+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.76:0/1483773133' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:30:22.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:22 smithi094 bash[22402]: audit 2024-04-19T14:30:22.312780+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.76:0/1483773133' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:30:23.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.651944+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:23.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.651944+0000 mon.a (mon.0) 452 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:23.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.653356+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.76:0/2045066073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:23.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.653356+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.76:0/2045066073' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]: dispatch 2024-04-19T14:30:23.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.655123+0000 mon.a (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]': finished 2024-04-19T14:30:23.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.655123+0000 mon.a (mon.0) 453 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "649216bf-a05b-48df-b952-f0e27ea23bfe"}]': finished 2024-04-19T14:30:23.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: cluster 2024-04-19T14:30:21.660471+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:30:23.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: cluster 2024-04-19T14:30:21.660471+0000 mon.a (mon.0) 454 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-04-19T14:30:23.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.661004+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:23.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:21.661004+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:23.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:22.312780+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.76:0/1483773133' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:30:23.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:22 smithi076 bash[22317]: audit 2024-04-19T14:30:22.312780+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.76:0/1483773133' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:30:23.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:23 smithi094 bash[22402]: cluster 2024-04-19T14:30:22.011572+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:23.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:23 smithi094 bash[22402]: cluster 2024-04-19T14:30:22.011572+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:24.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:23 smithi076 bash[22317]: cluster 2024-04-19T14:30:22.011572+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:24.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:23 smithi076 bash[22317]: cluster 2024-04-19T14:30:22.011572+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:24.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:23 smithi070 bash[21665]: cluster 2024-04-19T14:30:22.011572+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:24.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:23 smithi070 bash[21665]: cluster 2024-04-19T14:30:22.011572+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:25.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: cluster 2024-04-19T14:30:24.012030+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:25.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: cluster 2024-04-19T14:30:24.012030+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:25.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: audit 2024-04-19T14:30:24.289295+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: audit 2024-04-19T14:30:24.289295+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: audit 2024-04-19T14:30:24.297642+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: audit 2024-04-19T14:30:24.297642+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: audit 2024-04-19T14:30:24.307802+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:25 smithi070 bash[21665]: audit 2024-04-19T14:30:24.307802+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: cluster 2024-04-19T14:30:24.012030+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:25.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: cluster 2024-04-19T14:30:24.012030+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:25.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: audit 2024-04-19T14:30:24.289295+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: audit 2024-04-19T14:30:24.289295+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: audit 2024-04-19T14:30:24.297642+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: audit 2024-04-19T14:30:24.297642+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: audit 2024-04-19T14:30:24.307802+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:25 smithi094 bash[22402]: audit 2024-04-19T14:30:24.307802+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: cluster 2024-04-19T14:30:24.012030+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: cluster 2024-04-19T14:30:24.012030+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: audit 2024-04-19T14:30:24.289295+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: audit 2024-04-19T14:30:24.289295+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: audit 2024-04-19T14:30:24.297642+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: audit 2024-04-19T14:30:24.297642+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: audit 2024-04-19T14:30:24.307802+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:25.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:25 smithi076 bash[22317]: audit 2024-04-19T14:30:24.307802+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:27.604 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:27 smithi070 bash[21665]: cluster 2024-04-19T14:30:26.012422+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:27.604 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:27 smithi070 bash[21665]: cluster 2024-04-19T14:30:26.012422+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:27.631 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:27 smithi076 bash[22317]: cluster 2024-04-19T14:30:26.012422+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:27.631 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:27 smithi076 bash[22317]: cluster 2024-04-19T14:30:26.012422+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:27.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:27 smithi094 bash[22402]: cluster 2024-04-19T14:30:26.012422+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:27.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:27 smithi094 bash[22402]: cluster 2024-04-19T14:30:26.012422+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:29.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:29 smithi070 bash[21665]: cluster 2024-04-19T14:30:28.012876+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:29.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:29 smithi070 bash[21665]: cluster 2024-04-19T14:30:28.012876+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:29.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:29 smithi076 bash[22317]: cluster 2024-04-19T14:30:28.012876+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:29.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:29 smithi076 bash[22317]: cluster 2024-04-19T14:30:28.012876+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:29.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:29 smithi094 bash[22402]: cluster 2024-04-19T14:30:28.012876+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:29.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:29 smithi094 bash[22402]: cluster 2024-04-19T14:30:28.012876+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:31.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:31 smithi070 bash[21665]: cluster 2024-04-19T14:30:30.013306+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:31.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:31 smithi070 bash[21665]: cluster 2024-04-19T14:30:30.013306+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:31.685 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:31 smithi076 bash[22317]: cluster 2024-04-19T14:30:30.013306+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:31.685 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:31 smithi076 bash[22317]: cluster 2024-04-19T14:30:30.013306+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:31.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:31 smithi094 bash[22402]: cluster 2024-04-19T14:30:30.013306+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:31.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:31 smithi094 bash[22402]: cluster 2024-04-19T14:30:30.013306+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:33.113 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: audit 2024-04-19T14:30:32.002164+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.113 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: audit 2024-04-19T14:30:32.002164+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.113 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: audit 2024-04-19T14:30:32.010609+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.113 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: audit 2024-04-19T14:30:32.010609+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.113 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: cluster 2024-04-19T14:30:32.013804+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:33.113 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: cluster 2024-04-19T14:30:32.013804+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:33.113 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: cephadm 2024-04-19T14:30:32.013997+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi076 2024-04-19T14:30:33.114 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: cephadm 2024-04-19T14:30:32.013997+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi076 2024-04-19T14:30:33.114 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: audit 2024-04-19T14:30:32.021159+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.114 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:33 smithi076 bash[22317]: audit 2024-04-19T14:30:32.021159+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: audit 2024-04-19T14:30:32.002164+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: audit 2024-04-19T14:30:32.002164+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: audit 2024-04-19T14:30:32.010609+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: audit 2024-04-19T14:30:32.010609+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: cluster 2024-04-19T14:30:32.013804+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: cluster 2024-04-19T14:30:32.013804+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: cephadm 2024-04-19T14:30:32.013997+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi076 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: cephadm 2024-04-19T14:30:32.013997+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi076 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: audit 2024-04-19T14:30:32.021159+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.371 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:33 smithi070 bash[21665]: audit 2024-04-19T14:30:32.021159+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: audit 2024-04-19T14:30:32.002164+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: audit 2024-04-19T14:30:32.002164+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: audit 2024-04-19T14:30:32.010609+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: audit 2024-04-19T14:30:32.010609+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: cluster 2024-04-19T14:30:32.013804+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: cluster 2024-04-19T14:30:32.013804+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: cephadm 2024-04-19T14:30:32.013997+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi076 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: cephadm 2024-04-19T14:30:32.013997+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi076 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: audit 2024-04-19T14:30:32.021159+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:33.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:33 smithi094 bash[22402]: audit 2024-04-19T14:30:32.021159+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:35.352 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:35 smithi076 bash[22317]: cluster 2024-04-19T14:30:34.014312+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:35.352 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:35 smithi076 bash[22317]: cluster 2024-04-19T14:30:34.014312+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:35.352 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:35 smithi076 bash[22317]: audit 2024-04-19T14:30:34.923966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:30:35.352 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:35 smithi076 bash[22317]: audit 2024-04-19T14:30:34.923966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:30:35.352 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:35 smithi076 bash[22317]: audit 2024-04-19T14:30:34.925676+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:35.352 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:35 smithi076 bash[22317]: audit 2024-04-19T14:30:34.925676+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:35.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:35 smithi070 bash[21665]: cluster 2024-04-19T14:30:34.014312+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:35.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:35 smithi070 bash[21665]: cluster 2024-04-19T14:30:34.014312+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:35.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:35 smithi070 bash[21665]: audit 2024-04-19T14:30:34.923966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:30:35.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:35 smithi070 bash[21665]: audit 2024-04-19T14:30:34.923966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:30:35.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:35 smithi070 bash[21665]: audit 2024-04-19T14:30:34.925676+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:35.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:35 smithi070 bash[21665]: audit 2024-04-19T14:30:34.925676+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:35.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:35 smithi094 bash[22402]: cluster 2024-04-19T14:30:34.014312+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:35.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:35 smithi094 bash[22402]: cluster 2024-04-19T14:30:34.014312+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:35.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:35 smithi094 bash[22402]: audit 2024-04-19T14:30:34.923966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:30:35.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:35 smithi094 bash[22402]: audit 2024-04-19T14:30:34.923966+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-19T14:30:35.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:35 smithi094 bash[22402]: audit 2024-04-19T14:30:34.925676+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:35.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:35 smithi094 bash[22402]: audit 2024-04-19T14:30:34.925676+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:36.325 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:36 smithi076 bash[22317]: cephadm 2024-04-19T14:30:34.927259+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-04-19T14:30:36.325 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:36 smithi076 bash[22317]: cephadm 2024-04-19T14:30:34.927259+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-04-19T14:30:36.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:36 smithi070 bash[21665]: cephadm 2024-04-19T14:30:34.927259+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-04-19T14:30:36.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:36 smithi070 bash[21665]: cephadm 2024-04-19T14:30:34.927259+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-04-19T14:30:36.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:36 smithi094 bash[22402]: cephadm 2024-04-19T14:30:34.927259+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-04-19T14:30:36.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:36 smithi094 bash[22402]: cephadm 2024-04-19T14:30:34.927259+0000 mgr.a (mgr.14152) 168 : cephadm [INF] Deploying daemon osd.1 on smithi076 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: cluster 2024-04-19T14:30:36.014832+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: cluster 2024-04-19T14:30:36.014832+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: audit 2024-04-19T14:30:36.773139+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: audit 2024-04-19T14:30:36.773139+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: audit 2024-04-19T14:30:36.782216+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: audit 2024-04-19T14:30:36.782216+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: audit 2024-04-19T14:30:36.792792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:37.898 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:37 smithi094 bash[22402]: audit 2024-04-19T14:30:36.792792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: cluster 2024-04-19T14:30:36.014832+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: cluster 2024-04-19T14:30:36.014832+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: audit 2024-04-19T14:30:36.773139+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: audit 2024-04-19T14:30:36.773139+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: audit 2024-04-19T14:30:36.782216+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: audit 2024-04-19T14:30:36.782216+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: audit 2024-04-19T14:30:36.792792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.007 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:37 smithi076 bash[22317]: audit 2024-04-19T14:30:36.792792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: cluster 2024-04-19T14:30:36.014832+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:38.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: cluster 2024-04-19T14:30:36.014832+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:38.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: audit 2024-04-19T14:30:36.773139+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: audit 2024-04-19T14:30:36.773139+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: audit 2024-04-19T14:30:36.782216+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: audit 2024-04-19T14:30:36.782216+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: audit 2024-04-19T14:30:36.792792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:38.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:37 smithi070 bash[21665]: audit 2024-04-19T14:30:36.792792+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:39.201 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:30:38 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:30:39.201 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:38 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:30:39.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:30:39.533 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:30:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:30:40.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: cluster 2024-04-19T14:30:38.015279+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:40.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: cluster 2024-04-19T14:30:38.015279+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:40.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.357677+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.357677+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.366385+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.366385+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.367216+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:40.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.367216+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:40.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.376915+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:40.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.376915+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:40.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.379005+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:40.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.379005+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:40.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.389688+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:39 smithi076 bash[22317]: audit 2024-04-19T14:30:39.389688+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: cluster 2024-04-19T14:30:38.015279+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: cluster 2024-04-19T14:30:38.015279+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.357677+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.357677+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.366385+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.366385+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.367216+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.367216+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.376915+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.376915+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.379005+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.379005+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.389688+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:39 smithi070 bash[21665]: audit 2024-04-19T14:30:39.389688+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: cluster 2024-04-19T14:30:38.015279+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:40.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: cluster 2024-04-19T14:30:38.015279+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:40.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.357677+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.357677+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.366385+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.366385+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.367216+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.367216+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.376915+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.376915+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.379005+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.379005+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.389688+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:40.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:39 smithi094 bash[22402]: audit 2024-04-19T14:30:39.389688+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:41 smithi076 bash[22317]: cluster 2024-04-19T14:30:40.015687+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:41 smithi076 bash[22317]: cluster 2024-04-19T14:30:40.015687+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:42.085 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:41 smithi094 bash[22402]: cluster 2024-04-19T14:30:40.015687+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:42.085 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:41 smithi094 bash[22402]: cluster 2024-04-19T14:30:40.015687+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:41 smithi070 bash[21665]: cluster 2024-04-19T14:30:40.015687+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:41 smithi070 bash[21665]: cluster 2024-04-19T14:30:40.015687+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:44.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:43 smithi076 bash[22317]: cluster 2024-04-19T14:30:42.016136+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:44.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:43 smithi076 bash[22317]: cluster 2024-04-19T14:30:42.016136+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:44.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:43 smithi070 bash[21665]: cluster 2024-04-19T14:30:42.016136+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:44.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:43 smithi070 bash[21665]: cluster 2024-04-19T14:30:42.016136+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:44.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:43 smithi094 bash[22402]: cluster 2024-04-19T14:30:42.016136+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:44.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:43 smithi094 bash[22402]: cluster 2024-04-19T14:30:42.016136+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:45.783 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: cluster 2024-04-19T14:30:44.016571+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:45.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: cluster 2024-04-19T14:30:44.016571+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:45.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: audit 2024-04-19T14:30:44.506063+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: audit 2024-04-19T14:30:44.506063+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: audit 2024-04-19T14:30:44.514341+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: audit 2024-04-19T14:30:44.514341+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: audit 2024-04-19T14:30:44.524151+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:45 smithi076 bash[22317]: audit 2024-04-19T14:30:44.524151+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: cluster 2024-04-19T14:30:44.016571+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:45.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: cluster 2024-04-19T14:30:44.016571+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:45.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: audit 2024-04-19T14:30:44.506063+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: audit 2024-04-19T14:30:44.506063+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: audit 2024-04-19T14:30:44.514341+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: audit 2024-04-19T14:30:44.514341+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: audit 2024-04-19T14:30:44.524151+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:45 smithi070 bash[21665]: audit 2024-04-19T14:30:44.524151+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: cluster 2024-04-19T14:30:44.016571+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: cluster 2024-04-19T14:30:44.016571+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: audit 2024-04-19T14:30:44.506063+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: audit 2024-04-19T14:30:44.506063+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: audit 2024-04-19T14:30:44.514341+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: audit 2024-04-19T14:30:44.514341+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: audit 2024-04-19T14:30:44.524151+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:45 smithi094 bash[22402]: audit 2024-04-19T14:30:44.524151+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:46.765 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:46 smithi076 bash[22317]: audit 2024-04-19T14:30:45.627547+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.765 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:46 smithi076 bash[22317]: audit 2024-04-19T14:30:45.627547+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.765 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:46 smithi076 bash[22317]: audit 2024-04-19T14:30:45.629241+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.765 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:46 smithi076 bash[22317]: audit 2024-04-19T14:30:45.629241+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:46 smithi070 bash[21665]: audit 2024-04-19T14:30:45.627547+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:46 smithi070 bash[21665]: audit 2024-04-19T14:30:45.627547+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:46 smithi070 bash[21665]: audit 2024-04-19T14:30:45.629241+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:46 smithi070 bash[21665]: audit 2024-04-19T14:30:45.629241+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:46 smithi094 bash[22402]: audit 2024-04-19T14:30:45.627547+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:46 smithi094 bash[22402]: audit 2024-04-19T14:30:45.627547+0000 mon.a (mon.0) 476 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:46 smithi094 bash[22402]: audit 2024-04-19T14:30:45.629241+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:46.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:46 smithi094 bash[22402]: audit 2024-04-19T14:30:45.629241+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-19T14:30:47.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.017030+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:47.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.017030+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:47.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.512462+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"]}]': finished 2024-04-19T14:30:47.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.512462+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"]}]': finished 2024-04-19T14:30:47.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.519035+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:30:47.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.519035+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:30:47.752 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.520055+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:47.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.520055+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:47.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.521421+0000 mon.a (mon.0) 480 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.521421+0000 mon.a (mon.0) 480 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.521857+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.753 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:47 smithi070 bash[21665]: audit 2024-04-19T14:30:46.521857+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.783 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.017030+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.017030+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.512462+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"]}]': finished 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.512462+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"]}]': finished 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.519035+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.519035+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.520055+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.520055+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.521421+0000 mon.a (mon.0) 480 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.521421+0000 mon.a (mon.0) 480 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.521857+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:47 smithi076 bash[22317]: audit 2024-04-19T14:30:46.521857+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.017030+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:47.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.017030+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:47.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.512462+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"]}]': finished 2024-04-19T14:30:47.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.512462+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"]}]': finished 2024-04-19T14:30:47.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.519035+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:30:47.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.519035+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-04-19T14:30:47.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.520055+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:47.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.520055+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:47.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.521421+0000 mon.a (mon.0) 480 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.521421+0000 mon.a (mon.0) 480 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.521857+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:47.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:47 smithi094 bash[22402]: audit 2024-04-19T14:30:46.521857+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi076", "root=default"]}]: dispatch 2024-04-19T14:30:48.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:47.514160+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=smithi076", "root=default"]}]': finished 2024-04-19T14:30:48.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:47.514160+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=smithi076", "root=default"]}]': finished 2024-04-19T14:30:48.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: cluster 2024-04-19T14:30:47.516995+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:30:48.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: cluster 2024-04-19T14:30:47.516995+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:30:48.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:47.517455+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:47.517455+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:47.523104+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:47.523104+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:48.028162+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:30:48.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:48 smithi076 bash[22317]: audit 2024-04-19T14:30:48.028162+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:30:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:47.514160+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=smithi076", "root=default"]}]': finished 2024-04-19T14:30:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:47.514160+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=smithi076", "root=default"]}]': finished 2024-04-19T14:30:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: cluster 2024-04-19T14:30:47.516995+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:30:48.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: cluster 2024-04-19T14:30:47.516995+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:30:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:47.517455+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:47.517455+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:47.523104+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:47.523104+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:48.028162+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:30:48.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:48 smithi070 bash[21665]: audit 2024-04-19T14:30:48.028162+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:30:48.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:47.514160+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=smithi076", "root=default"]}]': finished 2024-04-19T14:30:48.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:47.514160+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=smithi076", "root=default"]}]': finished 2024-04-19T14:30:48.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: cluster 2024-04-19T14:30:47.516995+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:30:48.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: cluster 2024-04-19T14:30:47.516995+0000 mon.a (mon.0) 482 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-04-19T14:30:48.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:47.517455+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:47.517455+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:47.523104+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:47.523104+0000 mon.a (mon.0) 484 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:48.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:48.028162+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:30:48.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:48 smithi094 bash[22402]: audit 2024-04-19T14:30:48.028162+0000 mon.a (mon.0) 485 : audit [INF] from='osd.1 ' entity='osd.1' 2024-04-19T14:30:49.783 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.660963+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.660963+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.661026+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:46.661026+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:48.017470+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:48.017470+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: audit 2024-04-19T14:30:48.529281+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: audit 2024-04-19T14:30:48.529281+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:49.029907+0000 mon.a (mon.0) 487 : cluster [INF] osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497] boot 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:49.029907+0000 mon.a (mon.0) 487 : cluster [INF] osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497] boot 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:49.029963+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: cluster 2024-04-19T14:30:49.029963+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: audit 2024-04-19T14:30:49.030119+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.784 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:49 smithi076 bash[22317]: audit 2024-04-19T14:30:49.030119+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.797 INFO:teuthology.orchestra.run.smithi076.stdout:Created osd(s) 1 on host 'smithi076' 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.660963+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.660963+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.661026+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:46.661026+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:48.017470+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:48.017470+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: audit 2024-04-19T14:30:48.529281+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: audit 2024-04-19T14:30:48.529281+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:49.029907+0000 mon.a (mon.0) 487 : cluster [INF] osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497] boot 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:49.029907+0000 mon.a (mon.0) 487 : cluster [INF] osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497] boot 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:49.029963+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: cluster 2024-04-19T14:30:49.029963+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:30:49.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: audit 2024-04-19T14:30:49.030119+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:49 smithi070 bash[21665]: audit 2024-04-19T14:30:49.030119+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.660963+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:30:49.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.660963+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:30:49.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.661026+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:30:49.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:46.661026+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:48.017470+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:48.017470+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: audit 2024-04-19T14:30:48.529281+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: audit 2024-04-19T14:30:48.529281+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:49.029907+0000 mon.a (mon.0) 487 : cluster [INF] osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497] boot 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:49.029907+0000 mon.a (mon.0) 487 : cluster [INF] osd.1 [v2:172.21.15.76:6800/840058497,v1:172.21.15.76:6801/840058497] boot 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:49.029963+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: cluster 2024-04-19T14:30:49.029963+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: audit 2024-04-19T14:30:49.030119+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:49.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:49 smithi094 bash[22402]: audit 2024-04-19T14:30:49.030119+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.786425+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.786425+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.794747+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.794747+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.818793+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.818793+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.823052+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.823052+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: cephadm 2024-04-19T14:30:49.823988+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 16241M 2024-04-19T14:30:51.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: cephadm 2024-04-19T14:30:49.823988+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 16241M 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.830454+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.830454+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.834400+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.834400+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.835521+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.835521+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.842252+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: audit 2024-04-19T14:30:49.842252+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: cluster 2024-04-19T14:30:50.531703+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:30:51.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:50 smithi076 bash[22317]: cluster 2024-04-19T14:30:50.531703+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:30:51.061 DEBUG:teuthology.orchestra.run.smithi076:osd.1> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.1.service 2024-04-19T14:30:51.064 INFO:tasks.cephadm:Deploying osd.2 on smithi094 with /dev/vg_nvme/lv_4... 2024-04-19T14:30:51.064 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-19T14:30:51.075 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.786425+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.786425+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.794747+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.794747+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.818793+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.818793+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.823052+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.823052+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: cephadm 2024-04-19T14:30:49.823988+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 16241M 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: cephadm 2024-04-19T14:30:49.823988+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 16241M 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.830454+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.830454+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.834400+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:51.076 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.834400+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:51.077 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.835521+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:51.077 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.835521+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:51.077 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.842252+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.077 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: audit 2024-04-19T14:30:49.842252+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.077 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: cluster 2024-04-19T14:30:50.531703+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:30:51.077 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:50 smithi094 bash[22402]: cluster 2024-04-19T14:30:50.531703+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.786425+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.786425+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.794747+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.794747+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.818793+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.818793+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.823052+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.823052+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: cephadm 2024-04-19T14:30:49.823988+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 16241M 2024-04-19T14:30:51.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: cephadm 2024-04-19T14:30:49.823988+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi076 to 16241M 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.830454+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.830454+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.834400+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.834400+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.835521+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.835521+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.842252+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: audit 2024-04-19T14:30:49.842252+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: cluster 2024-04-19T14:30:50.531703+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:30:51.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:50 smithi070 bash[21665]: cluster 2024-04-19T14:30:50.531703+0000 mon.a (mon.0) 498 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-04-19T14:30:52.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:51 smithi070 bash[21665]: cluster 2024-04-19T14:30:50.017981+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:52.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:51 smithi070 bash[21665]: cluster 2024-04-19T14:30:50.017981+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:52.178 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:51 smithi076 bash[22317]: cluster 2024-04-19T14:30:50.017981+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:52.178 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:51 smithi076 bash[22317]: cluster 2024-04-19T14:30:50.017981+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:51 smithi094 bash[22402]: cluster 2024-04-19T14:30:50.017981+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:51 smithi094 bash[22402]: cluster 2024-04-19T14:30:50.017981+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: cluster 2024-04-19T14:30:52.018489+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: cluster 2024-04-19T14:30:52.018489+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.161120+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.161120+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.169643+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.169643+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.179946+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.179946+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.196613+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.196613+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.201942+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.201942+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.203504+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.203504+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: cluster 2024-04-19T14:30:52.206949+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: cluster 2024-04-19T14:30:52.206949+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.213335+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: audit 2024-04-19T14:30:52.213335+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: cluster 2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:30:53.497 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:53 smithi094 bash[22402]: cluster 2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:30:53.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: cluster 2024-04-19T14:30:52.018489+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.533 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: cluster 2024-04-19T14:30:52.018489+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.161120+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.161120+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.169643+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.169643+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.179946+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.179946+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.196613+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.196613+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.201942+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.201942+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.203504+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.203504+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.534 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: cluster 2024-04-19T14:30:52.206949+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.535 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: cluster 2024-04-19T14:30:52.206949+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.535 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.213335+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.535 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: audit 2024-04-19T14:30:52.213335+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.535 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: cluster 2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:30:53.535 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:53 smithi076 bash[22317]: cluster 2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:30:53.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: cluster 2024-04-19T14:30:52.018489+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: cluster 2024-04-19T14:30:52.018489+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.161120+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.161120+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.169643+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.620 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.169643+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.179946+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.179946+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.196613+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.196613+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.201942+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.201942+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.203504+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.203504+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: cluster 2024-04-19T14:30:52.206949+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: cluster 2024-04-19T14:30:52.206949+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.213335+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: audit 2024-04-19T14:30:52.213335+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: cluster 2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:30:53.621 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:53 smithi070 bash[21665]: cluster 2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:30:54.762 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:30:55.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: cluster 2024-04-19T14:30:54.207442+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: cluster 2024-04-19T14:30:54.207442+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.591659+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.591659+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.600700+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.600700+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.611284+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.611284+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.641361+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.641361+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.646932+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.646932+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.648824+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.648824+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: cluster 2024-04-19T14:30:54.652227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: cluster 2024-04-19T14:30:54.652227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.871 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.658618+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.872 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:55 smithi070 bash[21665]: audit 2024-04-19T14:30:54.658618+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.929 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: cluster 2024-04-19T14:30:54.207442+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.929 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: cluster 2024-04-19T14:30:54.207442+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.591659+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.591659+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.600700+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.600700+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.611284+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.611284+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.641361+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.641361+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.646932+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.646932+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.648824+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.648824+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: cluster 2024-04-19T14:30:54.652227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.930 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: cluster 2024-04-19T14:30:54.652227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:55.931 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.658618+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:55.931 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:55 smithi094 bash[22402]: audit 2024-04-19T14:30:54.658618+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: cluster 2024-04-19T14:30:54.207442+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:56.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: cluster 2024-04-19T14:30:54.207442+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.591659+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.591659+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.600700+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.600700+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.611284+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.611284+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.641361+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.641361+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.646932+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.646932+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.648824+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.648824+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:30:56.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: cluster 2024-04-19T14:30:54.652227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: cluster 2024-04-19T14:30:54.652227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.658618+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:55 smithi076 bash[22317]: audit 2024-04-19T14:30:54.658618+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:56 smithi094 bash[22402]: cluster 2024-04-19T14:30:55.607758+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:30:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:56 smithi094 bash[22402]: cluster 2024-04-19T14:30:55.607758+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:30:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:56 smithi094 bash[22402]: cluster 2024-04-19T14:30:55.607816+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-04-19T14:30:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:56 smithi094 bash[22402]: cluster 2024-04-19T14:30:55.607816+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-04-19T14:30:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:56 smithi070 bash[21665]: cluster 2024-04-19T14:30:55.607758+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:30:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:56 smithi070 bash[21665]: cluster 2024-04-19T14:30:55.607758+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:30:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:56 smithi070 bash[21665]: cluster 2024-04-19T14:30:55.607816+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-04-19T14:30:56.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:56 smithi070 bash[21665]: cluster 2024-04-19T14:30:55.607816+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-04-19T14:30:57.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:56 smithi076 bash[22317]: cluster 2024-04-19T14:30:55.607758+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:30:57.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:56 smithi076 bash[22317]: cluster 2024-04-19T14:30:55.607758+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:30:57.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:56 smithi076 bash[22317]: cluster 2024-04-19T14:30:55.607816+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-04-19T14:30:57.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:56 smithi076 bash[22317]: cluster 2024-04-19T14:30:55.607816+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-04-19T14:30:57.681 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-19T14:30:57.681 INFO:teuthology.orchestra.run.smithi094.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-19T14:30:57.681 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10+0 records in 2024-04-19T14:30:57.681 INFO:teuthology.orchestra.run.smithi094.stderr:10+0 records out 2024-04-19T14:30:57.682 INFO:teuthology.orchestra.run.smithi094.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011052 s, 949 MB/s 2024-04-19T14:30:57.682 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping successful for: 2024-04-19T14:30:57.726 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: cluster 2024-04-19T14:30:56.652714+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:57.726 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: cluster 2024-04-19T14:30:56.652714+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:57.726 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: audit 2024-04-19T14:30:56.987119+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.726 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: audit 2024-04-19T14:30:56.987119+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.726 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: audit 2024-04-19T14:30:56.995918+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.726 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: audit 2024-04-19T14:30:56.995918+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.727 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: audit 2024-04-19T14:30:57.005952+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.727 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:57 smithi094 bash[22402]: audit 2024-04-19T14:30:57.005952+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: cluster 2024-04-19T14:30:56.652714+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: cluster 2024-04-19T14:30:56.652714+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: audit 2024-04-19T14:30:56.987119+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: audit 2024-04-19T14:30:56.987119+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: audit 2024-04-19T14:30:56.995918+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: audit 2024-04-19T14:30:56.995918+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: audit 2024-04-19T14:30:57.005952+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:57.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:57 smithi070 bash[21665]: audit 2024-04-19T14:30:57.005952+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:58.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: cluster 2024-04-19T14:30:56.652714+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:58.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: cluster 2024-04-19T14:30:56.652714+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:58.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: audit 2024-04-19T14:30:56.987119+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:58.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: audit 2024-04-19T14:30:56.987119+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:58.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: audit 2024-04-19T14:30:56.995918+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:58.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: audit 2024-04-19T14:30:56.995918+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:58.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: audit 2024-04-19T14:30:57.005952+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:58.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:57 smithi076 bash[22317]: audit 2024-04-19T14:30:57.005952+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:30:58.702 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi094:vg_nvme/lv_4 2024-04-19T14:30:59.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:59 smithi094 bash[22402]: cluster 2024-04-19T14:30:58.653202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:30:59.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:30:59 smithi094 bash[22402]: cluster 2024-04-19T14:30:58.653202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:00.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:59 smithi076 bash[22317]: cluster 2024-04-19T14:30:58.653202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:00.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:30:59 smithi076 bash[22317]: cluster 2024-04-19T14:30:58.653202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:00.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:59 smithi070 bash[21665]: cluster 2024-04-19T14:30:58.653202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:00.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:30:59 smithi070 bash[21665]: cluster 2024-04-19T14:30:58.653202+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:01.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:01 smithi094 bash[22402]: cluster 2024-04-19T14:31:00.653660+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:01.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:01 smithi094 bash[22402]: cluster 2024-04-19T14:31:00.653660+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:02.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:01 smithi076 bash[22317]: cluster 2024-04-19T14:31:00.653660+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:02.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:01 smithi076 bash[22317]: cluster 2024-04-19T14:31:00.653660+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:02.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:01 smithi070 bash[21665]: cluster 2024-04-19T14:31:00.653660+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:02.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:01 smithi070 bash[21665]: cluster 2024-04-19T14:31:00.653660+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:02.434 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.c/config 2024-04-19T14:31:03.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:03 smithi094 bash[22402]: cluster 2024-04-19T14:31:02.654096+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:03.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:03 smithi094 bash[22402]: cluster 2024-04-19T14:31:02.654096+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:04.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:03 smithi076 bash[22317]: cluster 2024-04-19T14:31:02.654096+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:04.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:03 smithi076 bash[22317]: cluster 2024-04-19T14:31:02.654096+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:04.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:03 smithi070 bash[21665]: cluster 2024-04-19T14:31:02.654096+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:04.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:03 smithi070 bash[21665]: cluster 2024-04-19T14:31:02.654096+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:05.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: cluster 2024-04-19T14:31:04.654496+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:05.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: cluster 2024-04-19T14:31:04.654496+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:04.711537+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:04.711537+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:04.719594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:04.719594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:04.732237+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:04.732237+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:05.079476+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:05.079476+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:05.086440+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:05.086440+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:05.088232+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:05.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:05 smithi094 bash[22402]: audit 2024-04-19T14:31:05.088232+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: cluster 2024-04-19T14:31:04.654496+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: cluster 2024-04-19T14:31:04.654496+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:04.711537+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:04.711537+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:04.719594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:04.719594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:04.732237+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:04.732237+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:05.079476+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:06.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:05.079476+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:06.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:05.086440+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:06.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:05.086440+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:06.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:05.088232+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:06.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:05 smithi076 bash[22317]: audit 2024-04-19T14:31:05.088232+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: cluster 2024-04-19T14:31:04.654496+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: cluster 2024-04-19T14:31:04.654496+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:04.711537+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:04.711537+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:04.719594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:04.719594+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:04.732237+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:04.732237+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:05.079476+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:06.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:05.079476+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-19T14:31:06.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:05.086440+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:06.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:05.086440+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-19T14:31:06.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:05.088232+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:06.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:05 smithi070 bash[21665]: audit 2024-04-19T14:31:05.088232+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:06.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:06 smithi094 bash[22402]: audit 2024-04-19T14:31:05.071950+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:06.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:06 smithi094 bash[22402]: audit 2024-04-19T14:31:05.071950+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:07.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:06 smithi076 bash[22317]: audit 2024-04-19T14:31:05.071950+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:07.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:06 smithi076 bash[22317]: audit 2024-04-19T14:31:05.071950+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:07.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:06 smithi070 bash[21665]: audit 2024-04-19T14:31:05.071950+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:07.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:06 smithi070 bash[21665]: audit 2024-04-19T14:31:05.071950+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:31:07.869 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:07 smithi070 bash[21665]: cluster 2024-04-19T14:31:06.654979+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:07.870 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:07 smithi070 bash[21665]: cluster 2024-04-19T14:31:06.654979+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:07.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:07 smithi094 bash[22402]: cluster 2024-04-19T14:31:06.654979+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:07.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:07 smithi094 bash[22402]: cluster 2024-04-19T14:31:06.654979+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:08.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:07 smithi076 bash[22317]: cluster 2024-04-19T14:31:06.654979+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:08.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:07 smithi076 bash[22317]: cluster 2024-04-19T14:31:06.654979+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:09.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:09 smithi094 bash[22402]: cluster 2024-04-19T14:31:08.655426+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:09.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:09 smithi094 bash[22402]: cluster 2024-04-19T14:31:08.655426+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:10.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:09 smithi076 bash[22317]: cluster 2024-04-19T14:31:08.655426+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:10.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:09 smithi076 bash[22317]: cluster 2024-04-19T14:31:08.655426+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:09 smithi070 bash[21665]: cluster 2024-04-19T14:31:08.655426+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:10.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:09 smithi070 bash[21665]: cluster 2024-04-19T14:31:08.655426+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:11.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:11 smithi094 bash[22402]: cluster 2024-04-19T14:31:10.655909+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:11.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:11 smithi094 bash[22402]: cluster 2024-04-19T14:31:10.655909+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:12.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:11 smithi076 bash[22317]: cluster 2024-04-19T14:31:10.655909+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:12.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:11 smithi076 bash[22317]: cluster 2024-04-19T14:31:10.655909+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:12.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:11 smithi070 bash[21665]: cluster 2024-04-19T14:31:10.655909+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:12.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:11 smithi070 bash[21665]: cluster 2024-04-19T14:31:10.655909+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: cluster 2024-04-19T14:31:12.656378+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: cluster 2024-04-19T14:31:12.656378+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.179473+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.94:0/1049007711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.179473+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.94:0/1049007711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.182227+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.182227+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.185406+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]': finished 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.185406+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]': finished 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: cluster 2024-04-19T14:31:13.190739+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: cluster 2024-04-19T14:31:13.190739+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.191278+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:13.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:13 smithi094 bash[22402]: audit 2024-04-19T14:31:13.191278+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: cluster 2024-04-19T14:31:12.656378+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: cluster 2024-04-19T14:31:12.656378+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.179473+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.94:0/1049007711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.179473+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.94:0/1049007711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.182227+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.182227+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.185406+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]': finished 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.185406+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]': finished 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: cluster 2024-04-19T14:31:13.190739+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: cluster 2024-04-19T14:31:13.190739+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:31:14.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.191278+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:14.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:13 smithi076 bash[22317]: audit 2024-04-19T14:31:13.191278+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: cluster 2024-04-19T14:31:12.656378+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: cluster 2024-04-19T14:31:12.656378+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.179473+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.94:0/1049007711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.179473+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.94:0/1049007711' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.182227+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.182227+0000 mon.a (mon.0) 525 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]: dispatch 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.185406+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]': finished 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.185406+0000 mon.a (mon.0) 526 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dc3cc6e9-28a0-49e6-82ac-a5e0be47378f"}]': finished 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: cluster 2024-04-19T14:31:13.190739+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: cluster 2024-04-19T14:31:13.190739+0000 mon.a (mon.0) 527 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.191278+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:14.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:13 smithi070 bash[21665]: audit 2024-04-19T14:31:13.191278+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:14.948 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:14 smithi076 bash[22317]: audit 2024-04-19T14:31:13.901021+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.94:0/2282457642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:14.949 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:14 smithi076 bash[22317]: audit 2024-04-19T14:31:13.901021+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.94:0/2282457642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:14.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:14 smithi094 bash[22402]: audit 2024-04-19T14:31:13.901021+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.94:0/2282457642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:14.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:14 smithi094 bash[22402]: audit 2024-04-19T14:31:13.901021+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.94:0/2282457642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:15.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:14 smithi070 bash[21665]: audit 2024-04-19T14:31:13.901021+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.94:0/2282457642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:15.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:14 smithi070 bash[21665]: audit 2024-04-19T14:31:13.901021+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.94:0/2282457642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: cluster 2024-04-19T14:31:14.656872+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: cluster 2024-04-19T14:31:14.656872+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.750226+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.750226+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.758961+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.758961+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.769008+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.769008+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.931690+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.931690+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.940589+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.940589+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.950770+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:15 smithi076 bash[22317]: audit 2024-04-19T14:31:14.950770+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: cluster 2024-04-19T14:31:14.656872+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: cluster 2024-04-19T14:31:14.656872+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.750226+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.750226+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.758961+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.758961+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.769008+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.769008+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.931690+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.931690+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.940589+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.940589+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.950770+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:15 smithi070 bash[21665]: audit 2024-04-19T14:31:14.950770+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: cluster 2024-04-19T14:31:14.656872+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: cluster 2024-04-19T14:31:14.656872+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.750226+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.750226+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.758961+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.758961+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.769008+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.769008+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.931690+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.931690+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.940589+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.940589+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.950770+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:16.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:15 smithi094 bash[22402]: audit 2024-04-19T14:31:14.950770+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: cluster 2024-04-19T14:31:16.657321+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: cluster 2024-04-19T14:31:16.657321+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: audit 2024-04-19T14:31:17.184231+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: audit 2024-04-19T14:31:17.184231+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: audit 2024-04-19T14:31:17.191354+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: audit 2024-04-19T14:31:17.191354+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: audit 2024-04-19T14:31:17.199667+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:17 smithi076 bash[22317]: audit 2024-04-19T14:31:17.199667+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: cluster 2024-04-19T14:31:16.657321+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: cluster 2024-04-19T14:31:16.657321+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: audit 2024-04-19T14:31:17.184231+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: audit 2024-04-19T14:31:17.184231+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: audit 2024-04-19T14:31:17.191354+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: audit 2024-04-19T14:31:17.191354+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: audit 2024-04-19T14:31:17.199667+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:17 smithi070 bash[21665]: audit 2024-04-19T14:31:17.199667+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: cluster 2024-04-19T14:31:16.657321+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: cluster 2024-04-19T14:31:16.657321+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: audit 2024-04-19T14:31:17.184231+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: audit 2024-04-19T14:31:17.184231+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: audit 2024-04-19T14:31:17.191354+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: audit 2024-04-19T14:31:17.191354+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: audit 2024-04-19T14:31:17.199667+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:18.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:17 smithi094 bash[22402]: audit 2024-04-19T14:31:17.199667+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:20.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:19 smithi076 bash[22317]: cluster 2024-04-19T14:31:18.657773+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:20.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:19 smithi076 bash[22317]: cluster 2024-04-19T14:31:18.657773+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:20.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:19 smithi070 bash[21665]: cluster 2024-04-19T14:31:18.657773+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:20.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:19 smithi070 bash[21665]: cluster 2024-04-19T14:31:18.657773+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:20.207 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:19 smithi094 bash[22402]: cluster 2024-04-19T14:31:18.657773+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:20.207 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:19 smithi094 bash[22402]: cluster 2024-04-19T14:31:18.657773+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:21.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:21 smithi094 bash[22402]: cluster 2024-04-19T14:31:20.658245+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:21.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:21 smithi094 bash[22402]: cluster 2024-04-19T14:31:20.658245+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:22.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:21 smithi076 bash[22317]: cluster 2024-04-19T14:31:20.658245+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:22.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:21 smithi076 bash[22317]: cluster 2024-04-19T14:31:20.658245+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:22.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:21 smithi070 bash[21665]: cluster 2024-04-19T14:31:20.658245+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:22.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:21 smithi070 bash[21665]: cluster 2024-04-19T14:31:20.658245+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:24.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:23 smithi076 bash[22317]: cluster 2024-04-19T14:31:22.658682+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:24.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:23 smithi076 bash[22317]: cluster 2024-04-19T14:31:22.658682+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:24.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:23 smithi070 bash[21665]: cluster 2024-04-19T14:31:22.658682+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:24.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:23 smithi070 bash[21665]: cluster 2024-04-19T14:31:22.658682+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:24.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:23 smithi094 bash[22402]: cluster 2024-04-19T14:31:22.658682+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:24.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:23 smithi094 bash[22402]: cluster 2024-04-19T14:31:22.658682+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: cluster 2024-04-19T14:31:24.659156+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: cluster 2024-04-19T14:31:24.659156+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: audit 2024-04-19T14:31:24.903178+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: audit 2024-04-19T14:31:24.903178+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: audit 2024-04-19T14:31:24.911352+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: audit 2024-04-19T14:31:24.911352+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: cephadm 2024-04-19T14:31:24.914501+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-19T14:31:26.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: cephadm 2024-04-19T14:31:24.914501+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-19T14:31:26.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: audit 2024-04-19T14:31:24.921564+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:25 smithi094 bash[22402]: audit 2024-04-19T14:31:24.921564+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: cluster 2024-04-19T14:31:24.659156+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:26.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: cluster 2024-04-19T14:31:24.659156+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: audit 2024-04-19T14:31:24.903178+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: audit 2024-04-19T14:31:24.903178+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: audit 2024-04-19T14:31:24.911352+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: audit 2024-04-19T14:31:24.911352+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: cephadm 2024-04-19T14:31:24.914501+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: cephadm 2024-04-19T14:31:24.914501+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: audit 2024-04-19T14:31:24.921564+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:25 smithi076 bash[22317]: audit 2024-04-19T14:31:24.921564+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: cluster 2024-04-19T14:31:24.659156+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:26.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: cluster 2024-04-19T14:31:24.659156+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:26.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: audit 2024-04-19T14:31:24.903178+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: audit 2024-04-19T14:31:24.903178+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: audit 2024-04-19T14:31:24.911352+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: audit 2024-04-19T14:31:24.911352+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: cephadm 2024-04-19T14:31:24.914501+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-19T14:31:26.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: cephadm 2024-04-19T14:31:24.914501+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Detected new or changed devices on smithi094 2024-04-19T14:31:26.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: audit 2024-04-19T14:31:24.921564+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:26.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:25 smithi070 bash[21665]: audit 2024-04-19T14:31:24.921564+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:28.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:27 smithi094 bash[22402]: cluster 2024-04-19T14:31:26.659564+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:28.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:27 smithi094 bash[22402]: cluster 2024-04-19T14:31:26.659564+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:28.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:27 smithi094 bash[22402]: audit 2024-04-19T14:31:27.184036+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:31:28.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:27 smithi094 bash[22402]: audit 2024-04-19T14:31:27.184036+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:31:28.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:27 smithi094 bash[22402]: audit 2024-04-19T14:31:27.185922+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:28.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:27 smithi094 bash[22402]: audit 2024-04-19T14:31:27.185922+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:28.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:27 smithi076 bash[22317]: cluster 2024-04-19T14:31:26.659564+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:28.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:27 smithi076 bash[22317]: cluster 2024-04-19T14:31:26.659564+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:28.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:27 smithi076 bash[22317]: audit 2024-04-19T14:31:27.184036+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:31:28.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:27 smithi076 bash[22317]: audit 2024-04-19T14:31:27.184036+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:31:28.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:27 smithi076 bash[22317]: audit 2024-04-19T14:31:27.185922+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:28.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:27 smithi076 bash[22317]: audit 2024-04-19T14:31:27.185922+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:28.346 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:27 smithi070 bash[21665]: cluster 2024-04-19T14:31:26.659564+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:28.346 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:27 smithi070 bash[21665]: cluster 2024-04-19T14:31:26.659564+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:28.346 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:27 smithi070 bash[21665]: audit 2024-04-19T14:31:27.184036+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:31:28.346 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:27 smithi070 bash[21665]: audit 2024-04-19T14:31:27.184036+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-19T14:31:28.346 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:27 smithi070 bash[21665]: audit 2024-04-19T14:31:27.185922+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:28.346 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:27 smithi070 bash[21665]: audit 2024-04-19T14:31:27.185922+0000 mon.a (mon.0) 542 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:28.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:28 smithi094 bash[22402]: cephadm 2024-04-19T14:31:27.187485+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-19T14:31:28.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:28 smithi094 bash[22402]: cephadm 2024-04-19T14:31:27.187485+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-19T14:31:29.198 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:28 smithi070 bash[21665]: cephadm 2024-04-19T14:31:27.187485+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-19T14:31:29.198 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:28 smithi070 bash[21665]: cephadm 2024-04-19T14:31:27.187485+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-19T14:31:29.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:28 smithi076 bash[22317]: cephadm 2024-04-19T14:31:27.187485+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-19T14:31:29.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:28 smithi076 bash[22317]: cephadm 2024-04-19T14:31:27.187485+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi094 2024-04-19T14:31:30.099 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:29 smithi076 bash[22317]: cluster 2024-04-19T14:31:28.660037+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:30.099 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:29 smithi076 bash[22317]: cluster 2024-04-19T14:31:28.660037+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:30.178 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:29 smithi094 bash[22402]: cluster 2024-04-19T14:31:28.660037+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:30.178 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:29 smithi094 bash[22402]: cluster 2024-04-19T14:31:28.660037+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:30.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:29 smithi070 bash[21665]: cluster 2024-04-19T14:31:28.660037+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:30.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:29 smithi070 bash[21665]: cluster 2024-04-19T14:31:28.660037+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:31.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:31:31.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:31:32.241 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: cluster 2024-04-19T14:31:30.660486+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:32.241 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: cluster 2024-04-19T14:31:30.660486+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:32.241 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.465169+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.241 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.465169+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.242 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.470389+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.242 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.470389+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.242 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.475032+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.242 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.475032+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.242 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.481909+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.243 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.481909+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.243 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.483812+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.243 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.483812+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.243 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.493503+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.243 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:31 smithi076 bash[22317]: audit 2024-04-19T14:31:31.493503+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: cluster 2024-04-19T14:31:30.660486+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: cluster 2024-04-19T14:31:30.660486+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.465169+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.465169+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.470389+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.470389+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.475032+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.475032+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.481909+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.481909+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.483812+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.483812+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.493503+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:31 smithi094 bash[22402]: audit 2024-04-19T14:31:31.493503+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: cluster 2024-04-19T14:31:30.660486+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:32.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: cluster 2024-04-19T14:31:30.660486+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:32.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.465169+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.465169+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.470389+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.470389+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.475032+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.475032+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.481909+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.481909+0000 mon.a (mon.0) 546 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.483812+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.483812+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.493503+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:32.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:31 smithi070 bash[21665]: audit 2024-04-19T14:31:31.493503+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:33.210 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:32 smithi076 bash[22317]: cluster 2024-04-19T14:31:32.660946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:33.211 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:32 smithi076 bash[22317]: cluster 2024-04-19T14:31:32.660946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:33.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:32 smithi094 bash[22402]: cluster 2024-04-19T14:31:32.660946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:33.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:32 smithi094 bash[22402]: cluster 2024-04-19T14:31:32.660946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:33.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:32 smithi070 bash[21665]: cluster 2024-04-19T14:31:32.660946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:33.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:32 smithi070 bash[21665]: cluster 2024-04-19T14:31:32.660946+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:35.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: cluster 2024-04-19T14:31:34.661419+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:35.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: cluster 2024-04-19T14:31:34.661419+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:35.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: audit 2024-04-19T14:31:35.151746+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:35.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: audit 2024-04-19T14:31:35.151746+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:35.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: audit 2024-04-19T14:31:35.160595+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:35.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: audit 2024-04-19T14:31:35.160595+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:35.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: audit 2024-04-19T14:31:35.170609+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:35.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:35 smithi094 bash[22402]: audit 2024-04-19T14:31:35.170609+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: cluster 2024-04-19T14:31:34.661419+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:36.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: cluster 2024-04-19T14:31:34.661419+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:36.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: audit 2024-04-19T14:31:35.151746+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: audit 2024-04-19T14:31:35.151746+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: audit 2024-04-19T14:31:35.160595+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: audit 2024-04-19T14:31:35.160595+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: audit 2024-04-19T14:31:35.170609+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:35 smithi076 bash[22317]: audit 2024-04-19T14:31:35.170609+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: cluster 2024-04-19T14:31:34.661419+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: cluster 2024-04-19T14:31:34.661419+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: audit 2024-04-19T14:31:35.151746+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: audit 2024-04-19T14:31:35.151746+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: audit 2024-04-19T14:31:35.160595+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: audit 2024-04-19T14:31:35.160595+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: audit 2024-04-19T14:31:35.170609+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:36.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:35 smithi070 bash[21665]: audit 2024-04-19T14:31:35.170609+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: cluster 2024-04-19T14:31:36.661855+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: cluster 2024-04-19T14:31:36.661855+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: audit 2024-04-19T14:31:37.394910+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: audit 2024-04-19T14:31:37.394910+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: audit 2024-04-19T14:31:37.403827+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: audit 2024-04-19T14:31:37.403827+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: audit 2024-04-19T14:31:37.414161+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:37 smithi094 bash[22402]: audit 2024-04-19T14:31:37.414161+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: cluster 2024-04-19T14:31:36.661855+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:38.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: cluster 2024-04-19T14:31:36.661855+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:38.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: audit 2024-04-19T14:31:37.394910+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: audit 2024-04-19T14:31:37.394910+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: audit 2024-04-19T14:31:37.403827+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: audit 2024-04-19T14:31:37.403827+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: audit 2024-04-19T14:31:37.414161+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:37 smithi076 bash[22317]: audit 2024-04-19T14:31:37.414161+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: cluster 2024-04-19T14:31:36.661855+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: cluster 2024-04-19T14:31:36.661855+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: audit 2024-04-19T14:31:37.394910+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: audit 2024-04-19T14:31:37.394910+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: audit 2024-04-19T14:31:37.403827+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: audit 2024-04-19T14:31:37.403827+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: audit 2024-04-19T14:31:37.414161+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:37 smithi070 bash[21665]: audit 2024-04-19T14:31:37.414161+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:38.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:38 smithi094 bash[22402]: audit 2024-04-19T14:31:37.797613+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:38.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:38 smithi094 bash[22402]: audit 2024-04-19T14:31:37.797613+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:38.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:38 smithi094 bash[22402]: audit 2024-04-19T14:31:37.800417+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:38.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:38 smithi094 bash[22402]: audit 2024-04-19T14:31:37.800417+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:38 smithi076 bash[22317]: audit 2024-04-19T14:31:37.797613+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:38 smithi076 bash[22317]: audit 2024-04-19T14:31:37.797613+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:38 smithi076 bash[22317]: audit 2024-04-19T14:31:37.800417+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:38 smithi076 bash[22317]: audit 2024-04-19T14:31:37.800417+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:38 smithi070 bash[21665]: audit 2024-04-19T14:31:37.797613+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:38 smithi070 bash[21665]: audit 2024-04-19T14:31:37.797613+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:38 smithi070 bash[21665]: audit 2024-04-19T14:31:37.800417+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:38 smithi070 bash[21665]: audit 2024-04-19T14:31:37.800417+0000 mon.a (mon.0) 555 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-19T14:31:39.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.662295+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:39.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.662295+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:39.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.730096+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:31:39.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.730096+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:31:39.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.733121+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:39.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.733121+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:39.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.734787+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:31:39.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.734787+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:31:39.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.735439+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:39.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.735439+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:39.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.736218+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:39.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:39 smithi094 bash[22402]: audit 2024-04-19T14:31:38.736218+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.662295+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:40.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.662295+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.730096+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.730096+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.733121+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.733121+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.734787+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.734787+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.735439+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.735439+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.736218+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:39 smithi076 bash[22317]: audit 2024-04-19T14:31:38.736218+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.662295+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.662295+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.730096+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.730096+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.733121+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.733121+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.734787+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:31:40.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.734787+0000 mon.a (mon.0) 557 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-04-19T14:31:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.735439+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.735439+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.736218+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:39 smithi070 bash[21665]: audit 2024-04-19T14:31:38.736218+0000 mon.a (mon.0) 559 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-04-19T14:31:40.786 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 2 on host 'smithi094' 2024-04-19T14:31:40.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:39.732454+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:39.732454+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: cluster 2024-04-19T14:31:39.737501+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: cluster 2024-04-19T14:31:39.737501+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:39.738437+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:39.738437+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:39.746525+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:39.746525+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:40.092900+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:31:40.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:40 smithi094 bash[22402]: audit 2024-04-19T14:31:40.092900+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:31:41.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:39.732454+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-19T14:31:41.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:39.732454+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-19T14:31:41.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: cluster 2024-04-19T14:31:39.737501+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:31:41.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: cluster 2024-04-19T14:31:39.737501+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:31:41.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:39.738437+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:39.738437+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:39.746525+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:39.746525+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:40.092900+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:31:41.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:40 smithi076 bash[22317]: audit 2024-04-19T14:31:40.092900+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:31:41.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:39.732454+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-19T14:31:41.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:39.732454+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-04-19T14:31:41.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: cluster 2024-04-19T14:31:39.737501+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:31:41.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: cluster 2024-04-19T14:31:39.737501+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-04-19T14:31:41.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:39.738437+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:39.738437+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:39.746525+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:39.746525+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:40.092900+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:31:41.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:40 smithi070 bash[21665]: audit 2024-04-19T14:31:40.092900+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-04-19T14:31:41.844 DEBUG:teuthology.orchestra.run.smithi094:osd.2> sudo journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.2.service 2024-04-19T14:31:41.847 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-19T14:31:41.847 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-19T14:31:41.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.822154+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:31:41.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.822154+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:31:41.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.822310+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:31:41.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:38.822310+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:31:41.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:40.662768+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:41.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:40.662768+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:41.943 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.748555+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.748555+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.772922+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.772922+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.781080+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.781080+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.803538+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.803538+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.810400+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.810400+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cephadm 2024-04-19T14:31:40.811831+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cephadm 2024-04-19T14:31:40.811831+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.817940+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.817940+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.822029+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:41.944 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.822029+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.823857+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.823857+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.833498+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:40.833498+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:41.097222+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653] boot 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:41.097222+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653] boot 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:41.097322+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: cluster 2024-04-19T14:31:41.097322+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:41.097973+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:41.945 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:41 smithi094 bash[22402]: audit 2024-04-19T14:31:41.097973+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.822154+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.822154+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.822310+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:38.822310+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:40.662768+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:40.662768+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.748555+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.748555+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.772922+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.772922+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.781080+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.781080+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.803538+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.803538+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.810400+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.810400+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cephadm 2024-04-19T14:31:40.811831+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cephadm 2024-04-19T14:31:40.811831+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.817940+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.817940+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.822029+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.822029+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.823857+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.823857+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.833498+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:40.833498+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:41.097222+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653] boot 2024-04-19T14:31:42.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:41.097222+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653] boot 2024-04-19T14:31:42.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:41.097322+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:31:42.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: cluster 2024-04-19T14:31:41.097322+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:31:42.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:41.097973+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:41 smithi076 bash[22317]: audit 2024-04-19T14:31:41.097973+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.822154+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:31:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.822154+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-04-19T14:31:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.822310+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:31:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:38.822310+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-04-19T14:31:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:40.662768+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:40.662768+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-04-19T14:31:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.748555+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.748555+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.772922+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.772922+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.781080+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.781080+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.803538+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.803538+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.810400+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.810400+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cephadm 2024-04-19T14:31:40.811831+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cephadm 2024-04-19T14:31:40.811831+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 20337M 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.817940+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.817940+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.822029+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.822029+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.823857+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.823857+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.833498+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:40.833498+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:41.097222+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653] boot 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:41.097222+0000 mon.a (mon.0) 574 : cluster [INF] osd.2 [v2:172.21.15.94:6800/1894481653,v1:172.21.15.94:6801/1894481653] boot 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:41.097322+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: cluster 2024-04-19T14:31:41.097322+0000 mon.a (mon.0) 575 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:41.097973+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:41 smithi070 bash[21665]: audit 2024-04-19T14:31:41.097973+0000 mon.a (mon.0) 576 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:31:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:42 smithi076 bash[22317]: audit 2024-04-19T14:31:42.168825+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:42 smithi076 bash[22317]: audit 2024-04-19T14:31:42.168825+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:43.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:42 smithi070 bash[21665]: audit 2024-04-19T14:31:42.168825+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:43.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:42 smithi070 bash[21665]: audit 2024-04-19T14:31:42.168825+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:43.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:42 smithi094 bash[22402]: audit 2024-04-19T14:31:42.168825+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:43.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:42 smithi094 bash[22402]: audit 2024-04-19T14:31:42.168825+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:43.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: cluster 2024-04-19T14:31:42.663239+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:43.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: cluster 2024-04-19T14:31:42.663239+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:43.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: audit 2024-04-19T14:31:42.753992+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:43.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: audit 2024-04-19T14:31:42.753992+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:43.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: cluster 2024-04-19T14:31:42.760190+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:31:43.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: cluster 2024-04-19T14:31:42.760190+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:31:43.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: audit 2024-04-19T14:31:42.762018+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:43.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:43 smithi094 bash[22402]: audit 2024-04-19T14:31:42.762018+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: cluster 2024-04-19T14:31:42.663239+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: cluster 2024-04-19T14:31:42.663239+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: audit 2024-04-19T14:31:42.753992+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: audit 2024-04-19T14:31:42.753992+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: cluster 2024-04-19T14:31:42.760190+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: cluster 2024-04-19T14:31:42.760190+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: audit 2024-04-19T14:31:42.762018+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:44.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:43 smithi076 bash[22317]: audit 2024-04-19T14:31:42.762018+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: cluster 2024-04-19T14:31:42.663239+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: cluster 2024-04-19T14:31:42.663239+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v153: 0 pgs: ; 0 B data, 88 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: audit 2024-04-19T14:31:42.753992+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: audit 2024-04-19T14:31:42.753992+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: cluster 2024-04-19T14:31:42.760190+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: cluster 2024-04-19T14:31:42.760190+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: audit 2024-04-19T14:31:42.762018+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:44.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:43 smithi070 bash[21665]: audit 2024-04-19T14:31:42.762018+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-19T14:31:45.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:43.756598+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:43.756598+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: cluster 2024-04-19T14:31:43.762310+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: cluster 2024-04-19T14:31:43.762310+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.077669+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.077669+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.167270+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.167270+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.271277+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.271277+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.274021+0000 mon.a (mon.0) 586 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.274021+0000 mon.a (mon.0) 586 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.327131+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.327131+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.327536+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.327536+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.327866+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.327866+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.328091+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.328091+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.328588+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.328588+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.331061+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.331061+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.331525+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.331525+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.331815+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.331815+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.380326+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.380326+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.387214+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.387214+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.387769+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.387769+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.388290+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.388290+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.389060+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.389060+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.441678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:44 smithi076 bash[22317]: audit 2024-04-19T14:31:44.441678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:43.756598+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:45.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:43.756598+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: cluster 2024-04-19T14:31:43.762310+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: cluster 2024-04-19T14:31:43.762310+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.077669+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.077669+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.167270+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.167270+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.271277+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.271277+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.274021+0000 mon.a (mon.0) 586 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.274021+0000 mon.a (mon.0) 586 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.327131+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.327131+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.327536+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.327536+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.327866+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.327866+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.328091+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.328091+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.328588+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.328588+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.331061+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.331061+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.331525+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.331525+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.331815+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.331815+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.380326+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.380326+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.387214+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.387214+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.387769+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.387769+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.388290+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.388290+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.389060+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.389060+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.441678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:44 smithi070 bash[21665]: audit 2024-04-19T14:31:44.441678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:43.756598+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:43.756598+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-19T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: cluster 2024-04-19T14:31:43.762310+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: cluster 2024-04-19T14:31:43.762310+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-04-19T14:31:45.141 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.077669+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.077669+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.167270+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.167270+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.271277+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.271277+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.274021+0000 mon.a (mon.0) 586 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.274021+0000 mon.a (mon.0) 586 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.327131+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.327131+0000 mon.a (mon.0) 587 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.327536+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.327536+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.327866+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.327866+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.142 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.328091+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.328091+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.328588+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.328588+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.331061+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.331061+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.331525+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.331525+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.331815+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.331815+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.380326+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.380326+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.143 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.387214+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.387214+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.387769+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.387769+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.388290+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.388290+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.389060+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.389060+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.441678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.144 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:44 smithi094 bash[22402]: audit 2024-04-19T14:31:44.441678+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-19T14:31:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:44.663908+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:44.663908+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:44.784212+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:31:45.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:44.784212+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.124704+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.124704+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.133278+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.133278+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.143797+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.143797+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.166945+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.166945+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.172890+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.172890+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.174757+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.174757+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.185639+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: audit 2024-04-19T14:31:45.185639+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:45.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:45.267227+0000 mon.a (mon.0) 605 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:31:45.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:45.267227+0000 mon.a (mon.0) 605 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:31:45.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:45.285344+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:31:45.997 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:45 smithi094 bash[22402]: cluster 2024-04-19T14:31:45.285344+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:31:46.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:44.663908+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:46.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:44.663908+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:46.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:44.784212+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:31:46.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:44.784212+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:31:46.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.124704+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.124704+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.133278+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.133278+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.143797+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.143797+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.166945+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:46.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.166945+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:46.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.172890+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:46.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.172890+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:46.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.174757+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:46.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.174757+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:46.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.185639+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: audit 2024-04-19T14:31:45.185639+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:45.267227+0000 mon.a (mon.0) 605 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:31:46.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:45.267227+0000 mon.a (mon.0) 605 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:31:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:45.285344+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:31:46.036 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:45 smithi076 bash[22317]: cluster 2024-04-19T14:31:45.285344+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:31:46.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:44.663908+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:44.663908+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:44.784212+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:44.784212+0000 mon.a (mon.0) 597 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.124704+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.124704+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.133278+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.133278+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.143797+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.143797+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.166945+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.166945+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.172890+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:46.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.172890+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.174757+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.174757+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.185639+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: audit 2024-04-19T14:31:45.185639+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:45.267227+0000 mon.a (mon.0) 605 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:45.267227+0000 mon.a (mon.0) 605 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:45.285344+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:31:46.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:45 smithi070 bash[21665]: cluster 2024-04-19T14:31:45.285344+0000 mon.a (mon.0) 606 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-04-19T14:31:46.569 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:31:46.869 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:46 smithi070 bash[21665]: cluster 2024-04-19T14:31:45.178773+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:46.869 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:46 smithi070 bash[21665]: cluster 2024-04-19T14:31:45.178773+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:47.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:46 smithi076 bash[22317]: cluster 2024-04-19T14:31:45.178773+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:47.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:46 smithi076 bash[22317]: cluster 2024-04-19T14:31:45.178773+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:47.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:46 smithi094 bash[22402]: cluster 2024-04-19T14:31:45.178773+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:47.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:46 smithi094 bash[22402]: cluster 2024-04-19T14:31:45.178773+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 89 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:49.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:48 smithi076 bash[22317]: cluster 2024-04-19T14:31:47.179220+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:49.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:48 smithi076 bash[22317]: cluster 2024-04-19T14:31:47.179220+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:49.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:48 smithi070 bash[21665]: cluster 2024-04-19T14:31:47.179220+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:49.045 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:48 smithi070 bash[21665]: cluster 2024-04-19T14:31:47.179220+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:49.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:48 smithi094 bash[22402]: cluster 2024-04-19T14:31:47.179220+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:49.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:48 smithi094 bash[22402]: cluster 2024-04-19T14:31:47.179220+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:49.428 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:31:49.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:49 smithi094 bash[22402]: audit 2024-04-19T14:31:49.434053+0000 mon.a (mon.0) 607 : audit [DBG] from='client.? 172.21.15.70:0/219480531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:31:49.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:49 smithi094 bash[22402]: audit 2024-04-19T14:31:49.434053+0000 mon.a (mon.0) 607 : audit [DBG] from='client.? 172.21.15.70:0/219480531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:31:50.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:49 smithi076 bash[22317]: audit 2024-04-19T14:31:49.434053+0000 mon.a (mon.0) 607 : audit [DBG] from='client.? 172.21.15.70:0/219480531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:31:50.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:49 smithi076 bash[22317]: audit 2024-04-19T14:31:49.434053+0000 mon.a (mon.0) 607 : audit [DBG] from='client.? 172.21.15.70:0/219480531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:31:50.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:49 smithi070 bash[21665]: audit 2024-04-19T14:31:49.434053+0000 mon.a (mon.0) 607 : audit [DBG] from='client.? 172.21.15.70:0/219480531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:31:50.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:49 smithi070 bash[21665]: audit 2024-04-19T14:31:49.434053+0000 mon.a (mon.0) 607 : audit [DBG] from='client.? 172.21.15.70:0/219480531' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-19T14:31:50.839 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1713537101,"num_in_osds":3,"osd_in_since":1713537073,"num_remapped_pgs":0} 2024-04-19T14:31:50.840 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T14:31:51.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: cluster 2024-04-19T14:31:49.179763+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:51.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: cluster 2024-04-19T14:31:49.179763+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:51.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.125869+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.125869+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.053 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.134278+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.134278+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.144494+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.144494+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.169149+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.169149+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.175097+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.175097+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.177064+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.177064+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.183999+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.054 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:50 smithi070 bash[21665]: audit 2024-04-19T14:31:50.183999+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: cluster 2024-04-19T14:31:49.179763+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: cluster 2024-04-19T14:31:49.179763+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.125869+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.125869+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.134278+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.134278+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.144494+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.144494+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.169149+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.169149+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:51.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.175097+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:51.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.175097+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:51.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.177064+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:51.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.177064+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:51.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.183999+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:50 smithi094 bash[22402]: audit 2024-04-19T14:31:50.183999+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: cluster 2024-04-19T14:31:49.179763+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: cluster 2024-04-19T14:31:49.179763+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.125869+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.125869+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.134278+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.134278+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.144494+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.144494+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.169149+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.169149+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.175097+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.175097+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:31:51.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.177064+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:51.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.177064+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:31:51.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.183999+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:51.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:50 smithi076 bash[22317]: audit 2024-04-19T14:31:50.183999+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:51 smithi070 bash[21665]: cluster 2024-04-19T14:31:50.179569+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:51 smithi070 bash[21665]: cluster 2024-04-19T14:31:50.179569+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:51 smithi070 bash[21665]: cluster 2024-04-19T14:31:51.140991+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:51 smithi070 bash[21665]: cluster 2024-04-19T14:31:51.140991+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:51 smithi070 bash[21665]: cluster 2024-04-19T14:31:51.141062+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-04-19T14:31:52.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:51 smithi070 bash[21665]: cluster 2024-04-19T14:31:51.141062+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-04-19T14:31:52.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:51 smithi094 bash[22402]: cluster 2024-04-19T14:31:50.179569+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:52.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:51 smithi094 bash[22402]: cluster 2024-04-19T14:31:50.179569+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:51 smithi094 bash[22402]: cluster 2024-04-19T14:31:51.140991+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:31:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:51 smithi094 bash[22402]: cluster 2024-04-19T14:31:51.140991+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:31:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:51 smithi094 bash[22402]: cluster 2024-04-19T14:31:51.141062+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-04-19T14:31:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:51 smithi094 bash[22402]: cluster 2024-04-19T14:31:51.141062+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-04-19T14:31:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:51 smithi076 bash[22317]: cluster 2024-04-19T14:31:50.179569+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:51 smithi076 bash[22317]: cluster 2024-04-19T14:31:50.179569+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:51 smithi076 bash[22317]: cluster 2024-04-19T14:31:51.140991+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:31:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:51 smithi076 bash[22317]: cluster 2024-04-19T14:31:51.140991+0000 mon.a (mon.0) 615 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) ['stray daemon osd.2 on host smithi094 not managed by cephadm'] not managed by cephadm) 2024-04-19T14:31:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:51 smithi076 bash[22317]: cluster 2024-04-19T14:31:51.141062+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-04-19T14:31:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:51 smithi076 bash[22317]: cluster 2024-04-19T14:31:51.141062+0000 mon.a (mon.0) 616 : cluster [INF] Cluster is now healthy 2024-04-19T14:31:54.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:53 smithi070 bash[21665]: cluster 2024-04-19T14:31:52.180066+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:54.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:53 smithi070 bash[21665]: cluster 2024-04-19T14:31:52.180066+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:54.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:53 smithi094 bash[22402]: cluster 2024-04-19T14:31:52.180066+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:54.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:53 smithi094 bash[22402]: cluster 2024-04-19T14:31:52.180066+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:54.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:53 smithi076 bash[22317]: cluster 2024-04-19T14:31:52.180066+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:54.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:53 smithi076 bash[22317]: cluster 2024-04-19T14:31:52.180066+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: cluster 2024-04-19T14:31:54.180636+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: cluster 2024-04-19T14:31:54.180636+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: audit 2024-04-19T14:31:55.369712+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: audit 2024-04-19T14:31:55.369712+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: audit 2024-04-19T14:31:55.378745+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: audit 2024-04-19T14:31:55.378745+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: audit 2024-04-19T14:31:55.388958+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:55 smithi070 bash[21665]: audit 2024-04-19T14:31:55.388958+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: cluster 2024-04-19T14:31:54.180636+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:56.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: cluster 2024-04-19T14:31:54.180636+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:56.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: audit 2024-04-19T14:31:55.369712+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: audit 2024-04-19T14:31:55.369712+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: audit 2024-04-19T14:31:55.378745+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: audit 2024-04-19T14:31:55.378745+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: audit 2024-04-19T14:31:55.388958+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:55 smithi094 bash[22402]: audit 2024-04-19T14:31:55.388958+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: cluster 2024-04-19T14:31:54.180636+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: cluster 2024-04-19T14:31:54.180636+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: audit 2024-04-19T14:31:55.369712+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: audit 2024-04-19T14:31:55.369712+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: audit 2024-04-19T14:31:55.378745+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: audit 2024-04-19T14:31:55.378745+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: audit 2024-04-19T14:31:55.388958+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:55 smithi076 bash[22317]: audit 2024-04-19T14:31:55.388958+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:56.574 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: cluster 2024-04-19T14:31:56.181170+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: cluster 2024-04-19T14:31:56.181170+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: audit 2024-04-19T14:31:57.520355+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: audit 2024-04-19T14:31:57.520355+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: audit 2024-04-19T14:31:57.525052+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: audit 2024-04-19T14:31:57.525052+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: audit 2024-04-19T14:31:57.530336+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:57 smithi070 bash[21665]: audit 2024-04-19T14:31:57.530336+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: cluster 2024-04-19T14:31:56.181170+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:58.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: cluster 2024-04-19T14:31:56.181170+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:58.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: audit 2024-04-19T14:31:57.520355+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: audit 2024-04-19T14:31:57.520355+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: audit 2024-04-19T14:31:57.525052+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: audit 2024-04-19T14:31:57.525052+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: audit 2024-04-19T14:31:57.530336+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:57 smithi094 bash[22402]: audit 2024-04-19T14:31:57.530336+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: cluster 2024-04-19T14:31:56.181170+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:58.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: cluster 2024-04-19T14:31:56.181170+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:31:58.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: audit 2024-04-19T14:31:57.520355+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: audit 2024-04-19T14:31:57.520355+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: audit 2024-04-19T14:31:57.525052+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: audit 2024-04-19T14:31:57.525052+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: audit 2024-04-19T14:31:57.530336+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:58.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:57 smithi076 bash[22317]: audit 2024-04-19T14:31:57.530336+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:31:59.416 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:31:59.416 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"fsid":"8aee3e06-fe58-11ee-bc92-c7b262605968","created":"2024-04-19T14:25:47.375485+0000","modified":"2024-04-19T14:31:44.765174+0000","last_up_change":"2024-04-19T14:31:41.088979+0000","last_in_change":"2024-04-19T14:31:13.183142+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-19T14:31:42.176039+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"644d9ca2-4207-4d75-b92c-4201cc4e6a16","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.70:6802","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6803","nonce":2845304028}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6805","nonce":2845304028}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6809","nonce":2845304028}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6807","nonce":2845304028}]},"public_addr":"172.21.15.70:6803/2845304028","cluster_addr":"172.21.15.70:6805/2845304028","heartbeat_back_addr":"172.21.15.70:6809/2845304028","heartbeat_front_addr":"172.21.15.70:6807/2845304028","state":["exists","up"]},{"osd":1,"uuid":"649216bf-a05b-48df-b952-f0e27ea23bfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6801","nonce":840058497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6803","nonce":840058497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6807","nonce":840058497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6805","nonce":840058497}]},"public_addr":"172.21.15.76:6801/840058497","cluster_addr":"172.21.15.76:6803/840058497","heartbeat_back_addr":"172.21.15.76:6807/840058497","heartbeat_front_addr":"172.21.15.76:6805/840058497","state":["exists","up"]},{"osd":2,"uuid":"dc3cc6e9-28a0-49e6-82ac-a5e0be47378f","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.94:6800","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6801","nonce":1894481653}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6803","nonce":1894481653}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6807","nonce":1894481653}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6805","nonce":1894481653}]},"public_addr":"172.21.15.94:6801/1894481653","cluster_addr":"172.21.15.94:6803/1894481653","heartbeat_back_addr":"172.21.15.94:6807/1894481653","heartbeat_front_addr":"172.21.15.94:6805/1894481653","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:29:56.303191+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:30:46.661030+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:31:38.822315+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:6801/799610815":"2024-04-20T14:26:55.961072+0000","172.21.15.70:6800/799610815":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/3330086165":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/2150457858":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/4141586733":"2024-04-20T14:26:20.237445+0000","172.21.15.70:6801/3981677655":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2001516186":"2024-04-20T14:26:20.237445+0000","172.21.15.70:6800/3981677655":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2300265012":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2667065856":"2024-04-20T14:26:55.961072+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-19T14:32:00.109 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:59 smithi070 bash[21665]: cluster 2024-04-19T14:31:58.181716+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:00.109 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:59 smithi070 bash[21665]: cluster 2024-04-19T14:31:58.181716+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:00.109 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:59 smithi070 bash[21665]: audit 2024-04-19T14:31:59.420979+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.70:0/2931683575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:00.109 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:31:59 smithi070 bash[21665]: audit 2024-04-19T14:31:59.420979+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.70:0/2931683575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:00.110 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-19T14:31:42.176039+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-04-19T14:32:00.110 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-19T14:32:00.229 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:59 smithi094 bash[22402]: cluster 2024-04-19T14:31:58.181716+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:00.229 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:59 smithi094 bash[22402]: cluster 2024-04-19T14:31:58.181716+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:00.229 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:59 smithi094 bash[22402]: audit 2024-04-19T14:31:59.420979+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.70:0/2931683575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:00.229 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:31:59 smithi094 bash[22402]: audit 2024-04-19T14:31:59.420979+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.70:0/2931683575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:00.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:59 smithi076 bash[22317]: cluster 2024-04-19T14:31:58.181716+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:00.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:59 smithi076 bash[22317]: cluster 2024-04-19T14:31:58.181716+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:00.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:59 smithi076 bash[22317]: audit 2024-04-19T14:31:59.420979+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.70:0/2931683575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:00.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:31:59 smithi076 bash[22317]: audit 2024-04-19T14:31:59.420979+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.70:0/2931683575' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:02.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:01 smithi070 bash[21665]: cluster 2024-04-19T14:32:00.182238+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:02.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:01 smithi070 bash[21665]: cluster 2024-04-19T14:32:00.182238+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:02.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:01 smithi094 bash[22402]: cluster 2024-04-19T14:32:00.182238+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:02.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:01 smithi094 bash[22402]: cluster 2024-04-19T14:32:00.182238+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:02.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:01 smithi076 bash[22317]: cluster 2024-04-19T14:32:00.182238+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:02.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:01 smithi076 bash[22317]: cluster 2024-04-19T14:32:00.182238+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:04.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:03 smithi070 bash[21665]: cluster 2024-04-19T14:32:02.182703+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:04.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:03 smithi070 bash[21665]: cluster 2024-04-19T14:32:02.182703+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:04.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:03 smithi094 bash[22402]: cluster 2024-04-19T14:32:02.182703+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:04.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:03 smithi094 bash[22402]: cluster 2024-04-19T14:32:02.182703+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:04.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:03 smithi076 bash[22317]: cluster 2024-04-19T14:32:02.182703+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:04.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:03 smithi076 bash[22317]: cluster 2024-04-19T14:32:02.182703+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:04.829 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:06.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:05 smithi070 bash[21665]: cluster 2024-04-19T14:32:04.183235+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:06.009 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:05 smithi070 bash[21665]: cluster 2024-04-19T14:32:04.183235+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:06.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:05 smithi094 bash[22402]: cluster 2024-04-19T14:32:04.183235+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:06.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:05 smithi094 bash[22402]: cluster 2024-04-19T14:32:04.183235+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:06.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:05 smithi076 bash[22317]: cluster 2024-04-19T14:32:04.183235+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:06.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:05 smithi076 bash[22317]: cluster 2024-04-19T14:32:04.183235+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:07.713 INFO:teuthology.orchestra.run.smithi070.stdout:pg_num: 1 2024-04-19T14:32:08.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:07 smithi070 bash[21665]: cluster 2024-04-19T14:32:06.183727+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:08.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:07 smithi070 bash[21665]: cluster 2024-04-19T14:32:06.183727+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:08.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:07 smithi070 bash[21665]: audit 2024-04-19T14:32:07.718698+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.70:0/4162182883' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:32:08.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:07 smithi070 bash[21665]: audit 2024-04-19T14:32:07.718698+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.70:0/4162182883' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:32:08.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:07 smithi094 bash[22402]: cluster 2024-04-19T14:32:06.183727+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:08.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:07 smithi094 bash[22402]: cluster 2024-04-19T14:32:06.183727+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:08.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:07 smithi094 bash[22402]: audit 2024-04-19T14:32:07.718698+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.70:0/4162182883' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:32:08.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:07 smithi094 bash[22402]: audit 2024-04-19T14:32:07.718698+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.70:0/4162182883' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:32:08.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:07 smithi076 bash[22317]: cluster 2024-04-19T14:32:06.183727+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:08.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:07 smithi076 bash[22317]: cluster 2024-04-19T14:32:06.183727+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:08.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:07 smithi076 bash[22317]: audit 2024-04-19T14:32:07.718698+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.70:0/4162182883' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:32:08.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:07 smithi076 bash[22317]: audit 2024-04-19T14:32:07.718698+0000 mon.a (mon.0) 624 : audit [DBG] from='client.? 172.21.15.70:0/4162182883' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-19T14:32:08.489 INFO:tasks.cephadm:Setting up client nodes... 2024-04-19T14:32:08.489 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-19T14:32:08.489 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-19T14:32:08.490 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph mgr dump --format=json 2024-04-19T14:32:10.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: cluster 2024-04-19T14:32:08.184254+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: cluster 2024-04-19T14:32:08.184254+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: audit 2024-04-19T14:32:09.758034+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: audit 2024-04-19T14:32:09.758034+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: audit 2024-04-19T14:32:09.766962+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: audit 2024-04-19T14:32:09.766962+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: audit 2024-04-19T14:32:09.777289+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:09 smithi070 bash[21665]: audit 2024-04-19T14:32:09.777289+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.141 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: cluster 2024-04-19T14:32:08.184254+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:10.141 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: cluster 2024-04-19T14:32:08.184254+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:10.141 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: audit 2024-04-19T14:32:09.758034+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.141 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: audit 2024-04-19T14:32:09.758034+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.141 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: audit 2024-04-19T14:32:09.766962+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.141 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: audit 2024-04-19T14:32:09.766962+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.142 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: audit 2024-04-19T14:32:09.777289+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.142 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:09 smithi076 bash[22317]: audit 2024-04-19T14:32:09.777289+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: cluster 2024-04-19T14:32:08.184254+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:10.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: cluster 2024-04-19T14:32:08.184254+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:10.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: audit 2024-04-19T14:32:09.758034+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: audit 2024-04-19T14:32:09.758034+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: audit 2024-04-19T14:32:09.766962+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: audit 2024-04-19T14:32:09.766962+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: audit 2024-04-19T14:32:09.777289+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:10.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:09 smithi094 bash[22402]: audit 2024-04-19T14:32:09.777289+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:12.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:11 smithi076 bash[22317]: cluster 2024-04-19T14:32:10.184819+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:12.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:11 smithi076 bash[22317]: cluster 2024-04-19T14:32:10.184819+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:12.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:11 smithi070 bash[21665]: cluster 2024-04-19T14:32:10.184819+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:12.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:11 smithi070 bash[21665]: cluster 2024-04-19T14:32:10.184819+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:12.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:11 smithi094 bash[22402]: cluster 2024-04-19T14:32:10.184819+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:12.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:11 smithi094 bash[22402]: cluster 2024-04-19T14:32:10.184819+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:14.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:13 smithi070 bash[21665]: cluster 2024-04-19T14:32:12.185361+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:14.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:13 smithi070 bash[21665]: cluster 2024-04-19T14:32:12.185361+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:14.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:13 smithi094 bash[22402]: cluster 2024-04-19T14:32:12.185361+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:14.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:13 smithi094 bash[22402]: cluster 2024-04-19T14:32:12.185361+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:14.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:13 smithi076 bash[22317]: cluster 2024-04-19T14:32:12.185361+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:14.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:13 smithi076 bash[22317]: cluster 2024-04-19T14:32:12.185361+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:14.284 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:16.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: cluster 2024-04-19T14:32:14.185883+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:16.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: cluster 2024-04-19T14:32:14.185883+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:16.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: audit 2024-04-19T14:32:15.592882+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: audit 2024-04-19T14:32:15.592882+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: audit 2024-04-19T14:32:15.601798+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: audit 2024-04-19T14:32:15.601798+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: audit 2024-04-19T14:32:15.611818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:15 smithi076 bash[22317]: audit 2024-04-19T14:32:15.611818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: cluster 2024-04-19T14:32:14.185883+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:16.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: cluster 2024-04-19T14:32:14.185883+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:16.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: audit 2024-04-19T14:32:15.592882+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: audit 2024-04-19T14:32:15.592882+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: audit 2024-04-19T14:32:15.601798+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: audit 2024-04-19T14:32:15.601798+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: audit 2024-04-19T14:32:15.611818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:15 smithi070 bash[21665]: audit 2024-04-19T14:32:15.611818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: cluster 2024-04-19T14:32:14.185883+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: cluster 2024-04-19T14:32:14.185883+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: audit 2024-04-19T14:32:15.592882+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: audit 2024-04-19T14:32:15.592882+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: audit 2024-04-19T14:32:15.601798+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: audit 2024-04-19T14:32:15.601798+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: audit 2024-04-19T14:32:15.611818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:16.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:15 smithi094 bash[22402]: audit 2024-04-19T14:32:15.611818+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:17.221 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:32:17.941 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6800","nonce":3091473925},{"type":"v1","addr":"172.21.15.70:6801","nonce":3091473925}]},"active_addr":"172.21.15.70:6801/3091473925","active_change":"2024-04-19T14:26:55.961305+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.70: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.70:0","nonce":3013384454}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":917720961}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":1988914455}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.70:0","nonce":984813394}]}]} 2024-04-19T14:32:17.948 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-19T14:32:17.949 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-19T14:32:17.949 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: cluster 2024-04-19T14:32:16.186416+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: cluster 2024-04-19T14:32:16.186416+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.219238+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.70:0/588844783' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.219238+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.70:0/588844783' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.691553+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.691553+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.700466+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.700466+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.710019+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:17.959 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:17 smithi070 bash[21665]: audit 2024-04-19T14:32:17.710019+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: cluster 2024-04-19T14:32:16.186416+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:18.312 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: cluster 2024-04-19T14:32:16.186416+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:18.312 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.219238+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.70:0/588844783' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:32:18.312 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.219238+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.70:0/588844783' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.691553+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.691553+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.700466+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.700466+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.710019+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:17 smithi094 bash[22402]: audit 2024-04-19T14:32:17.710019+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: cluster 2024-04-19T14:32:16.186416+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:18.313 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: cluster 2024-04-19T14:32:16.186416+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.219238+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.70:0/588844783' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.219238+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.70:0/588844783' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.691553+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.691553+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.700466+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.700466+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.710019+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:18.314 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:17 smithi076 bash[22317]: audit 2024-04-19T14:32:17.710019+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:20.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:19 smithi070 bash[21665]: cluster 2024-04-19T14:32:18.186794+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:20.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:19 smithi070 bash[21665]: cluster 2024-04-19T14:32:18.186794+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:20.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:19 smithi094 bash[22402]: cluster 2024-04-19T14:32:18.186794+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:20.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:19 smithi094 bash[22402]: cluster 2024-04-19T14:32:18.186794+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:20.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:19 smithi076 bash[22317]: cluster 2024-04-19T14:32:18.186794+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:20.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:19 smithi076 bash[22317]: cluster 2024-04-19T14:32:18.186794+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:22.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:21 smithi070 bash[21665]: cluster 2024-04-19T14:32:20.187269+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:22.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:21 smithi070 bash[21665]: cluster 2024-04-19T14:32:20.187269+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:22.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:21 smithi094 bash[22402]: cluster 2024-04-19T14:32:20.187269+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:22.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:21 smithi094 bash[22402]: cluster 2024-04-19T14:32:20.187269+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:22.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:21 smithi076 bash[22317]: cluster 2024-04-19T14:32:20.187269+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:22.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:21 smithi076 bash[22317]: cluster 2024-04-19T14:32:20.187269+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:22.666 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:24.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:23 smithi070 bash[21665]: cluster 2024-04-19T14:32:22.187848+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:24.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:23 smithi070 bash[21665]: cluster 2024-04-19T14:32:22.187848+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:24.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:23 smithi094 bash[22402]: cluster 2024-04-19T14:32:22.187848+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:24.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:23 smithi094 bash[22402]: cluster 2024-04-19T14:32:22.187848+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:24.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:23 smithi076 bash[22317]: cluster 2024-04-19T14:32:22.187848+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:24.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:23 smithi076 bash[22317]: cluster 2024-04-19T14:32:22.187848+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:25.574 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:32:25.574 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"fsid":"8aee3e06-fe58-11ee-bc92-c7b262605968","created":"2024-04-19T14:25:47.375485+0000","modified":"2024-04-19T14:31:44.765174+0000","last_up_change":"2024-04-19T14:31:41.088979+0000","last_in_change":"2024-04-19T14:31:13.183142+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-19T14:31:42.176039+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"644d9ca2-4207-4d75-b92c-4201cc4e6a16","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.70:6802","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6803","nonce":2845304028}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6805","nonce":2845304028}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6809","nonce":2845304028}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6807","nonce":2845304028}]},"public_addr":"172.21.15.70:6803/2845304028","cluster_addr":"172.21.15.70:6805/2845304028","heartbeat_back_addr":"172.21.15.70:6809/2845304028","heartbeat_front_addr":"172.21.15.70:6807/2845304028","state":["exists","up"]},{"osd":1,"uuid":"649216bf-a05b-48df-b952-f0e27ea23bfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6801","nonce":840058497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6803","nonce":840058497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6807","nonce":840058497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6805","nonce":840058497}]},"public_addr":"172.21.15.76:6801/840058497","cluster_addr":"172.21.15.76:6803/840058497","heartbeat_back_addr":"172.21.15.76:6807/840058497","heartbeat_front_addr":"172.21.15.76:6805/840058497","state":["exists","up"]},{"osd":2,"uuid":"dc3cc6e9-28a0-49e6-82ac-a5e0be47378f","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.94:6800","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6801","nonce":1894481653}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6803","nonce":1894481653}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6807","nonce":1894481653}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6805","nonce":1894481653}]},"public_addr":"172.21.15.94:6801/1894481653","cluster_addr":"172.21.15.94:6803/1894481653","heartbeat_back_addr":"172.21.15.94:6807/1894481653","heartbeat_front_addr":"172.21.15.94:6805/1894481653","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:29:56.303191+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:30:46.661030+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:31:38.822315+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:6801/799610815":"2024-04-20T14:26:55.961072+0000","172.21.15.70:6800/799610815":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/3330086165":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/2150457858":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/4141586733":"2024-04-20T14:26:20.237445+0000","172.21.15.70:6801/3981677655":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2001516186":"2024-04-20T14:26:20.237445+0000","172.21.15.70:6800/3981677655":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2300265012":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2667065856":"2024-04-20T14:26:55.961072+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-19T14:32:26.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:25 smithi070 bash[21665]: cluster 2024-04-19T14:32:24.188384+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:26.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:25 smithi070 bash[21665]: cluster 2024-04-19T14:32:24.188384+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:26.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:25 smithi070 bash[21665]: audit 2024-04-19T14:32:25.579126+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/3915802341' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:26.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:25 smithi070 bash[21665]: audit 2024-04-19T14:32:25.579126+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/3915802341' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:26.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:25 smithi094 bash[22402]: cluster 2024-04-19T14:32:24.188384+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:26.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:25 smithi094 bash[22402]: cluster 2024-04-19T14:32:24.188384+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:26.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:25 smithi094 bash[22402]: audit 2024-04-19T14:32:25.579126+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/3915802341' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:26.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:25 smithi094 bash[22402]: audit 2024-04-19T14:32:25.579126+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/3915802341' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:26.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:25 smithi076 bash[22317]: cluster 2024-04-19T14:32:24.188384+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:26.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:25 smithi076 bash[22317]: cluster 2024-04-19T14:32:24.188384+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:26.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:25 smithi076 bash[22317]: audit 2024-04-19T14:32:25.579126+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/3915802341' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:26.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:25 smithi076 bash[22317]: audit 2024-04-19T14:32:25.579126+0000 mon.a (mon.0) 635 : audit [DBG] from='client.? 172.21.15.70:0/3915802341' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:26.319 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-19T14:32:26.319 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-19T14:32:28.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:27 smithi070 bash[21665]: cluster 2024-04-19T14:32:26.188924+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:28.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:27 smithi070 bash[21665]: cluster 2024-04-19T14:32:26.188924+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:28.136 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:27 smithi094 bash[22402]: cluster 2024-04-19T14:32:26.188924+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:28.137 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:27 smithi094 bash[22402]: cluster 2024-04-19T14:32:26.188924+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:28.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:27 smithi076 bash[22317]: cluster 2024-04-19T14:32:26.188924+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:28.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:27 smithi076 bash[22317]: cluster 2024-04-19T14:32:26.188924+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:30.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:29 smithi070 bash[21665]: cluster 2024-04-19T14:32:28.189473+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:30.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:29 smithi070 bash[21665]: cluster 2024-04-19T14:32:28.189473+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:30.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:29 smithi094 bash[22402]: cluster 2024-04-19T14:32:28.189473+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:30.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:29 smithi094 bash[22402]: cluster 2024-04-19T14:32:28.189473+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:30.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:29 smithi076 bash[22317]: cluster 2024-04-19T14:32:28.189473+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:30.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:29 smithi076 bash[22317]: cluster 2024-04-19T14:32:28.189473+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:31.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: audit 2024-04-19T14:32:29.976827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: audit 2024-04-19T14:32:29.976827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: audit 2024-04-19T14:32:29.986107+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: audit 2024-04-19T14:32:29.986107+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: audit 2024-04-19T14:32:29.996795+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: audit 2024-04-19T14:32:29.996795+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: cluster 2024-04-19T14:32:30.190013+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:31.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:30 smithi076 bash[22317]: cluster 2024-04-19T14:32:30.190013+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: audit 2024-04-19T14:32:29.976827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: audit 2024-04-19T14:32:29.976827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: audit 2024-04-19T14:32:29.986107+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: audit 2024-04-19T14:32:29.986107+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: audit 2024-04-19T14:32:29.996795+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: audit 2024-04-19T14:32:29.996795+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: cluster 2024-04-19T14:32:30.190013+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:31.070 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:30 smithi070 bash[21665]: cluster 2024-04-19T14:32:30.190013+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:31.082 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:31.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: audit 2024-04-19T14:32:29.976827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: audit 2024-04-19T14:32:29.976827+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: audit 2024-04-19T14:32:29.986107+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: audit 2024-04-19T14:32:29.986107+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: audit 2024-04-19T14:32:29.996795+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: audit 2024-04-19T14:32:29.996795+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:31.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: cluster 2024-04-19T14:32:30.190013+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:31.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:30 smithi094 bash[22402]: cluster 2024-04-19T14:32:30.190013+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:33.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:33 smithi076 bash[22317]: cluster 2024-04-19T14:32:32.190562+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:33.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:33 smithi076 bash[22317]: cluster 2024-04-19T14:32:32.190562+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:33.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:33 smithi094 bash[22402]: cluster 2024-04-19T14:32:32.190562+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:33.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:33 smithi094 bash[22402]: cluster 2024-04-19T14:32:32.190562+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:33.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:33 smithi070 bash[21665]: cluster 2024-04-19T14:32:32.190562+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:33.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:33 smithi070 bash[21665]: cluster 2024-04-19T14:32:32.190562+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:35.328 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:32:35.328 INFO:teuthology.orchestra.run.smithi070.stdout:{"epoch":21,"fsid":"8aee3e06-fe58-11ee-bc92-c7b262605968","created":"2024-04-19T14:25:47.375485+0000","modified":"2024-04-19T14:31:44.765174+0000","last_up_change":"2024-04-19T14:31:41.088979+0000","last_in_change":"2024-04-19T14:31:13.183142+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-04-19T14:31:42.176039+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"644d9ca2-4207-4d75-b92c-4201cc4e6a16","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.70:6802","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6803","nonce":2845304028}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6804","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6805","nonce":2845304028}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6808","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6809","nonce":2845304028}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.70:6806","nonce":2845304028},{"type":"v1","addr":"172.21.15.70:6807","nonce":2845304028}]},"public_addr":"172.21.15.70:6803/2845304028","cluster_addr":"172.21.15.70:6805/2845304028","heartbeat_back_addr":"172.21.15.70:6809/2845304028","heartbeat_front_addr":"172.21.15.70:6807/2845304028","state":["exists","up"]},{"osd":1,"uuid":"649216bf-a05b-48df-b952-f0e27ea23bfe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6800","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6801","nonce":840058497}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6802","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6803","nonce":840058497}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6806","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6807","nonce":840058497}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.76:6804","nonce":840058497},{"type":"v1","addr":"172.21.15.76:6805","nonce":840058497}]},"public_addr":"172.21.15.76:6801/840058497","cluster_addr":"172.21.15.76:6803/840058497","heartbeat_back_addr":"172.21.15.76:6807/840058497","heartbeat_front_addr":"172.21.15.76:6805/840058497","state":["exists","up"]},{"osd":2,"uuid":"dc3cc6e9-28a0-49e6-82ac-a5e0be47378f","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.94:6800","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6801","nonce":1894481653}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6802","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6803","nonce":1894481653}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6807","nonce":1894481653}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":1894481653},{"type":"v1","addr":"172.21.15.94:6805","nonce":1894481653}]},"public_addr":"172.21.15.94:6801/1894481653","cluster_addr":"172.21.15.94:6803/1894481653","heartbeat_back_addr":"172.21.15.94:6807/1894481653","heartbeat_front_addr":"172.21.15.94:6805/1894481653","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:29:56.303191+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:30:46.661030+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-04-19T14:31:38.822315+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.70:6801/799610815":"2024-04-20T14:26:55.961072+0000","172.21.15.70:6800/799610815":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/3330086165":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/2150457858":"2024-04-20T14:26:55.961072+0000","172.21.15.70:0/4141586733":"2024-04-20T14:26:20.237445+0000","172.21.15.70:6801/3981677655":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2001516186":"2024-04-20T14:26:20.237445+0000","172.21.15.70:6800/3981677655":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2300265012":"2024-04-20T14:26:20.237445+0000","172.21.15.70:0/2667065856":"2024-04-20T14:26:55.961072+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-04-19T14:32:35.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:35 smithi094 bash[22402]: cluster 2024-04-19T14:32:34.191176+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:35.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:35 smithi094 bash[22402]: cluster 2024-04-19T14:32:34.191176+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:35.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:35 smithi076 bash[22317]: cluster 2024-04-19T14:32:34.191176+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:35.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:35 smithi076 bash[22317]: cluster 2024-04-19T14:32:34.191176+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:35.561 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:35 smithi070 bash[21665]: cluster 2024-04-19T14:32:34.191176+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:35.561 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:35 smithi070 bash[21665]: cluster 2024-04-19T14:32:34.191176+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:36.125 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-19T14:32:36.126 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-19T14:32:36.126 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.333663+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.70:0/1017960630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.333663+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.70:0/1017960630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.810933+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.810933+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.820323+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.820323+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.830981+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:36 smithi076 bash[22317]: audit 2024-04-19T14:32:35.830981+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.333663+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.70:0/1017960630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.333663+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.70:0/1017960630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.810933+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.810933+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.820323+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.820323+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.830981+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:36 smithi070 bash[21665]: audit 2024-04-19T14:32:35.830981+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.333663+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.70:0/1017960630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:36.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.333663+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.70:0/1017960630' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-19T14:32:36.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.810933+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.810933+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.820323+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.820323+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.830981+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:36.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:36 smithi094 bash[22402]: audit 2024-04-19T14:32:35.830981+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:38.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:37 smithi070 bash[21665]: cluster 2024-04-19T14:32:36.191702+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:38.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:37 smithi070 bash[21665]: cluster 2024-04-19T14:32:36.191702+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:38.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:37 smithi094 bash[22402]: cluster 2024-04-19T14:32:36.191702+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:38.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:37 smithi094 bash[22402]: cluster 2024-04-19T14:32:36.191702+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:38.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:37 smithi076 bash[22317]: cluster 2024-04-19T14:32:36.191702+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:38.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:37 smithi076 bash[22317]: cluster 2024-04-19T14:32:36.191702+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:39.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:38 smithi094 bash[22402]: audit 2024-04-19T14:32:37.896343+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:38 smithi094 bash[22402]: audit 2024-04-19T14:32:37.896343+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:38 smithi094 bash[22402]: audit 2024-04-19T14:32:37.905088+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:38 smithi094 bash[22402]: audit 2024-04-19T14:32:37.905088+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:38 smithi094 bash[22402]: audit 2024-04-19T14:32:37.920784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:38 smithi094 bash[22402]: audit 2024-04-19T14:32:37.920784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:38 smithi076 bash[22317]: audit 2024-04-19T14:32:37.896343+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:38 smithi076 bash[22317]: audit 2024-04-19T14:32:37.896343+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:38 smithi076 bash[22317]: audit 2024-04-19T14:32:37.905088+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:38 smithi076 bash[22317]: audit 2024-04-19T14:32:37.905088+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:38 smithi076 bash[22317]: audit 2024-04-19T14:32:37.920784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:38 smithi076 bash[22317]: audit 2024-04-19T14:32:37.920784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:38 smithi070 bash[21665]: audit 2024-04-19T14:32:37.896343+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:38 smithi070 bash[21665]: audit 2024-04-19T14:32:37.896343+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:38 smithi070 bash[21665]: audit 2024-04-19T14:32:37.905088+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:38 smithi070 bash[21665]: audit 2024-04-19T14:32:37.905088+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:38 smithi070 bash[21665]: audit 2024-04-19T14:32:37.920784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:39.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:38 smithi070 bash[21665]: audit 2024-04-19T14:32:37.920784+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:40.220 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:39 smithi094 bash[22402]: cluster 2024-04-19T14:32:38.192215+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:40.220 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:39 smithi094 bash[22402]: cluster 2024-04-19T14:32:38.192215+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:40.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:39 smithi076 bash[22317]: cluster 2024-04-19T14:32:38.192215+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:40.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:39 smithi076 bash[22317]: cluster 2024-04-19T14:32:38.192215+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:40.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:39 smithi070 bash[21665]: cluster 2024-04-19T14:32:38.192215+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:40.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:39 smithi070 bash[21665]: cluster 2024-04-19T14:32:38.192215+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:40.851 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:40.852 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:40.852 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:42.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:41 smithi094 bash[22402]: cluster 2024-04-19T14:32:40.192781+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:42.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:41 smithi094 bash[22402]: cluster 2024-04-19T14:32:40.192781+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:42.265 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:41 smithi070 bash[21665]: cluster 2024-04-19T14:32:40.192781+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:42.265 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:41 smithi070 bash[21665]: cluster 2024-04-19T14:32:40.192781+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:42.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:41 smithi076 bash[22317]: cluster 2024-04-19T14:32:40.192781+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:42.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:41 smithi076 bash[22317]: cluster 2024-04-19T14:32:40.192781+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:44.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:43 smithi070 bash[21665]: cluster 2024-04-19T14:32:42.193332+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:44.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:43 smithi070 bash[21665]: cluster 2024-04-19T14:32:42.193332+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:43 smithi094 bash[22402]: cluster 2024-04-19T14:32:42.193332+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:43 smithi094 bash[22402]: cluster 2024-04-19T14:32:42.193332+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:44.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:43 smithi076 bash[22317]: cluster 2024-04-19T14:32:42.193332+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:44.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:43 smithi076 bash[22317]: cluster 2024-04-19T14:32:42.193332+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:46.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:45 smithi070 bash[21665]: cluster 2024-04-19T14:32:44.193869+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:46.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:45 smithi070 bash[21665]: cluster 2024-04-19T14:32:44.193869+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:46.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:45 smithi094 bash[22402]: cluster 2024-04-19T14:32:44.193869+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:46.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:45 smithi094 bash[22402]: cluster 2024-04-19T14:32:44.193869+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:46.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:45 smithi076 bash[22317]: cluster 2024-04-19T14:32:44.193869+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:46.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:45 smithi076 bash[22317]: cluster 2024-04-19T14:32:44.193869+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:46.808 INFO:teuthology.orchestra.run.smithi070.stdout:55834574875 2024-04-19T14:32:46.809 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-19T14:32:47.122 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:46 smithi070 bash[21665]: cluster 2024-04-19T14:32:46.194247+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:47.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:46 smithi094 bash[22402]: cluster 2024-04-19T14:32:46.194247+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:47.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:46 smithi094 bash[22402]: cluster 2024-04-19T14:32:46.194247+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:47.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:46 smithi076 bash[22317]: cluster 2024-04-19T14:32:46.194247+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:47.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:46 smithi076 bash[22317]: cluster 2024-04-19T14:32:46.194247+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:47.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:47 smithi070 bash[21665]: cluster 2024-04-19T14:32:46.194247+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:47.764 INFO:teuthology.orchestra.run.smithi070.stdout:77309411344 2024-04-19T14:32:47.764 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-19T14:32:47.770 INFO:teuthology.orchestra.run.smithi070.stdout:34359738403 2024-04-19T14:32:47.771 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-19T14:32:49.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:49 smithi094 bash[22402]: cluster 2024-04-19T14:32:48.194740+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:49.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:49 smithi094 bash[22402]: cluster 2024-04-19T14:32:48.194740+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:49.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:49 smithi076 bash[22317]: cluster 2024-04-19T14:32:48.194740+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:49.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:49 smithi076 bash[22317]: cluster 2024-04-19T14:32:48.194740+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:49.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:49 smithi070 bash[21665]: cluster 2024-04-19T14:32:48.194740+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:49.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:49 smithi070 bash[21665]: cluster 2024-04-19T14:32:48.194740+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:51.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.190818+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.190818+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: cluster 2024-04-19T14:32:50.195269+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: cluster 2024-04-19T14:32:50.195269+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.199099+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.199099+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.209598+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.209598+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.286451+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.286451+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.292326+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.292326+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.294343+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.294343+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:51.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.304680+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.496 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:51 smithi094 bash[22402]: audit 2024-04-19T14:32:50.304680+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.190818+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.190818+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: cluster 2024-04-19T14:32:50.195269+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: cluster 2024-04-19T14:32:50.195269+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.199099+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.199099+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.209598+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.209598+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.286451+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:51.532 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.286451+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:51.532 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.292326+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:51.532 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.292326+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:51.532 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.294343+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:51.532 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.294343+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:51.532 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.304680+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.532 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:51 smithi076 bash[22317]: audit 2024-04-19T14:32:50.304680+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.532 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:51.533 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:51.533 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:32:51.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.190818+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.190818+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: cluster 2024-04-19T14:32:50.195269+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: cluster 2024-04-19T14:32:50.195269+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.199099+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.199099+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.209598+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.209598+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.286451+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.286451+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.292326+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.292326+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.294343+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.294343+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:32:51.618 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.304680+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:51.619 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:51 smithi070 bash[21665]: audit 2024-04-19T14:32:50.304680+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:53.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:53 smithi094 bash[22402]: cluster 2024-04-19T14:32:52.195791+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:53.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:53 smithi094 bash[22402]: cluster 2024-04-19T14:32:52.195791+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:53.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:53 smithi076 bash[22317]: cluster 2024-04-19T14:32:52.195791+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:53.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:53 smithi076 bash[22317]: cluster 2024-04-19T14:32:52.195791+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:53.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:53 smithi070 bash[21665]: cluster 2024-04-19T14:32:52.195791+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:53.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:53 smithi070 bash[21665]: cluster 2024-04-19T14:32:52.195791+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:55.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:55 smithi094 bash[22402]: cluster 2024-04-19T14:32:54.196322+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:55.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:55 smithi094 bash[22402]: cluster 2024-04-19T14:32:54.196322+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:55.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:55 smithi076 bash[22317]: cluster 2024-04-19T14:32:54.196322+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:55.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:55 smithi076 bash[22317]: cluster 2024-04-19T14:32:54.196322+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:55.627 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:55 smithi070 bash[21665]: cluster 2024-04-19T14:32:54.196322+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:55.628 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:55 smithi070 bash[21665]: cluster 2024-04-19T14:32:54.196322+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: audit 2024-04-19T14:32:56.034471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: audit 2024-04-19T14:32:56.034471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: audit 2024-04-19T14:32:56.045039+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: audit 2024-04-19T14:32:56.045039+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: audit 2024-04-19T14:32:56.055759+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: audit 2024-04-19T14:32:56.055759+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: cluster 2024-04-19T14:32:56.196864+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:57.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:57 smithi076 bash[22317]: cluster 2024-04-19T14:32:56.196864+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:57.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: audit 2024-04-19T14:32:56.034471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: audit 2024-04-19T14:32:56.034471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: audit 2024-04-19T14:32:56.045039+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: audit 2024-04-19T14:32:56.045039+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: audit 2024-04-19T14:32:56.055759+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: audit 2024-04-19T14:32:56.055759+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: cluster 2024-04-19T14:32:56.196864+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:57.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:57 smithi070 bash[21665]: cluster 2024-04-19T14:32:56.196864+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:57.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: audit 2024-04-19T14:32:56.034471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: audit 2024-04-19T14:32:56.034471+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: audit 2024-04-19T14:32:56.045039+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: audit 2024-04-19T14:32:56.045039+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: audit 2024-04-19T14:32:56.055759+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: audit 2024-04-19T14:32:56.055759+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:57.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: cluster 2024-04-19T14:32:56.196864+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:57.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:57 smithi094 bash[22402]: cluster 2024-04-19T14:32:56.196864+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:58.183 INFO:teuthology.orchestra.run.smithi070.stdout:77309411346 2024-04-19T14:32:59.123 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.042083+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.042083+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.046687+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.046687+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.051341+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.051341+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.189618+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.70:0/3032751244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: audit 2024-04-19T14:32:58.189618+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.70:0/3032751244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: cluster 2024-04-19T14:32:58.197227+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:59.124 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:32:59 smithi070 bash[21665]: cluster 2024-04-19T14:32:58.197227+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:59.298 INFO:teuthology.orchestra.run.smithi070.stdout:55834574877 2024-04-19T14:32:59.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.042083+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.042083+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.046687+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.046687+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.051341+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.051341+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.189618+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.70:0/3032751244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:32:59.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: audit 2024-04-19T14:32:58.189618+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.70:0/3032751244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:32:59.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: cluster 2024-04-19T14:32:58.197227+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:59.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:32:59 smithi094 bash[22402]: cluster 2024-04-19T14:32:58.197227+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:59.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.042083+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.042083+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.046687+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.046687+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.051341+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.051341+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.189618+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.70:0/3032751244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: audit 2024-04-19T14:32:58.189618+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.70:0/3032751244' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: cluster 2024-04-19T14:32:58.197227+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:32:59.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:32:59 smithi076 bash[22317]: cluster 2024-04-19T14:32:58.197227+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:00.126 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-04-19T14:33:00.126 DEBUG:teuthology.parallel:result is None 2024-04-19T14:33:00.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:00 smithi070 bash[21665]: audit 2024-04-19T14:32:59.305223+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.70:0/864144111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:33:00.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:00 smithi070 bash[21665]: audit 2024-04-19T14:32:59.305223+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.70:0/864144111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:33:00.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:00 smithi094 bash[22402]: audit 2024-04-19T14:32:59.305223+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.70:0/864144111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:33:00.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:00 smithi094 bash[22402]: audit 2024-04-19T14:32:59.305223+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.70:0/864144111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:33:00.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:00 smithi076 bash[22317]: audit 2024-04-19T14:32:59.305223+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.70:0/864144111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:33:00.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:00 smithi076 bash[22317]: audit 2024-04-19T14:32:59.305223+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.70:0/864144111' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-19T14:33:00.964 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574877 for osd.1 2024-04-19T14:33:00.964 DEBUG:teuthology.parallel:result is None 2024-04-19T14:33:01.037 INFO:teuthology.orchestra.run.smithi070.stdout:34359738406 2024-04-19T14:33:01.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:01 smithi070 bash[21665]: cluster 2024-04-19T14:33:00.197709+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:01.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:01 smithi070 bash[21665]: cluster 2024-04-19T14:33:00.197709+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:01.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:01 smithi070 bash[21665]: audit 2024-04-19T14:33:01.043635+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.70:0/1928698804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:33:01.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:01 smithi070 bash[21665]: audit 2024-04-19T14:33:01.043635+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.70:0/1928698804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:33:01.460 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:01 smithi094 bash[22402]: cluster 2024-04-19T14:33:00.197709+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:01.460 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:01 smithi094 bash[22402]: cluster 2024-04-19T14:33:00.197709+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:01.460 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:01 smithi094 bash[22402]: audit 2024-04-19T14:33:01.043635+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.70:0/1928698804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:33:01.460 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:01 smithi094 bash[22402]: audit 2024-04-19T14:33:01.043635+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.70:0/1928698804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:33:01.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:01 smithi076 bash[22317]: cluster 2024-04-19T14:33:00.197709+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:01.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:01 smithi076 bash[22317]: cluster 2024-04-19T14:33:00.197709+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:01.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:01 smithi076 bash[22317]: audit 2024-04-19T14:33:01.043635+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.70:0/1928698804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:33:01.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:01 smithi076 bash[22317]: audit 2024-04-19T14:33:01.043635+0000 mon.a (mon.0) 661 : audit [DBG] from='client.? 172.21.15.70:0/1928698804' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-19T14:33:01.738 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738403 got 34359738406 for osd.0 2024-04-19T14:33:01.739 DEBUG:teuthology.parallel:result is None 2024-04-19T14:33:01.739 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-19T14:33:01.739 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-19T14:33:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:03 smithi076 bash[22317]: cluster 2024-04-19T14:33:02.198319+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:03 smithi076 bash[22317]: cluster 2024-04-19T14:33:02.198319+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:03.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:03 smithi070 bash[21665]: cluster 2024-04-19T14:33:02.198319+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:03.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:03 smithi070 bash[21665]: cluster 2024-04-19T14:33:02.198319+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:03.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:03 smithi094 bash[22402]: cluster 2024-04-19T14:33:02.198319+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:03.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:03 smithi094 bash[22402]: cluster 2024-04-19T14:33:02.198319+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:05.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:05 smithi076 bash[22317]: cluster 2024-04-19T14:33:04.199010+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:05.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:05 smithi076 bash[22317]: cluster 2024-04-19T14:33:04.199010+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:05.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:05 smithi070 bash[21665]: cluster 2024-04-19T14:33:04.199010+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:05.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:05 smithi070 bash[21665]: cluster 2024-04-19T14:33:04.199010+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:05.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:05 smithi094 bash[22402]: cluster 2024-04-19T14:33:04.199010+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:05.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:05 smithi094 bash[22402]: cluster 2024-04-19T14:33:04.199010+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:06.462 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:33:07.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:07 smithi076 bash[22317]: cluster 2024-04-19T14:33:06.199703+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:07.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:07 smithi076 bash[22317]: cluster 2024-04-19T14:33:06.199703+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:07.579 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:07 smithi070 bash[21665]: cluster 2024-04-19T14:33:06.199703+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:07.579 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:07 smithi070 bash[21665]: cluster 2024-04-19T14:33:06.199703+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:07.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:07 smithi094 bash[22402]: cluster 2024-04-19T14:33:06.199703+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:07.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:07 smithi094 bash[22402]: cluster 2024-04-19T14:33:06.199703+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:09.210 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:33:09.212 INFO:teuthology.orchestra.run.smithi070.stderr:dumped all 2024-04-19T14:33:09.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:09 smithi076 bash[22317]: cluster 2024-04-19T14:33:08.200326+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:09.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:09 smithi076 bash[22317]: cluster 2024-04-19T14:33:08.200326+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:09.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:09 smithi070 bash[21665]: cluster 2024-04-19T14:33:08.200326+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:09.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:09 smithi070 bash[21665]: cluster 2024-04-19T14:33:08.200326+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:09 smithi094 bash[22402]: cluster 2024-04-19T14:33:08.200326+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:09 smithi094 bash[22402]: cluster 2024-04-19T14:33:08.200326+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:09.937 INFO:teuthology.orchestra.run.smithi070.stdout:{"pg_ready":true,"pg_map":{"version":200,"stamp":"2024-04-19T14:33:08.199997+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93520,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141936,"statfs":{"total":287985106944,"available":287889342464,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003378"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-19T14:31:44.785066+0000","last_change":"2024-04-19T14:31:43.766459+0000","last_active":"2024-04-19T14:31:44.785066+0000","last_peered":"2024-04-19T14:31:44.785066+0000","last_clean":"2024-04-19T14:31:44.785066+0000","last_became_active":"2024-04-19T14:31:43.765796+0000","last_became_peered":"2024-04-19T14:31:43.765796+0000","last_unstale":"2024-04-19T14:31:44.785066+0000","last_undegraded":"2024-04-19T14:31:44.785066+0000","last_fullsized":"2024-04-19T14:31:44.785066+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-19T14:31:42.744796+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-19T14:31:42.744796+0000","last_clean_scrub_stamp":"2024-04-19T14:31:42.744796+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-21T01:44:07.491845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-19T14:33:09.938 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-19T14:33:10.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:10 smithi076 bash[22317]: audit 2024-04-19T14:33:09.216050+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:10.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:10 smithi076 bash[22317]: audit 2024-04-19T14:33:09.216050+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:10.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:10 smithi070 bash[21665]: audit 2024-04-19T14:33:09.216050+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:10.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:10 smithi070 bash[21665]: audit 2024-04-19T14:33:09.216050+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:10.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:10 smithi094 bash[22402]: audit 2024-04-19T14:33:09.216050+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:10.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:10 smithi094 bash[22402]: audit 2024-04-19T14:33:09.216050+0000 mgr.a (mgr.14152) 254 : audit [DBG] from='client.14331 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:11.659 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: cluster 2024-04-19T14:33:10.201000+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:11.659 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: cluster 2024-04-19T14:33:10.201000+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:11.660 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: audit 2024-04-19T14:33:10.414492+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.660 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: audit 2024-04-19T14:33:10.414492+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.660 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: audit 2024-04-19T14:33:10.422860+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.660 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: audit 2024-04-19T14:33:10.422860+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.660 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: audit 2024-04-19T14:33:10.432992+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.660 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:11 smithi076 bash[22317]: audit 2024-04-19T14:33:10.432992+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: cluster 2024-04-19T14:33:10.201000+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: cluster 2024-04-19T14:33:10.201000+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: audit 2024-04-19T14:33:10.414492+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: audit 2024-04-19T14:33:10.414492+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: audit 2024-04-19T14:33:10.422860+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: audit 2024-04-19T14:33:10.422860+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: audit 2024-04-19T14:33:10.432992+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:11 smithi094 bash[22402]: audit 2024-04-19T14:33:10.432992+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: cluster 2024-04-19T14:33:10.201000+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:11.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: cluster 2024-04-19T14:33:10.201000+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:11.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: audit 2024-04-19T14:33:10.414492+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: audit 2024-04-19T14:33:10.414492+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: audit 2024-04-19T14:33:10.422860+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: audit 2024-04-19T14:33:10.422860+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: audit 2024-04-19T14:33:10.432992+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:11.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:11 smithi070 bash[21665]: audit 2024-04-19T14:33:10.432992+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:13.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:13 smithi094 bash[22402]: cluster 2024-04-19T14:33:12.201646+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:13.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:13 smithi094 bash[22402]: cluster 2024-04-19T14:33:12.201646+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:13.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:13 smithi076 bash[22317]: cluster 2024-04-19T14:33:12.201646+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:13.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:13 smithi076 bash[22317]: cluster 2024-04-19T14:33:12.201646+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:13.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:13 smithi070 bash[21665]: cluster 2024-04-19T14:33:12.201646+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:13.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:13 smithi070 bash[21665]: cluster 2024-04-19T14:33:12.201646+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:14.655 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:33:15.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:15 smithi094 bash[22402]: cluster 2024-04-19T14:33:14.202332+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:15.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:15 smithi094 bash[22402]: cluster 2024-04-19T14:33:14.202332+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:15.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:15 smithi076 bash[22317]: cluster 2024-04-19T14:33:14.202332+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:15.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:15 smithi076 bash[22317]: cluster 2024-04-19T14:33:14.202332+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:15.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:15 smithi070 bash[21665]: cluster 2024-04-19T14:33:14.202332+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:15.799 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:15 smithi070 bash[21665]: cluster 2024-04-19T14:33:14.202332+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: cluster 2024-04-19T14:33:16.202795+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: cluster 2024-04-19T14:33:16.202795+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: audit 2024-04-19T14:33:16.262515+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: audit 2024-04-19T14:33:16.262515+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: audit 2024-04-19T14:33:16.271046+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: audit 2024-04-19T14:33:16.271046+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: audit 2024-04-19T14:33:16.281505+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:17 smithi070 bash[21665]: audit 2024-04-19T14:33:16.281505+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: cluster 2024-04-19T14:33:16.202795+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: cluster 2024-04-19T14:33:16.202795+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: audit 2024-04-19T14:33:16.262515+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: audit 2024-04-19T14:33:16.262515+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: audit 2024-04-19T14:33:16.271046+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: audit 2024-04-19T14:33:16.271046+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: audit 2024-04-19T14:33:16.281505+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:17 smithi076 bash[22317]: audit 2024-04-19T14:33:16.281505+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: cluster 2024-04-19T14:33:16.202795+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:17.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: cluster 2024-04-19T14:33:16.202795+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:17.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: audit 2024-04-19T14:33:16.262515+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: audit 2024-04-19T14:33:16.262515+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: audit 2024-04-19T14:33:16.271046+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: audit 2024-04-19T14:33:16.271046+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: audit 2024-04-19T14:33:16.281505+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:17.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:17 smithi094 bash[22402]: audit 2024-04-19T14:33:16.281505+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:18.600 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:33:18.603 INFO:teuthology.orchestra.run.smithi070.stderr:dumped all 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: cluster 2024-04-19T14:33:18.203271+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: cluster 2024-04-19T14:33:18.203271+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.228329+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.228329+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.233179+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.233179+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.238110+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.238110+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.606570+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:19.392 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:19 smithi070 bash[21665]: audit 2024-04-19T14:33:18.606570+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:19.395 INFO:teuthology.orchestra.run.smithi070.stdout:{"pg_ready":true,"pg_map":{"version":205,"stamp":"2024-04-19T14:33:18.203021+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":93520,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281141936,"statfs":{"total":287985106944,"available":287889342464,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":91483471},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003641"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-04-19T14:31:44.785066+0000","last_change":"2024-04-19T14:31:43.766459+0000","last_active":"2024-04-19T14:31:44.785066+0000","last_peered":"2024-04-19T14:31:44.785066+0000","last_clean":"2024-04-19T14:31:44.785066+0000","last_became_active":"2024-04-19T14:31:43.765796+0000","last_became_peered":"2024-04-19T14:31:43.765796+0000","last_unstale":"2024-04-19T14:31:44.785066+0000","last_undegraded":"2024-04-19T14:31:44.785066+0000","last_fullsized":"2024-04-19T14:31:44.785066+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-19T14:31:42.744796+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-19T14:31:42.744796+0000","last_clean_scrub_stamp":"2024-04-19T14:31:42.744796+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-04-21T01:44:07.491845+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411351,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574881,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32560,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712592,"statfs":{"total":95995035648,"available":95961694208,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-04-19T14:33:19.396 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-19T14:33:19.396 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-19T14:33:19.396 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-19T14:33:19.396 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- ceph health --format=json 2024-04-19T14:33:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: cluster 2024-04-19T14:33:18.203271+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: cluster 2024-04-19T14:33:18.203271+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.228329+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.228329+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.233179+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.233179+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.238110+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.238110+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.606570+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:19.495 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:19 smithi094 bash[22402]: audit 2024-04-19T14:33:18.606570+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:19.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: cluster 2024-04-19T14:33:18.203271+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:19.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: cluster 2024-04-19T14:33:18.203271+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:19.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.228329+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.228329+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.233179+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.233179+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.238110+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.238110+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:19.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.606570+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:19.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:19 smithi076 bash[22317]: audit 2024-04-19T14:33:18.606570+0000 mgr.a (mgr.14152) 260 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:33:21.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:21 smithi094 bash[22402]: cluster 2024-04-19T14:33:20.203827+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:21.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:21 smithi094 bash[22402]: cluster 2024-04-19T14:33:20.203827+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:21.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:21 smithi076 bash[22317]: cluster 2024-04-19T14:33:20.203827+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:21.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:21 smithi076 bash[22317]: cluster 2024-04-19T14:33:20.203827+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:21.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:21 smithi070 bash[21665]: cluster 2024-04-19T14:33:20.203827+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:21.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:21 smithi070 bash[21665]: cluster 2024-04-19T14:33:20.203827+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:23.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:23 smithi094 bash[22402]: cluster 2024-04-19T14:33:22.204376+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:23.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:23 smithi094 bash[22402]: cluster 2024-04-19T14:33:22.204376+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:23.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:23 smithi076 bash[22317]: cluster 2024-04-19T14:33:22.204376+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:23.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:23 smithi076 bash[22317]: cluster 2024-04-19T14:33:22.204376+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:23.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:23 smithi070 bash[21665]: cluster 2024-04-19T14:33:22.204376+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:23.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:23 smithi070 bash[21665]: cluster 2024-04-19T14:33:22.204376+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:24.114 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:33:25.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:25 smithi094 bash[22402]: cluster 2024-04-19T14:33:24.204934+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:25.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:25 smithi094 bash[22402]: cluster 2024-04-19T14:33:24.204934+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:25.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:25 smithi076 bash[22317]: cluster 2024-04-19T14:33:24.204934+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:25.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:25 smithi076 bash[22317]: cluster 2024-04-19T14:33:24.204934+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:25.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:25 smithi070 bash[21665]: cluster 2024-04-19T14:33:24.204934+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:25.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:25 smithi070 bash[21665]: cluster 2024-04-19T14:33:24.204934+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:26.979 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:33:26.979 INFO:teuthology.orchestra.run.smithi070.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-19T14:33:27.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:27 smithi070 bash[21665]: cluster 2024-04-19T14:33:26.205473+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:27.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:27 smithi070 bash[21665]: cluster 2024-04-19T14:33:26.205473+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:27.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:27 smithi070 bash[21665]: audit 2024-04-19T14:33:26.986164+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.70:0/1294799872' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:33:27.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:27 smithi070 bash[21665]: audit 2024-04-19T14:33:26.986164+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.70:0/1294799872' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:33:27.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:27 smithi094 bash[22402]: cluster 2024-04-19T14:33:26.205473+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:27.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:27 smithi094 bash[22402]: cluster 2024-04-19T14:33:26.205473+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:27.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:27 smithi094 bash[22402]: audit 2024-04-19T14:33:26.986164+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.70:0/1294799872' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:33:27.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:27 smithi094 bash[22402]: audit 2024-04-19T14:33:26.986164+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.70:0/1294799872' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:33:27.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:27 smithi076 bash[22317]: cluster 2024-04-19T14:33:26.205473+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:27.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:27 smithi076 bash[22317]: cluster 2024-04-19T14:33:26.205473+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:27.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:27 smithi076 bash[22317]: audit 2024-04-19T14:33:26.986164+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.70:0/1294799872' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:33:27.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:27 smithi076 bash[22317]: audit 2024-04-19T14:33:26.986164+0000 mon.a (mon.0) 671 : audit [DBG] from='client.? 172.21.15.70:0/1294799872' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-19T14:33:27.667 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-19T14:33:27.668 INFO:tasks.cephadm:Setup complete, yielding 2024-04-19T14:33:27.668 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-19T14:33:27.678 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi070.front.sepia.ceph.com 2024-04-19T14:33:27.678 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c53d131d890ca258dc8708b5590933577e6ceba0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 -- bash -c 'set -e 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> set -x 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch apply node-exporter 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch apply grafana 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch apply alertmanager 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch apply prometheus 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> sleep 240 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch ls 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch ps 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch host ls 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-19T14:33:27.679 DEBUG:teuthology.orchestra.run.smithi070:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> # check each host node-exporter metrics endpoint is responsive 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> for ip in $ALL_HOST_IPS; do 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${ip}:9100/metric 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> done 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> # check grafana endpoints are responsive and database health is okay 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> # stop mon daemon in order to trigger an alert 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> ceph orch daemon stop $MON_DAEMON 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> sleep 120 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-19T14:33:27.680 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-19T14:33:27.681 DEBUG:teuthology.orchestra.run.smithi070:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-19T14:33:27.681 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-19T14:33:27.681 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-19T14:33:27.681 DEBUG:teuthology.orchestra.run.smithi070:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-19T14:33:27.681 DEBUG:teuthology.orchestra.run.smithi070:> ' 2024-04-19T14:33:29.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:29 smithi094 bash[22402]: cluster 2024-04-19T14:33:28.206007+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:29.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:29 smithi094 bash[22402]: cluster 2024-04-19T14:33:28.206007+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:29.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:29 smithi076 bash[22317]: cluster 2024-04-19T14:33:28.206007+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:29.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:29 smithi076 bash[22317]: cluster 2024-04-19T14:33:28.206007+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:29.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:29 smithi070 bash[21665]: cluster 2024-04-19T14:33:28.206007+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:29.617 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:29 smithi070 bash[21665]: cluster 2024-04-19T14:33:28.206007+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:31.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: cluster 2024-04-19T14:33:30.206566+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:31.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: cluster 2024-04-19T14:33:30.206566+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:31.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: audit 2024-04-19T14:33:30.631077+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:31.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: audit 2024-04-19T14:33:30.631077+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:31.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: audit 2024-04-19T14:33:30.639882+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:31.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: audit 2024-04-19T14:33:30.639882+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:31.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: audit 2024-04-19T14:33:30.650137+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:31.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:31 smithi094 bash[22402]: audit 2024-04-19T14:33:30.650137+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: cluster 2024-04-19T14:33:30.206566+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: cluster 2024-04-19T14:33:30.206566+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: audit 2024-04-19T14:33:30.631077+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: audit 2024-04-19T14:33:30.631077+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: audit 2024-04-19T14:33:30.639882+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: audit 2024-04-19T14:33:30.639882+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: audit 2024-04-19T14:33:30.650137+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:31 smithi076 bash[22317]: audit 2024-04-19T14:33:30.650137+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: cluster 2024-04-19T14:33:30.206566+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:32.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: cluster 2024-04-19T14:33:30.206566+0000 mgr.a (mgr.14152) 266 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:32.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: audit 2024-04-19T14:33:30.631077+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: audit 2024-04-19T14:33:30.631077+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: audit 2024-04-19T14:33:30.639882+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: audit 2024-04-19T14:33:30.639882+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: audit 2024-04-19T14:33:30.650137+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:31 smithi070 bash[21665]: audit 2024-04-19T14:33:30.650137+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:32.405 INFO:teuthology.orchestra.run.smithi070.stderr:Inferring config /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/mon.a/config 2024-04-19T14:33:33.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:33 smithi070 bash[21665]: cluster 2024-04-19T14:33:32.207126+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:33.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:33 smithi070 bash[21665]: cluster 2024-04-19T14:33:32.207126+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:33.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:33 smithi094 bash[22402]: cluster 2024-04-19T14:33:32.207126+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:33.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:33 smithi094 bash[22402]: cluster 2024-04-19T14:33:32.207126+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:34.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:33 smithi076 bash[22317]: cluster 2024-04-19T14:33:32.207126+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:34.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:33 smithi076 bash[22317]: cluster 2024-04-19T14:33:32.207126+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:35.267 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch apply node-exporter 2024-04-19T14:33:35.618 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled node-exporter update... 2024-04-19T14:33:35.631 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch apply grafana 2024-04-19T14:33:35.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:35 smithi070 bash[21665]: cluster 2024-04-19T14:33:34.207617+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:35.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:35 smithi070 bash[21665]: cluster 2024-04-19T14:33:34.207617+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:35.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:35 smithi070 bash[21665]: audit 2024-04-19T14:33:35.625474+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:35.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:35 smithi070 bash[21665]: audit 2024-04-19T14:33:35.625474+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:35.966 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled grafana update... 2024-04-19T14:33:35.981 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch apply alertmanager 2024-04-19T14:33:35.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:35 smithi094 bash[22402]: cluster 2024-04-19T14:33:34.207617+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:35.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:35 smithi094 bash[22402]: cluster 2024-04-19T14:33:34.207617+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:35.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:35 smithi094 bash[22402]: audit 2024-04-19T14:33:35.625474+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:35.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:35 smithi094 bash[22402]: audit 2024-04-19T14:33:35.625474+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:35 smithi076 bash[22317]: cluster 2024-04-19T14:33:34.207617+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:36.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:35 smithi076 bash[22317]: cluster 2024-04-19T14:33:34.207617+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:36.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:35 smithi076 bash[22317]: audit 2024-04-19T14:33:35.625474+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:35 smithi076 bash[22317]: audit 2024-04-19T14:33:35.625474+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.322 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled alertmanager update... 2024-04-19T14:33:36.335 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch apply prometheus 2024-04-19T14:33:36.676 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled prometheus update... 2024-04-19T14:33:36.689 INFO:teuthology.orchestra.run.smithi070.stderr:+ sleep 240 2024-04-19T14:33:36.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.620074+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.620074+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: cephadm 2024-04-19T14:33:35.621325+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-19T14:33:36.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: cephadm 2024-04-19T14:33:35.621325+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-19T14:33:36.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.642556+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:36.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.642556+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.646342+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.646342+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.647449+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.647449+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.655140+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.655140+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: cephadm 2024-04-19T14:33:35.659067+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi070 on smithi070 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: cephadm 2024-04-19T14:33:35.659067+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi070 on smithi070 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.973638+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:35.973638+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.329706+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.329706+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.466914+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.466914+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.782 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.474317+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.782 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.474317+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.782 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.481399+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.782 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:36 smithi076 bash[22317]: audit 2024-04-19T14:33:36.481399+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.620074+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.620074+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:36.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: cephadm 2024-04-19T14:33:35.621325+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-19T14:33:36.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: cephadm 2024-04-19T14:33:35.621325+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-19T14:33:36.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.642556+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.642556+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.646342+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.646342+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.647449+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.647449+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.655140+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.655140+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: cephadm 2024-04-19T14:33:35.659067+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi070 on smithi070 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: cephadm 2024-04-19T14:33:35.659067+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi070 on smithi070 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.973638+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:35.973638+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.329706+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.329706+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.466914+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.466914+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.474317+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.474317+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.481399+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:36.996 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:36 smithi094 bash[22402]: audit 2024-04-19T14:33:36.481399+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.620074+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.620074+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: cephadm 2024-04-19T14:33:35.621325+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: cephadm 2024-04-19T14:33:35.621325+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service node-exporter spec with placement * 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.642556+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.642556+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.646342+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.646342+0000 mon.a (mon.0) 677 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.647449+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.647449+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.655140+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.655140+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: cephadm 2024-04-19T14:33:35.659067+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi070 on smithi070 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: cephadm 2024-04-19T14:33:35.659067+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Deploying daemon node-exporter.smithi070 on smithi070 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.973638+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:35.973638+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.329706+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.329706+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.104 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.466914+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.104 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.466914+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.104 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.474317+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.104 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.474317+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.104 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.481399+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.104 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:36 smithi070 bash[21665]: audit 2024-04-19T14:33:36.481399+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:35.967983+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:35.967983+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cephadm 2024-04-19T14:33:35.969474+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cephadm 2024-04-19T14:33:35.969474+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cluster 2024-04-19T14:33:36.207983+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cluster 2024-04-19T14:33:36.207983+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:36.320879+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:36.320879+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cephadm 2024-04-19T14:33:36.323472+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-19T14:33:37.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cephadm 2024-04-19T14:33:36.323472+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-19T14:33:37.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:36.676350+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:36.676350+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cephadm 2024-04-19T14:33:36.677432+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-19T14:33:37.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: cephadm 2024-04-19T14:33:36.677432+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-19T14:33:37.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:36.683330+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:37 smithi070 bash[21665]: audit 2024-04-19T14:33:36.683330+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:35.967983+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:35.967983+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cephadm 2024-04-19T14:33:35.969474+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-19T14:33:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cephadm 2024-04-19T14:33:35.969474+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-19T14:33:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cluster 2024-04-19T14:33:36.207983+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cluster 2024-04-19T14:33:36.207983+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:37.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:36.320879+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:36.320879+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cephadm 2024-04-19T14:33:36.323472+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cephadm 2024-04-19T14:33:36.323472+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:36.676350+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:36.676350+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cephadm 2024-04-19T14:33:36.677432+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: cephadm 2024-04-19T14:33:36.677432+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:36.683330+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:37.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:37 smithi094 bash[22402]: audit 2024-04-19T14:33:36.683330+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:35.967983+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:35.967983+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cephadm 2024-04-19T14:33:35.969474+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cephadm 2024-04-19T14:33:35.969474+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service grafana spec with placement count:1 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cluster 2024-04-19T14:33:36.207983+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cluster 2024-04-19T14:33:36.207983+0000 mgr.a (mgr.14152) 274 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:36.320879+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:38.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:36.320879+0000 mgr.a (mgr.14152) 275 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cephadm 2024-04-19T14:33:36.323472+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cephadm 2024-04-19T14:33:36.323472+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:36.676350+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:36.676350+0000 mgr.a (mgr.14152) 277 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cephadm 2024-04-19T14:33:36.677432+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: cephadm 2024-04-19T14:33:36.677432+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:36.683330+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:38.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:37 smithi076 bash[22317]: audit 2024-04-19T14:33:36.683330+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:38.605 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:38 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:38.605 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:33:38 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:38.605 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:33:38 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:38.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:33:38 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:38.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:38 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:38.866 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:33:38 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:39.660 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:33:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:39.661 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:33:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: cluster 2024-04-19T14:33:38.208548+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: cluster 2024-04-19T14:33:38.208548+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.401766+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.401766+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.407164+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.407164+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.412924+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.412924+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.886968+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.661 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.886968+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.662 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.891755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.662 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.891755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.662 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.933443+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.662 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: audit 2024-04-19T14:33:38.933443+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.662 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: cephadm 2024-04-19T14:33:38.934211+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-04-19T14:33:39.662 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 bash[22317]: cephadm 2024-04-19T14:33:38.934211+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-04-19T14:33:39.662 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: cluster 2024-04-19T14:33:38.208548+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: cluster 2024-04-19T14:33:38.208548+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.401766+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.401766+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.407164+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.407164+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.412924+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.412924+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.886968+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.886968+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.891755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.891755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.933443+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: audit 2024-04-19T14:33:38.933443+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: cephadm 2024-04-19T14:33:38.934211+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-04-19T14:33:39.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:39 smithi094 bash[22402]: cephadm 2024-04-19T14:33:38.934211+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: cluster 2024-04-19T14:33:38.208548+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: cluster 2024-04-19T14:33:38.208548+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.401766+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.401766+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.407164+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.407164+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.412924+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.412924+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.886968+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.886968+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.891755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.891755+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.933443+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: audit 2024-04-19T14:33:38.933443+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:39.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: cephadm 2024-04-19T14:33:38.934211+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-04-19T14:33:39.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:39 smithi070 bash[21665]: cephadm 2024-04-19T14:33:38.934211+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Deploying daemon node-exporter.smithi076 on smithi076 2024-04-19T14:33:39.927 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:39.927 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:33:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:39.927 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:33:39 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:40.935 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:40.936 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:40.936 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:33:40 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:40.936 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:33:40 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:33:41.094 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: audit 2024-04-19T14:33:39.946428+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.094 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: audit 2024-04-19T14:33:39.946428+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: audit 2024-04-19T14:33:39.955317+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: audit 2024-04-19T14:33:39.955317+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: audit 2024-04-19T14:33:40.007655+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: audit 2024-04-19T14:33:40.007655+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: cephadm 2024-04-19T14:33:40.009559+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: cephadm 2024-04-19T14:33:40.009559+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: cluster 2024-04-19T14:33:40.208983+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:41.095 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:40 smithi070 bash[21665]: cluster 2024-04-19T14:33:40.208983+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: audit 2024-04-19T14:33:39.946428+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: audit 2024-04-19T14:33:39.946428+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: audit 2024-04-19T14:33:39.955317+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: audit 2024-04-19T14:33:39.955317+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: audit 2024-04-19T14:33:40.007655+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: audit 2024-04-19T14:33:40.007655+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: cephadm 2024-04-19T14:33:40.009559+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: cephadm 2024-04-19T14:33:40.009559+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: cluster 2024-04-19T14:33:40.208983+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:41.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:40 smithi076 bash[22317]: cluster 2024-04-19T14:33:40.208983+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: audit 2024-04-19T14:33:39.946428+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: audit 2024-04-19T14:33:39.946428+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: audit 2024-04-19T14:33:39.955317+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: audit 2024-04-19T14:33:39.955317+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: audit 2024-04-19T14:33:40.007655+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: audit 2024-04-19T14:33:40.007655+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: cephadm 2024-04-19T14:33:40.009559+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: cephadm 2024-04-19T14:33:40.009559+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: cluster 2024-04-19T14:33:40.208983+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:41.285 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:40 smithi094 bash[22402]: cluster 2024-04-19T14:33:40.208983+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:42.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.093366+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.093366+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.099868+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.099868+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.134145+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.134145+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.141596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.141596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.246017+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.246017+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.248607+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.248607+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.249300+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.249300+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.255167+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.255167+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: cephadm 2024-04-19T14:33:41.255608+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: cephadm 2024-04-19T14:33:41.255608+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.337419+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.337419+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.339872+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.339872+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.340632+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.340632+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.346557+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: audit 2024-04-19T14:33:41.346557+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: cephadm 2024-04-19T14:33:41.347049+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:42 smithi076 bash[22317]: cephadm 2024-04-19T14:33:41.347049+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.356 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.093366+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.356 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.093366+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.099868+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.099868+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.134145+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.134145+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.141596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.141596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.246017+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.246017+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.248607+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.248607+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.249300+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.249300+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.255167+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.357 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.255167+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: cephadm 2024-04-19T14:33:41.255608+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: cephadm 2024-04-19T14:33:41.255608+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.337419+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.337419+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.339872+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.339872+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.340632+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.340632+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.346557+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: audit 2024-04-19T14:33:41.346557+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: cephadm 2024-04-19T14:33:41.347049+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.358 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:42 smithi094 bash[22402]: cephadm 2024-04-19T14:33:41.347049+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.093366+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.093366+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.099868+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.099868+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.134145+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.134145+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.141596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.141596+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.246017+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.246017+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.248607+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.248607+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.249300+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.249300+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.255167+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.255167+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: cephadm 2024-04-19T14:33:41.255608+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: cephadm 2024-04-19T14:33:41.255608+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.337419+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.337419+0000 mon.a (mon.0) 703 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.339872+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.339872+0000 mon.a (mon.0) 704 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.340632+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.340632+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.346557+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: audit 2024-04-19T14:33:41.346557+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: cephadm 2024-04-19T14:33:41.347049+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:42.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:42 smithi070 bash[21665]: cephadm 2024-04-19T14:33:41.347049+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:33:43.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:43 smithi070 bash[21665]: cluster 2024-04-19T14:33:42.209300+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:43.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:43 smithi070 bash[21665]: cluster 2024-04-19T14:33:42.209300+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:43.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:43 smithi070 bash[21665]: audit 2024-04-19T14:33:43.035058+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:43.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:43 smithi070 bash[21665]: audit 2024-04-19T14:33:43.035058+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:43.367 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:43 smithi094 bash[22402]: cluster 2024-04-19T14:33:42.209300+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:43.367 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:43 smithi094 bash[22402]: cluster 2024-04-19T14:33:42.209300+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:43.367 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:43 smithi094 bash[22402]: audit 2024-04-19T14:33:43.035058+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:43.367 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:43 smithi094 bash[22402]: audit 2024-04-19T14:33:43.035058+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:43.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:43 smithi076 bash[22317]: cluster 2024-04-19T14:33:42.209300+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:43.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:43 smithi076 bash[22317]: cluster 2024-04-19T14:33:42.209300+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:43.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:43 smithi076 bash[22317]: audit 2024-04-19T14:33:43.035058+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:43.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:43 smithi076 bash[22317]: audit 2024-04-19T14:33:43.035058+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:45.348 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:45 smithi094 bash[22402]: cluster 2024-04-19T14:33:44.209630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:45.348 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:45 smithi094 bash[22402]: cluster 2024-04-19T14:33:44.209630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:45.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:45 smithi070 bash[21665]: cluster 2024-04-19T14:33:44.209630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:45.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:45 smithi070 bash[21665]: cluster 2024-04-19T14:33:44.209630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:45.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:45 smithi076 bash[22317]: cluster 2024-04-19T14:33:44.209630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:45.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:45 smithi076 bash[22317]: cluster 2024-04-19T14:33:44.209630+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:47.961 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:47 smithi094 bash[22402]: cluster 2024-04-19T14:33:46.210141+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:47.961 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:47 smithi094 bash[22402]: cluster 2024-04-19T14:33:46.210141+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:47.961 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:47 smithi094 bash[22402]: audit 2024-04-19T14:33:46.702956+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:47.962 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:47 smithi094 bash[22402]: audit 2024-04-19T14:33:46.702956+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:47.962 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:47 smithi094 bash[22402]: audit 2024-04-19T14:33:47.146968+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:47.962 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:47 smithi094 bash[22402]: audit 2024-04-19T14:33:47.146968+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:47 smithi076 bash[22317]: cluster 2024-04-19T14:33:46.210141+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:48.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:47 smithi076 bash[22317]: cluster 2024-04-19T14:33:46.210141+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:48.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:47 smithi076 bash[22317]: audit 2024-04-19T14:33:46.702956+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:47 smithi076 bash[22317]: audit 2024-04-19T14:33:46.702956+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:47 smithi076 bash[22317]: audit 2024-04-19T14:33:47.146968+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:47 smithi076 bash[22317]: audit 2024-04-19T14:33:47.146968+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:47 smithi070 bash[21665]: cluster 2024-04-19T14:33:46.210141+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:48.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:47 smithi070 bash[21665]: cluster 2024-04-19T14:33:46.210141+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:48.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:47 smithi070 bash[21665]: audit 2024-04-19T14:33:46.702956+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:47 smithi070 bash[21665]: audit 2024-04-19T14:33:46.702956+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:47 smithi070 bash[21665]: audit 2024-04-19T14:33:47.146968+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:48.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:47 smithi070 bash[21665]: audit 2024-04-19T14:33:47.146968+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:49.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:49 smithi094 bash[22402]: cluster 2024-04-19T14:33:48.210649+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:49.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:49 smithi094 bash[22402]: cluster 2024-04-19T14:33:48.210649+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:50.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:49 smithi076 bash[22317]: cluster 2024-04-19T14:33:48.210649+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:50.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:49 smithi076 bash[22317]: cluster 2024-04-19T14:33:48.210649+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:50.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:49 smithi070 bash[21665]: cluster 2024-04-19T14:33:48.210649+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:50.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:49 smithi070 bash[21665]: cluster 2024-04-19T14:33:48.210649+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: audit 2024-04-19T14:33:49.969233+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: audit 2024-04-19T14:33:49.969233+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: audit 2024-04-19T14:33:49.978083+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: audit 2024-04-19T14:33:49.978083+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: audit 2024-04-19T14:33:49.988038+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: audit 2024-04-19T14:33:49.988038+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: cluster 2024-04-19T14:33:50.211182+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:51.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:50 smithi094 bash[22402]: cluster 2024-04-19T14:33:50.211182+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:51.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: audit 2024-04-19T14:33:49.969233+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: audit 2024-04-19T14:33:49.969233+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: audit 2024-04-19T14:33:49.978083+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: audit 2024-04-19T14:33:49.978083+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: audit 2024-04-19T14:33:49.988038+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: audit 2024-04-19T14:33:49.988038+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: cluster 2024-04-19T14:33:50.211182+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:51.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:50 smithi076 bash[22317]: cluster 2024-04-19T14:33:50.211182+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:51.288 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: audit 2024-04-19T14:33:49.969233+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: audit 2024-04-19T14:33:49.969233+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: audit 2024-04-19T14:33:49.978083+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: audit 2024-04-19T14:33:49.978083+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: audit 2024-04-19T14:33:49.988038+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: audit 2024-04-19T14:33:49.988038+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:51.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: cluster 2024-04-19T14:33:50.211182+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:51.289 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:50 smithi070 bash[21665]: cluster 2024-04-19T14:33:50.211182+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:52.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:50.987928+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:50.987928+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.001029+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.001029+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.011421+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.011421+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.095547+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.095547+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.101205+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.101205+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.108137+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.108137+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.568406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.568406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.575048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.575048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.581900+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.581900+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.600309+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.600309+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.603792+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.603792+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.604872+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.604872+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.611959+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.611959+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: cephadm 2024-04-19T14:33:51.638854+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-19T14:33:52.246 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: cephadm 2024-04-19T14:33:51.638854+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.734173+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.734173+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.740490+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.740490+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.744220+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.744220+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.744829+0000 mgr.a (mgr.14152) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.744829+0000 mgr.a (mgr.14152) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.750543+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: audit 2024-04-19T14:33:51.750543+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: cephadm 2024-04-19T14:33:51.782579+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon grafana.smithi070 on smithi070 2024-04-19T14:33:52.247 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:51 smithi094 bash[22402]: cephadm 2024-04-19T14:33:51.782579+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon grafana.smithi070 on smithi070 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:50.987928+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:50.987928+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.001029+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.001029+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.011421+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.011421+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.095547+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.095547+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.101205+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.101205+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.108137+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.280 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.108137+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.568406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.568406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.575048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.575048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.581900+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.581900+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.600309+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.600309+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.603792+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.603792+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:52.281 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.604872+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.604872+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.611959+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.611959+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: cephadm 2024-04-19T14:33:51.638854+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: cephadm 2024-04-19T14:33:51.638854+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.734173+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.734173+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.740490+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.740490+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.744220+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.744220+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.744829+0000 mgr.a (mgr.14152) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.744829+0000 mgr.a (mgr.14152) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.282 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.750543+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: audit 2024-04-19T14:33:51.750543+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: cephadm 2024-04-19T14:33:51.782579+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon grafana.smithi070 on smithi070 2024-04-19T14:33:52.283 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:51 smithi076 bash[22317]: cephadm 2024-04-19T14:33:51.782579+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon grafana.smithi070 on smithi070 2024-04-19T14:33:52.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:50.987928+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:50.987928+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.001029+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.001029+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.011421+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.011421+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.095547+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.095547+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.101205+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.101205+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.108137+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.108137+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.568406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.568406+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.575048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.575048+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.581900+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.581900+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.600309+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.600309+0000 mon.a (mon.0) 722 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.603792+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.603792+0000 mon.a (mon.0) 723 : audit [DBG] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.604872+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.604872+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.611959+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.611959+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: cephadm 2024-04-19T14:33:51.638854+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: cephadm 2024-04-19T14:33:51.638854+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.734173+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.734173+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.740490+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.740490+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.744220+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.744220+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.744829+0000 mgr.a (mgr.14152) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.744829+0000 mgr.a (mgr.14152) 291 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.750543+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: audit 2024-04-19T14:33:51.750543+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: cephadm 2024-04-19T14:33:51.782579+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon grafana.smithi070 on smithi070 2024-04-19T14:33:52.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:51 smithi070 bash[21665]: cephadm 2024-04-19T14:33:51.782579+0000 mgr.a (mgr.14152) 292 : cephadm [INF] Deploying daemon grafana.smithi070 on smithi070 2024-04-19T14:33:53.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:52 smithi094 bash[22402]: cluster 2024-04-19T14:33:52.211542+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:53.245 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:52 smithi094 bash[22402]: cluster 2024-04-19T14:33:52.211542+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:53.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:52 smithi076 bash[22317]: cluster 2024-04-19T14:33:52.211542+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:53.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:52 smithi076 bash[22317]: cluster 2024-04-19T14:33:52.211542+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:53.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:52 smithi070 bash[21665]: cluster 2024-04-19T14:33:52.211542+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:53.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:52 smithi070 bash[21665]: cluster 2024-04-19T14:33:52.211542+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:55.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:55 smithi076 bash[22317]: cluster 2024-04-19T14:33:54.211917+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:55.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:55 smithi076 bash[22317]: cluster 2024-04-19T14:33:54.211917+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:55.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:55 smithi070 bash[21665]: cluster 2024-04-19T14:33:54.211917+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:55.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:55 smithi070 bash[21665]: cluster 2024-04-19T14:33:54.211917+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:55.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:55 smithi094 bash[22402]: cluster 2024-04-19T14:33:54.211917+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:55.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:55 smithi094 bash[22402]: cluster 2024-04-19T14:33:54.211917+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:57.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:57 smithi076 bash[22317]: cluster 2024-04-19T14:33:56.212382+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:57.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:57 smithi076 bash[22317]: cluster 2024-04-19T14:33:56.212382+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:57.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:57 smithi070 bash[21665]: cluster 2024-04-19T14:33:56.212382+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:57.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:57 smithi070 bash[21665]: cluster 2024-04-19T14:33:56.212382+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:57.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:57 smithi094 bash[22402]: cluster 2024-04-19T14:33:56.212382+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:57.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:57 smithi094 bash[22402]: cluster 2024-04-19T14:33:56.212382+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:59.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:59 smithi076 bash[22317]: cluster 2024-04-19T14:33:58.212827+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:59.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:33:59 smithi076 bash[22317]: cluster 2024-04-19T14:33:58.212827+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:59.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:59 smithi070 bash[21665]: cluster 2024-04-19T14:33:58.212827+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:59.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:33:59 smithi070 bash[21665]: cluster 2024-04-19T14:33:58.212827+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:59.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:59 smithi094 bash[22402]: cluster 2024-04-19T14:33:58.212827+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:33:59.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:33:59 smithi094 bash[22402]: cluster 2024-04-19T14:33:58.212827+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:01.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:01 smithi076 bash[22317]: cluster 2024-04-19T14:34:00.213375+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:01.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:01 smithi076 bash[22317]: cluster 2024-04-19T14:34:00.213375+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:01.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:01 smithi070 bash[21665]: cluster 2024-04-19T14:34:00.213375+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:01.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:01 smithi070 bash[21665]: cluster 2024-04-19T14:34:00.213375+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:01.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:01 smithi094 bash[22402]: cluster 2024-04-19T14:34:00.213375+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:01.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:01 smithi094 bash[22402]: cluster 2024-04-19T14:34:00.213375+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:03 smithi076 bash[22317]: cluster 2024-04-19T14:34:02.213887+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:03 smithi076 bash[22317]: cluster 2024-04-19T14:34:02.213887+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:03.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:03 smithi070 bash[21665]: cluster 2024-04-19T14:34:02.213887+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:03.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:03 smithi070 bash[21665]: cluster 2024-04-19T14:34:02.213887+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:03.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:03 smithi094 bash[22402]: cluster 2024-04-19T14:34:02.213887+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:03.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:03 smithi094 bash[22402]: cluster 2024-04-19T14:34:02.213887+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:05.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:05 smithi076 bash[22317]: cluster 2024-04-19T14:34:04.214419+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:05.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:05 smithi076 bash[22317]: cluster 2024-04-19T14:34:04.214419+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:05.583 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:05 smithi070 bash[21665]: cluster 2024-04-19T14:34:04.214419+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:05.583 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:05 smithi070 bash[21665]: cluster 2024-04-19T14:34:04.214419+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:05.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:05 smithi094 bash[22402]: cluster 2024-04-19T14:34:04.214419+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:05.878 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:05 smithi094 bash[22402]: cluster 2024-04-19T14:34:04.214419+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:07.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:07 smithi076 bash[22317]: cluster 2024-04-19T14:34:06.214970+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:07.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:07 smithi076 bash[22317]: cluster 2024-04-19T14:34:06.214970+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:07.581 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:07 smithi070 bash[21665]: cluster 2024-04-19T14:34:06.214970+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:07.582 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:07 smithi070 bash[21665]: cluster 2024-04-19T14:34:06.214970+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:07.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:07 smithi094 bash[22402]: cluster 2024-04-19T14:34:06.214970+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:07.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:07 smithi094 bash[22402]: cluster 2024-04-19T14:34:06.214970+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:08.406 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:08.407 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:08.407 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:34:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:08.694 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:08.694 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:34:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:08.695 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:08 smithi070 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: cluster 2024-04-19T14:34:08.215311+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: cluster 2024-04-19T14:34:08.215311+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.593824+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.593824+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.602214+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.602214+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.608890+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.608890+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.615403+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.615403+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.622268+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.622268+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.629808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.629808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.701153+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.701153+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.705900+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.705900+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.711126+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.711126+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.715685+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: audit 2024-04-19T14:34:08.715685+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: cephadm 2024-04-19T14:34:08.726088+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:09.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:09 smithi094 bash[22402]: cephadm 2024-04-19T14:34:08.726088+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:09.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: cluster 2024-04-19T14:34:08.215311+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:09.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: cluster 2024-04-19T14:34:08.215311+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:09.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.593824+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.593824+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.602214+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.602214+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.608890+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.608890+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.615403+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.615403+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.622268+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.622268+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.629808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.629808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.701153+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.701153+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.705900+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.705900+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.711126+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.711126+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.715685+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: audit 2024-04-19T14:34:08.715685+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:09.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: cephadm 2024-04-19T14:34:08.726088+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:09.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:09 smithi070 bash[21665]: cephadm 2024-04-19T14:34:08.726088+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:10.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: cluster 2024-04-19T14:34:08.215311+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:10.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: cluster 2024-04-19T14:34:08.215311+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.593824+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.593824+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.602214+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.602214+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.608890+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.608890+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.615403+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.615403+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.622268+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.622268+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.629808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.629808+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.701153+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.701153+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.705900+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.705900+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.711126+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.711126+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.715685+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: audit 2024-04-19T14:34:08.715685+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: cephadm 2024-04-19T14:34:08.726088+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:10.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:09 smithi076 bash[22317]: cephadm 2024-04-19T14:34:08.726088+0000 mgr.a (mgr.14152) 302 : cephadm [INF] Deploying daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:11.758 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:11 smithi070 bash[21665]: cluster 2024-04-19T14:34:10.215726+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.758 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:11 smithi070 bash[21665]: cluster 2024-04-19T14:34:10.215726+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:11 smithi094 bash[22402]: cluster 2024-04-19T14:34:10.215726+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:11.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:11 smithi094 bash[22402]: cluster 2024-04-19T14:34:10.215726+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:12.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:11 smithi076 bash[22317]: cluster 2024-04-19T14:34:10.215726+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:12.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:11 smithi076 bash[22317]: cluster 2024-04-19T14:34:10.215726+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:12 smithi076 bash[22317]: audit 2024-04-19T14:34:11.764520+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:13.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:12 smithi076 bash[22317]: audit 2024-04-19T14:34:11.764520+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:13.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:12 smithi070 bash[21665]: audit 2024-04-19T14:34:11.764520+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:13.047 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:12 smithi070 bash[21665]: audit 2024-04-19T14:34:11.764520+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:13.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:12 smithi094 bash[22402]: audit 2024-04-19T14:34:11.764520+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:13.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:12 smithi094 bash[22402]: audit 2024-04-19T14:34:11.764520+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:13.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:13 smithi070 bash[21665]: cluster 2024-04-19T14:34:12.216263+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:13 smithi070 bash[21665]: cluster 2024-04-19T14:34:12.216263+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:13.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:13 smithi070 bash[21665]: audit 2024-04-19T14:34:13.045827+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:13.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:13 smithi070 bash[21665]: audit 2024-04-19T14:34:13.045827+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:14.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:13 smithi076 bash[22317]: cluster 2024-04-19T14:34:12.216263+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:14.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:13 smithi076 bash[22317]: cluster 2024-04-19T14:34:12.216263+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:14.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:13 smithi076 bash[22317]: audit 2024-04-19T14:34:13.045827+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:14.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:13 smithi076 bash[22317]: audit 2024-04-19T14:34:13.045827+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:14.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:13 smithi094 bash[22402]: cluster 2024-04-19T14:34:12.216263+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:14.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:13 smithi094 bash[22402]: cluster 2024-04-19T14:34:12.216263+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:14.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:13 smithi094 bash[22402]: audit 2024-04-19T14:34:13.045827+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:14.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:13 smithi094 bash[22402]: audit 2024-04-19T14:34:13.045827+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:15.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:15 smithi094 bash[22402]: cluster 2024-04-19T14:34:14.216809+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:15.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:15 smithi094 bash[22402]: cluster 2024-04-19T14:34:14.216809+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:16.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:15 smithi070 bash[21665]: cluster 2024-04-19T14:34:14.216809+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:16.025 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:15 smithi070 bash[21665]: cluster 2024-04-19T14:34:14.216809+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:16.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:15 smithi076 bash[22317]: cluster 2024-04-19T14:34:14.216809+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:16.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:15 smithi076 bash[22317]: cluster 2024-04-19T14:34:14.216809+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.082 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:17 smithi070 bash[21665]: audit 2024-04-19T14:34:16.023977+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:17.083 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:17 smithi070 bash[21665]: audit 2024-04-19T14:34:16.023977+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:17.083 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:17 smithi070 bash[21665]: cluster 2024-04-19T14:34:16.217325+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.083 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:17 smithi070 bash[21665]: cluster 2024-04-19T14:34:16.217325+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:17 smithi094 bash[22402]: audit 2024-04-19T14:34:16.023977+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:17.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:17 smithi094 bash[22402]: audit 2024-04-19T14:34:16.023977+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:17.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:17 smithi094 bash[22402]: cluster 2024-04-19T14:34:16.217325+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:17 smithi094 bash[22402]: cluster 2024-04-19T14:34:16.217325+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:17 smithi076 bash[22317]: audit 2024-04-19T14:34:16.023977+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:17.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:17 smithi076 bash[22317]: audit 2024-04-19T14:34:16.023977+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:17.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:17 smithi076 bash[22317]: cluster 2024-04-19T14:34:16.217325+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:17.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:17 smithi076 bash[22317]: cluster 2024-04-19T14:34:16.217325+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:18.613 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:18 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:18.614 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:34:18 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:18 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:18.994 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:34:18 smithi094 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:19.474 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: cluster 2024-04-19T14:34:18.217932+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: cluster 2024-04-19T14:34:18.217932+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.362604+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.362604+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.761533+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.761533+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.767328+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.767328+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.815194+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.815194+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.819367+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.819367+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.831414+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.475 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.831414+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.476 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.837414+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.476 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.837414+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.476 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.842306+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.476 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:19 smithi070 bash[21665]: audit 2024-04-19T14:34:18.842306+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: cluster 2024-04-19T14:34:18.217932+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:19.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: cluster 2024-04-19T14:34:18.217932+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:19.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.362604+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.362604+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.761533+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.761533+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.767328+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.767328+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.815194+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.815194+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.819367+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.819367+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.831414+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.831414+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.837414+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.837414+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.842306+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:19 smithi094 bash[22402]: audit 2024-04-19T14:34:18.842306+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: cluster 2024-04-19T14:34:18.217932+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:19.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: cluster 2024-04-19T14:34:18.217932+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:19.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.362604+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.362604+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.761533+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.761533+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.767328+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.767328+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.815194+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.815194+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.819367+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.819367+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.831414+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.831414+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.837414+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.837414+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.842306+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:19.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:19 smithi076 bash[22317]: audit 2024-04-19T14:34:18.842306+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:20.560 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:20 smithi070 bash[21665]: cephadm 2024-04-19T14:34:19.065988+0000 mgr.a (mgr.14152) 308 : cephadm [INF] Deploying daemon prometheus.smithi076 on smithi076 2024-04-19T14:34:20.560 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:20 smithi070 bash[21665]: cephadm 2024-04-19T14:34:19.065988+0000 mgr.a (mgr.14152) 308 : cephadm [INF] Deploying daemon prometheus.smithi076 on smithi076 2024-04-19T14:34:20.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:20 smithi094 bash[22402]: cephadm 2024-04-19T14:34:19.065988+0000 mgr.a (mgr.14152) 308 : cephadm [INF] Deploying daemon prometheus.smithi076 on smithi076 2024-04-19T14:34:20.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:20 smithi094 bash[22402]: cephadm 2024-04-19T14:34:19.065988+0000 mgr.a (mgr.14152) 308 : cephadm [INF] Deploying daemon prometheus.smithi076 on smithi076 2024-04-19T14:34:20.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:20 smithi076 bash[22317]: cephadm 2024-04-19T14:34:19.065988+0000 mgr.a (mgr.14152) 308 : cephadm [INF] Deploying daemon prometheus.smithi076 on smithi076 2024-04-19T14:34:20.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:20 smithi076 bash[22317]: cephadm 2024-04-19T14:34:19.065988+0000 mgr.a (mgr.14152) 308 : cephadm [INF] Deploying daemon prometheus.smithi076 on smithi076 2024-04-19T14:34:21.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:21 smithi070 bash[21665]: cluster 2024-04-19T14:34:20.218441+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:21.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:21 smithi070 bash[21665]: cluster 2024-04-19T14:34:20.218441+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:21.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:21 smithi094 bash[22402]: cluster 2024-04-19T14:34:20.218441+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:21.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:21 smithi094 bash[22402]: cluster 2024-04-19T14:34:20.218441+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:21.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:21 smithi076 bash[22317]: cluster 2024-04-19T14:34:20.218441+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:21.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:21 smithi076 bash[22317]: cluster 2024-04-19T14:34:20.218441+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:23.529 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:23 smithi070 bash[21665]: cluster 2024-04-19T14:34:22.219053+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:23.529 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:23 smithi070 bash[21665]: cluster 2024-04-19T14:34:22.219053+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:23.529 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:23 smithi070 bash[21665]: audit 2024-04-19T14:34:23.055091+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:23.529 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:23 smithi070 bash[21665]: audit 2024-04-19T14:34:23.055091+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:23.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:23 smithi094 bash[22402]: cluster 2024-04-19T14:34:22.219053+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:23.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:23 smithi094 bash[22402]: cluster 2024-04-19T14:34:22.219053+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:23.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:23 smithi094 bash[22402]: audit 2024-04-19T14:34:23.055091+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:23.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:23 smithi094 bash[22402]: audit 2024-04-19T14:34:23.055091+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:23.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:23 smithi076 bash[22317]: cluster 2024-04-19T14:34:22.219053+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:23.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:23 smithi076 bash[22317]: cluster 2024-04-19T14:34:22.219053+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:23.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:23 smithi076 bash[22317]: audit 2024-04-19T14:34:23.055091+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:23.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:23 smithi076 bash[22317]: audit 2024-04-19T14:34:23.055091+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:24.581 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:24 smithi070 bash[21665]: audit 2024-04-19T14:34:23.572787+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:24.581 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:24 smithi070 bash[21665]: audit 2024-04-19T14:34:23.572787+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:24.874 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:24 smithi076 bash[22317]: audit 2024-04-19T14:34:23.572787+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:24.874 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:24 smithi076 bash[22317]: audit 2024-04-19T14:34:23.572787+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:24.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:24 smithi094 bash[22402]: audit 2024-04-19T14:34:23.572787+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:24.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:24 smithi094 bash[22402]: audit 2024-04-19T14:34:23.572787+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:25.675 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:25 smithi070 bash[21665]: cluster 2024-04-19T14:34:24.219540+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:25.675 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:25 smithi070 bash[21665]: cluster 2024-04-19T14:34:24.219540+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:25.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:25 smithi094 bash[22402]: cluster 2024-04-19T14:34:24.219540+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:25.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:25 smithi094 bash[22402]: cluster 2024-04-19T14:34:24.219540+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:26.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:25 smithi076 bash[22317]: cluster 2024-04-19T14:34:24.219540+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:26.038 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:25 smithi076 bash[22317]: cluster 2024-04-19T14:34:24.219540+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:27.762 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: cluster 2024-04-19T14:34:26.220112+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:27.762 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: cluster 2024-04-19T14:34:26.220112+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:27.762 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: audit 2024-04-19T14:34:26.612080+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.762 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: audit 2024-04-19T14:34:26.612080+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.763 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: audit 2024-04-19T14:34:26.621364+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.763 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: audit 2024-04-19T14:34:26.621364+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.763 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: audit 2024-04-19T14:34:26.632058+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.763 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:27 smithi070 bash[21665]: audit 2024-04-19T14:34:26.632058+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.896 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: cluster 2024-04-19T14:34:26.220112+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:27.897 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: cluster 2024-04-19T14:34:26.220112+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:27.897 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: audit 2024-04-19T14:34:26.612080+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.897 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: audit 2024-04-19T14:34:26.612080+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.897 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: audit 2024-04-19T14:34:26.621364+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.897 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: audit 2024-04-19T14:34:26.621364+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.897 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: audit 2024-04-19T14:34:26.632058+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.897 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:27 smithi076 bash[22317]: audit 2024-04-19T14:34:26.632058+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: cluster 2024-04-19T14:34:26.220112+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: cluster 2024-04-19T14:34:26.220112+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: audit 2024-04-19T14:34:26.612080+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: audit 2024-04-19T14:34:26.612080+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: audit 2024-04-19T14:34:26.621364+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: audit 2024-04-19T14:34:26.621364+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: audit 2024-04-19T14:34:26.632058+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:27.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:27 smithi094 bash[22402]: audit 2024-04-19T14:34:26.632058+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: cluster 2024-04-19T14:34:28.220609+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: cluster 2024-04-19T14:34:28.220609+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: audit 2024-04-19T14:34:28.795698+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: audit 2024-04-19T14:34:28.795698+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: audit 2024-04-19T14:34:28.804990+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: audit 2024-04-19T14:34:28.804990+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: audit 2024-04-19T14:34:28.815145+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:29.922 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:29 smithi070 bash[21665]: audit 2024-04-19T14:34:28.815145+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: cluster 2024-04-19T14:34:28.220609+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: cluster 2024-04-19T14:34:28.220609+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: audit 2024-04-19T14:34:28.795698+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: audit 2024-04-19T14:34:28.795698+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: audit 2024-04-19T14:34:28.804990+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: audit 2024-04-19T14:34:28.804990+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: audit 2024-04-19T14:34:28.815145+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.040 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:29 smithi094 bash[22402]: audit 2024-04-19T14:34:28.815145+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.062 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: cluster 2024-04-19T14:34:28.220609+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:30.062 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: cluster 2024-04-19T14:34:28.220609+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:30.062 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: audit 2024-04-19T14:34:28.795698+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.062 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: audit 2024-04-19T14:34:28.795698+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.062 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: audit 2024-04-19T14:34:28.804990+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.063 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: audit 2024-04-19T14:34:28.804990+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.063 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: audit 2024-04-19T14:34:28.815145+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:30.063 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:29 smithi076 bash[22317]: audit 2024-04-19T14:34:28.815145+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:31.126 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:31 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:31.127 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:31.127 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:34:31 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:31.383 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:31 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:31.383 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:34:31 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:31.383 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 systemd[1]: /etc/systemd/system/ceph-8aee3e06-fe58-11ee-bc92-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-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: cluster 2024-04-19T14:34:30.221160+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: cluster 2024-04-19T14:34:30.221160+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.438826+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.438826+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.448771+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.448771+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.471430+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.471430+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.478669+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-19T14:34:32.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:31 smithi070 bash[21665]: audit 2024-04-19T14:34:31.478669+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-19T14:34:32.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: cluster 2024-04-19T14:34:30.221160+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: cluster 2024-04-19T14:34:30.221160+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.438826+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.438826+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.448771+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.448771+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.471430+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.471430+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.478669+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-19T14:34:32.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:31 smithi094 bash[22402]: audit 2024-04-19T14:34:31.478669+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-19T14:34:32.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: cluster 2024-04-19T14:34:30.221160+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:32.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: cluster 2024-04-19T14:34:30.221160+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.438826+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.438826+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.448771+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.448771+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.471430+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.471430+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.478669+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-19T14:34:32.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:31 smithi076 bash[22317]: audit 2024-04-19T14:34:31.478669+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-19T14:34:32.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:32 smithi076 bash[23413]: ignoring --setuser ceph since I am not root 2024-04-19T14:34:32.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:32 smithi076 bash[23413]: ignoring --setgroup ceph since I am not root 2024-04-19T14:34:32.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:32 smithi076 bash[23413]: debug 2024-04-19T14:34:32.570+0000 7f6afa396700 1 -- 172.21.15.76:0/2747884155 <== mon.2 v2:172.21.15.76:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558d0ca2e5a0 con 0x558d0cb32400 2024-04-19T14:34:32.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:32 smithi076 bash[23413]: debug 2024-04-19T14:34:32.718+0000 7f6b04188200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:34:32.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:32 smithi070 bash[21921]: ignoring --setuser ceph since I am not root 2024-04-19T14:34:32.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:32 smithi070 bash[21921]: ignoring --setgroup ceph since I am not root 2024-04-19T14:34:32.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:32 smithi070 bash[21921]: debug 2024-04-19T14:34:32.685+0000 7fcae8cbc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-19T14:34:33.720 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:33 smithi076 bash[22317]: audit 2024-04-19T14:34:32.474407+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-19T14:34:33.720 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:33 smithi076 bash[22317]: audit 2024-04-19T14:34:32.474407+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-19T14:34:33.720 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:33 smithi076 bash[22317]: cluster 2024-04-19T14:34:32.484288+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-19T14:34:33.720 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:33 smithi076 bash[22317]: cluster 2024-04-19T14:34:32.484288+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-19T14:34:33.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:33 smithi094 bash[22402]: audit 2024-04-19T14:34:32.474407+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-19T14:34:33.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:33 smithi094 bash[22402]: audit 2024-04-19T14:34:32.474407+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-19T14:34:33.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:33 smithi094 bash[22402]: cluster 2024-04-19T14:34:32.484288+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-19T14:34:33.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:33 smithi094 bash[22402]: cluster 2024-04-19T14:34:32.484288+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-19T14:34:33.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:33 smithi070 bash[21665]: audit 2024-04-19T14:34:32.474407+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-19T14:34:33.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:33 smithi070 bash[21665]: audit 2024-04-19T14:34:32.474407+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.70:0/3814662702' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-19T14:34:33.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:33 smithi070 bash[21665]: cluster 2024-04-19T14:34:32.484288+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-19T14:34:33.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:33 smithi070 bash[21665]: cluster 2024-04-19T14:34:32.484288+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-04-19T14:34:34.615 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:34 smithi070 bash[21921]: debug 2024-04-19T14:34:34.317+0000 7fcae8cbc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:34:34.615 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:34 smithi070 bash[21921]: debug 2024-04-19T14:34:34.417+0000 7fcae8cbc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:34:34.646 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:34 smithi076 bash[23413]: debug 2024-04-19T14:34:34.314+0000 7f6b04188200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-19T14:34:34.646 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:34 smithi076 bash[23413]: debug 2024-04-19T14:34:34.410+0000 7f6b04188200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-19T14:34:35.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:34 smithi070 bash[21921]: debug 2024-04-19T14:34:34.665+0000 7fcae8cbc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:34:35.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:34 smithi076 bash[23413]: debug 2024-04-19T14:34:34.654+0000 7f6b04188200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-19T14:34:35.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:35 smithi076 bash[23413]: debug 2024-04-19T14:34:35.442+0000 7f6b04188200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:34:35.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:35 smithi076 bash[23413]: debug 2024-04-19T14:34:35.554+0000 7f6b04188200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:34:35.779 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:35 smithi076 bash[23413]: debug 2024-04-19T14:34:35.654+0000 7f6b04188200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:34:35.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:35 smithi070 bash[21921]: debug 2024-04-19T14:34:35.469+0000 7fcae8cbc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-19T14:34:35.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:35 smithi070 bash[21921]: debug 2024-04-19T14:34:35.589+0000 7fcae8cbc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-19T14:34:35.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:35 smithi070 bash[21921]: debug 2024-04-19T14:34:35.693+0000 7fcae8cbc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-19T14:34:36.278 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:36 smithi076 bash[23413]: debug 2024-04-19T14:34:36.010+0000 7f6b04188200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:34:36.279 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:36 smithi076 bash[23413]: debug 2024-04-19T14:34:36.122+0000 7f6b04188200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:34:36.279 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:36 smithi076 bash[23413]: debug 2024-04-19T14:34:36.222+0000 7f6b04188200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:34:36.326 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:36 smithi070 bash[21921]: debug 2024-04-19T14:34:36.057+0000 7fcae8cbc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-19T14:34:36.326 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:36 smithi070 bash[21921]: debug 2024-04-19T14:34:36.173+0000 7fcae8cbc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-19T14:34:36.326 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:36 smithi070 bash[21921]: debug 2024-04-19T14:34:36.281+0000 7fcae8cbc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-19T14:34:37.028 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:36 smithi076 bash[23413]: debug 2024-04-19T14:34:36.578+0000 7f6b04188200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:34:37.028 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:36 smithi076 bash[23413]: debug 2024-04-19T14:34:36.818+0000 7f6b04188200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:34:37.085 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:36 smithi070 bash[21921]: debug 2024-04-19T14:34:36.665+0000 7fcae8cbc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-19T14:34:37.085 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:36 smithi070 bash[21921]: debug 2024-04-19T14:34:36.909+0000 7fcae8cbc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-19T14:34:37.365 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:37 smithi070 bash[21921]: debug 2024-04-19T14:34:37.181+0000 7fcae8cbc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:34:37.365 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:37 smithi070 bash[21921]: debug 2024-04-19T14:34:37.297+0000 7fcae8cbc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:34:37.450 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:37 smithi076 bash[23413]: debug 2024-04-19T14:34:37.078+0000 7f6b04188200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-19T14:34:37.450 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:37 smithi076 bash[23413]: debug 2024-04-19T14:34:37.190+0000 7f6b04188200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-19T14:34:37.450 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:37 smithi076 bash[23413]: debug 2024-04-19T14:34:37.458+0000 7f6b04188200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:34:37.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:37 smithi070 bash[21921]: debug 2024-04-19T14:34:37.573+0000 7fcae8cbc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-19T14:34:38.212 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:37 smithi076 bash[23413]: debug 2024-04-19T14:34:37.870+0000 7f6b04188200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:34:38.213 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:38 smithi076 bash[23413]: debug 2024-04-19T14:34:38.106+0000 7f6b04188200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:34:38.345 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:37 smithi070 bash[21921]: debug 2024-04-19T14:34:37.989+0000 7fcae8cbc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:34:38.345 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:38 smithi070 bash[21921]: debug 2024-04-19T14:34:38.233+0000 7fcae8cbc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-19T14:34:38.528 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:38 smithi076 bash[23413]: debug 2024-04-19T14:34:38.222+0000 7f6b04188200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:34:38.528 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:38 smithi076 bash[23413]: debug 2024-04-19T14:34:38.466+0000 7f6b04188200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:34:38.596 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:38 smithi070 bash[21921]: debug 2024-04-19T14:34:38.349+0000 7fcae8cbc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-19T14:34:38.865 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:38 smithi070 bash[21921]: debug 2024-04-19T14:34:38.601+0000 7fcae8cbc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-19T14:34:39.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:39 smithi076 bash[23413]: debug 2024-04-19T14:34:39.461+0000 7f6b04188200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:34:39.778 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:39 smithi076 bash[23413]: debug 2024-04-19T14:34:39.577+0000 7f6b04188200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:34:40.037 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:39 smithi070 bash[21921]: debug 2024-04-19T14:34:39.625+0000 7fcae8cbc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-19T14:34:40.037 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:39 smithi070 bash[21921]: debug 2024-04-19T14:34:39.741+0000 7fcae8cbc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-19T14:34:40.278 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:39 smithi076 bash[23413]: debug 2024-04-19T14:34:39.869+0000 7f6b04188200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:34:40.278 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:39 smithi076 bash[23413]: debug 2024-04-19T14:34:39.977+0000 7f6b04188200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:34:40.365 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21921]: debug 2024-04-19T14:34:40.041+0000 7fcae8cbc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-19T14:34:40.365 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21921]: debug 2024-04-19T14:34:40.157+0000 7fcae8cbc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[23413]: debug 2024-04-19T14:34:40.425+0000 7f6b04188200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[23413]: debug 2024-04-19T14:34:40.545+0000 7f6b04188200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[23413]: [19/Apr/2024:14:34:40] ENGINE Bus STARTING 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.567931+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.567931+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.568156+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.568156+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.573143+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.573143+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.574384+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:34:40.669 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.574384+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:34:40.670 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.577891+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:34:40.670 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.577891+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:34:40.670 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.579372+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:34:40.670 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[22317]: audit 2024-04-19T14:34:40.579372+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:34:40.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.567931+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.567931+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.568156+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.568156+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.573143+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.573143+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.574384+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.574384+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.577891+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.577891+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.579372+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:34:40.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:40 smithi094 bash[22402]: audit 2024-04-19T14:34:40.579372+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:34:40.863 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21921]: debug 2024-04-19T14:34:40.613+0000 7fcae8cbc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21921]: debug 2024-04-19T14:34:40.741+0000 7fcae8cbc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.567931+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.567931+0000 mon.a (mon.0) 765 : cluster [DBG] Standby manager daemon b restarted 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.568156+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.568156+0000 mon.a (mon.0) 766 : cluster [DBG] Standby manager daemon b started 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.573143+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.573143+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.574384+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.574384+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.577891+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:34:40.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.577891+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-19T14:34:40.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.579372+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:34:40.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21665]: audit 2024-04-19T14:34:40.579372+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.76:0/2060127866' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-19T14:34:40.928 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[23413]: CherryPy Checker: 2024-04-19T14:34:40.928 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[23413]: The Application mounted at '' has an empty config. 2024-04-19T14:34:40.929 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[23413]: [19/Apr/2024:14:34:40] ENGINE Serving on http://:::9283 2024-04-19T14:34:40.929 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:34:40 smithi076 bash[23413]: [19/Apr/2024:14:34:40] ENGINE Bus STARTED 2024-04-19T14:34:41.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:40 smithi070 bash[21921]: [19/Apr/2024:14:34:40] ENGINE Bus STARTING 2024-04-19T14:34:41.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21921]: CherryPy Checker: 2024-04-19T14:34:41.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21921]: The Application mounted at '' has an empty config. 2024-04-19T14:34:41.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21921]: [19/Apr/2024:14:34:41] ENGINE Serving on http://:::9283 2024-04-19T14:34:41.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21921]: [19/Apr/2024:14:34:41] ENGINE Bus STARTED 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.629141+0000 mon.a (mon.0) 767 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.629141+0000 mon.a (mon.0) 767 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.765154+0000 mon.a (mon.0) 768 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.765154+0000 mon.a (mon.0) 768 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.765677+0000 mon.a (mon.0) 769 : cluster [INF] Activating manager daemon a 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.765677+0000 mon.a (mon.0) 769 : cluster [INF] Activating manager daemon a 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.776525+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.776525+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.777336+0000 mon.a (mon.0) 771 : cluster [DBG] mgrmap e18: a(active, starting, since 0.011829s), standbys: b 2024-04-19T14:34:41.998 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.777336+0000 mon.a (mon.0) 771 : cluster [DBG] mgrmap e18: a(active, starting, since 0.011829s), standbys: b 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.780068+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.780068+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.780396+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.780396+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.780721+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.780721+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.782361+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.782361+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.782748+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.782748+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.783006+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.783006+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.783432+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:34:41.999 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.783432+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.783859+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.783859+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.784257+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.784257+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.784533+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.784533+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.784883+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.784883+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.809307+0000 mon.a (mon.0) 783 : cluster [INF] Manager daemon a is now available 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cluster 2024-04-19T14:34:40.809307+0000 mon.a (mon.0) 783 : cluster [INF] Manager daemon a is now available 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.840890+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.840890+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.844324+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.844324+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:42.000 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.851290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.851290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.852124+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.852124+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.854668+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.854668+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.856072+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.856072+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.860515+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.860515+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.862920+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.862920+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.864076+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:42.001 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.864076+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:40.865426+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:40.865426+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:40.865832+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:40.865832+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:40.866032+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:40.866032+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.866769+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.866769+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.871684+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.871684+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.882025+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:34:42.002 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.882025+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.895379+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: audit 2024-04-19T14:34:40.895379+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.439466+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.439466+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.483727+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.483727+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.509456+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.003 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:41 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.509456+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.629141+0000 mon.a (mon.0) 767 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-19T14:34:42.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.629141+0000 mon.a (mon.0) 767 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-19T14:34:42.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.765154+0000 mon.a (mon.0) 768 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:34:42.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.765154+0000 mon.a (mon.0) 768 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:34:42.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.765677+0000 mon.a (mon.0) 769 : cluster [INF] Activating manager daemon a 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.765677+0000 mon.a (mon.0) 769 : cluster [INF] Activating manager daemon a 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.776525+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.776525+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.777336+0000 mon.a (mon.0) 771 : cluster [DBG] mgrmap e18: a(active, starting, since 0.011829s), standbys: b 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.777336+0000 mon.a (mon.0) 771 : cluster [DBG] mgrmap e18: a(active, starting, since 0.011829s), standbys: b 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.780068+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.780068+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.780396+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.780396+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.780721+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.780721+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.782361+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.782361+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.782748+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:34:42.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.782748+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:34:42.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.783006+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:34:42.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.783006+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:34:42.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.783432+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:34:42.030 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.783432+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.783859+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.783859+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.784257+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.784257+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.784533+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.784533+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.784883+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.784883+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.809307+0000 mon.a (mon.0) 783 : cluster [INF] Manager daemon a is now available 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cluster 2024-04-19T14:34:40.809307+0000 mon.a (mon.0) 783 : cluster [INF] Manager daemon a is now available 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.840890+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.840890+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.844324+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:42.031 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.844324+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.851290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.851290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.852124+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.852124+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.854668+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.854668+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.856072+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.856072+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.860515+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.860515+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.862920+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.862920+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.864076+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.864076+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:42.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:40.865426+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:40.865426+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:40.865832+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:40.865832+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:40.866032+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:40.866032+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.866769+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.866769+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.871684+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.871684+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.882025+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.882025+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.895379+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: audit 2024-04-19T14:34:40.895379+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.439466+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.439466+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.483727+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.483727+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.509456+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:41 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.509456+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.629141+0000 mon.a (mon.0) 767 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-19T14:34:42.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.629141+0000 mon.a (mon.0) 767 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-04-19T14:34:42.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.765154+0000 mon.a (mon.0) 768 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:34:42.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.765154+0000 mon.a (mon.0) 768 : cluster [INF] Active manager daemon a restarted 2024-04-19T14:34:42.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.765677+0000 mon.a (mon.0) 769 : cluster [INF] Activating manager daemon a 2024-04-19T14:34:42.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.765677+0000 mon.a (mon.0) 769 : cluster [INF] Activating manager daemon a 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.776525+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.776525+0000 mon.a (mon.0) 770 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.777336+0000 mon.a (mon.0) 771 : cluster [DBG] mgrmap e18: a(active, starting, since 0.011829s), standbys: b 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.777336+0000 mon.a (mon.0) 771 : cluster [DBG] mgrmap e18: a(active, starting, since 0.011829s), standbys: b 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.780068+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.780068+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.780396+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.780396+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.780721+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.780721+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.782361+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.782361+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.782748+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:34:42.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.782748+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-19T14:34:42.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.783006+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:34:42.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.783006+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-19T14:34:42.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.783432+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:34:42.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.783432+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-19T14:34:42.117 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.783859+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.783859+0000 mon.a (mon.0) 779 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.784257+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.784257+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.784533+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.784533+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.784883+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.784883+0000 mon.a (mon.0) 782 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.809307+0000 mon.a (mon.0) 783 : cluster [INF] Manager daemon a is now available 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cluster 2024-04-19T14:34:40.809307+0000 mon.a (mon.0) 783 : cluster [INF] Manager daemon a is now available 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.840890+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.840890+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.844324+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.844324+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:42.118 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.851290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.851290+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.852124+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.852124+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.854668+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.854668+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi076", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.856072+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.856072+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi070", "name": "osd_memory_target"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.860515+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.860515+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.862920+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.862920+0000 mon.a (mon.0) 791 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.864076+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.864076+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:42.119 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:40.865426+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:40.865426+0000 mgr.a (mgr.14373) 1 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.conf 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:40.865832+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:40.865832+0000 mgr.a (mgr.14373) 2 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.conf 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:40.866032+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:40.866032+0000 mgr.a (mgr.14373) 3 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.866769+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.866769+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.871684+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.871684+0000 mon.a (mon.0) 794 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.882025+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.882025+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.895379+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: audit 2024-04-19T14:34:40.895379+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.439466+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.120 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.439466+0000 mgr.a (mgr.14373) 4 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.483727+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.483727+0000 mgr.a (mgr.14373) 5 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.509456+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:42.121 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:41 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.509456+0000 mgr.a (mgr.14373) 6 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-19T14:34:43.028 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cluster 2024-04-19T14:34:41.780809+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e19: a(active, since 1.01533s), standbys: b 2024-04-19T14:34:43.028 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cluster 2024-04-19T14:34:41.780809+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e19: a(active, since 1.01533s), standbys: b 2024-04-19T14:34:43.028 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cluster 2024-04-19T14:34:41.787239+0000 mgr.a (mgr.14373) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:43.028 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cluster 2024-04-19T14:34:41.787239+0000 mgr.a (mgr.14373) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:43.028 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.872041+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.872041+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.887162+0000 mgr.a (mgr.14373) 9 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Bus STARTING 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.887162+0000 mgr.a (mgr.14373) 9 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Bus STARTING 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.921678+0000 mgr.a (mgr.14373) 10 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.921678+0000 mgr.a (mgr.14373) 10 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.991242+0000 mgr.a (mgr.14373) 11 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:41.991242+0000 mgr.a (mgr.14373) 11 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.037447+0000 mgr.a (mgr.14373) 12 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.037447+0000 mgr.a (mgr.14373) 12 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.072077+0000 mgr.a (mgr.14373) 13 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.072077+0000 mgr.a (mgr.14373) 13 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.086108+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.029 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.086108+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.113057+0000 mgr.a (mgr.14373) 15 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Serving on https://172.21.15.70:7151 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.113057+0000 mgr.a (mgr.14373) 15 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Serving on https://172.21.15.70:7151 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.113429+0000 mgr.a (mgr.14373) 16 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Bus STARTED 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.113429+0000 mgr.a (mgr.14373) 16 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Bus STARTED 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.208297+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.208297+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.213955+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.213955+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.237133+0000 mgr.a (mgr.14373) 17 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.237133+0000 mgr.a (mgr.14373) 17 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.257518+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.257518+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.265768+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.265768+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.030 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.359254+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.359254+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.367823+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.367823+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.376173+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.376173+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.377253+0000 mgr.a (mgr.14373) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.377253+0000 mgr.a (mgr.14373) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.384508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.384508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.451525+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:34:43.031 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:42 smithi094 bash[22402]: audit 2024-04-19T14:34:42.451525+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cluster 2024-04-19T14:34:41.780809+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e19: a(active, since 1.01533s), standbys: b 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cluster 2024-04-19T14:34:41.780809+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e19: a(active, since 1.01533s), standbys: b 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cluster 2024-04-19T14:34:41.787239+0000 mgr.a (mgr.14373) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cluster 2024-04-19T14:34:41.787239+0000 mgr.a (mgr.14373) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.872041+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.872041+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.887162+0000 mgr.a (mgr.14373) 9 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Bus STARTING 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.887162+0000 mgr.a (mgr.14373) 9 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Bus STARTING 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.921678+0000 mgr.a (mgr.14373) 10 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.921678+0000 mgr.a (mgr.14373) 10 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.991242+0000 mgr.a (mgr.14373) 11 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:34:43.032 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:41.991242+0000 mgr.a (mgr.14373) 11 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.037447+0000 mgr.a (mgr.14373) 12 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.037447+0000 mgr.a (mgr.14373) 12 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.072077+0000 mgr.a (mgr.14373) 13 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.072077+0000 mgr.a (mgr.14373) 13 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.086108+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.086108+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.113057+0000 mgr.a (mgr.14373) 15 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Serving on https://172.21.15.70:7151 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.113057+0000 mgr.a (mgr.14373) 15 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Serving on https://172.21.15.70:7151 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.113429+0000 mgr.a (mgr.14373) 16 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Bus STARTED 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.113429+0000 mgr.a (mgr.14373) 16 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Bus STARTED 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.208297+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.208297+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.213955+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.213955+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.033 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.237133+0000 mgr.a (mgr.14373) 17 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.237133+0000 mgr.a (mgr.14373) 17 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.257518+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.257518+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.265768+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.265768+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.359254+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.359254+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.367823+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.367823+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.376173+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.376173+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.377253+0000 mgr.a (mgr.14373) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.377253+0000 mgr.a (mgr.14373) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.384508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.034 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.384508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.451525+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:34:43.035 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:42 smithi076 bash[22317]: audit 2024-04-19T14:34:42.451525+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cluster 2024-04-19T14:34:41.780809+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e19: a(active, since 1.01533s), standbys: b 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cluster 2024-04-19T14:34:41.780809+0000 mon.a (mon.0) 797 : cluster [DBG] mgrmap e19: a(active, since 1.01533s), standbys: b 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cluster 2024-04-19T14:34:41.787239+0000 mgr.a (mgr.14373) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cluster 2024-04-19T14:34:41.787239+0000 mgr.a (mgr.14373) 7 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.872041+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.872041+0000 mgr.a (mgr.14373) 8 : cephadm [INF] Updating smithi070:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.887162+0000 mgr.a (mgr.14373) 9 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Bus STARTING 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.887162+0000 mgr.a (mgr.14373) 9 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Bus STARTING 2024-04-19T14:34:43.100 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.921678+0000 mgr.a (mgr.14373) 10 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.921678+0000 mgr.a (mgr.14373) 10 : cephadm [INF] Updating smithi076:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.991242+0000 mgr.a (mgr.14373) 11 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:41.991242+0000 mgr.a (mgr.14373) 11 : cephadm [INF] [19/Apr/2024:14:34:41] ENGINE Serving on http://172.21.15.70:8765 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.037447+0000 mgr.a (mgr.14373) 12 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.037447+0000 mgr.a (mgr.14373) 12 : cephadm [INF] Updating smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.072077+0000 mgr.a (mgr.14373) 13 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.072077+0000 mgr.a (mgr.14373) 13 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.086108+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.086108+0000 mgr.a (mgr.14373) 14 : cephadm [INF] Updating smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.113057+0000 mgr.a (mgr.14373) 15 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Serving on https://172.21.15.70:7151 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.113057+0000 mgr.a (mgr.14373) 15 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Serving on https://172.21.15.70:7151 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.113429+0000 mgr.a (mgr.14373) 16 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Bus STARTED 2024-04-19T14:34:43.101 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.113429+0000 mgr.a (mgr.14373) 16 : cephadm [INF] [19/Apr/2024:14:34:42] ENGINE Bus STARTED 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.208297+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.208297+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.213955+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.213955+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.237133+0000 mgr.a (mgr.14373) 17 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.237133+0000 mgr.a (mgr.14373) 17 : cephadm [INF] Updating smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.257518+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.257518+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.265768+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.102 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.265768+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.359254+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.359254+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.367823+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.367823+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.376173+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.376173+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.377253+0000 mgr.a (mgr.14373) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.377253+0000 mgr.a (mgr.14373) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.384508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.384508+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.451525+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:34:43.103 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:42 smithi070 bash[21665]: audit 2024-04-19T14:34:42.451525+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi070", "caps": []}]: dispatch 2024-04-19T14:34:44.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.685883+0000 mgr.a (mgr.14373) 19 : cephadm [INF] Reconfiguring grafana.smithi070 (dependencies changed)... 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.685883+0000 mgr.a (mgr.14373) 19 : cephadm [INF] Reconfiguring grafana.smithi070 (dependencies changed)... 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.708172+0000 mgr.a (mgr.14373) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi070 on smithi070 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cephadm 2024-04-19T14:34:42.708172+0000 mgr.a (mgr.14373) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi070 on smithi070 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cluster 2024-04-19T14:34:42.783904+0000 mgr.a (mgr.14373) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cluster 2024-04-19T14:34:42.783904+0000 mgr.a (mgr.14373) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: audit 2024-04-19T14:34:42.975984+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: audit 2024-04-19T14:34:42.975984+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: audit 2024-04-19T14:34:43.097038+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: audit 2024-04-19T14:34:43.097038+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cluster 2024-04-19T14:34:43.795377+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:34:44.244 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:43 smithi094 bash[22402]: cluster 2024-04-19T14:34:43.795377+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:34:44.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.685883+0000 mgr.a (mgr.14373) 19 : cephadm [INF] Reconfiguring grafana.smithi070 (dependencies changed)... 2024-04-19T14:34:44.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.685883+0000 mgr.a (mgr.14373) 19 : cephadm [INF] Reconfiguring grafana.smithi070 (dependencies changed)... 2024-04-19T14:34:44.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.708172+0000 mgr.a (mgr.14373) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi070 on smithi070 2024-04-19T14:34:44.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cephadm 2024-04-19T14:34:42.708172+0000 mgr.a (mgr.14373) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi070 on smithi070 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cluster 2024-04-19T14:34:42.783904+0000 mgr.a (mgr.14373) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cluster 2024-04-19T14:34:42.783904+0000 mgr.a (mgr.14373) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: audit 2024-04-19T14:34:42.975984+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: audit 2024-04-19T14:34:42.975984+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: audit 2024-04-19T14:34:43.097038+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: audit 2024-04-19T14:34:43.097038+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cluster 2024-04-19T14:34:43.795377+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:34:44.279 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:43 smithi076 bash[22317]: cluster 2024-04-19T14:34:43.795377+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:34:44.389 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.685883+0000 mgr.a (mgr.14373) 19 : cephadm [INF] Reconfiguring grafana.smithi070 (dependencies changed)... 2024-04-19T14:34:44.389 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.685883+0000 mgr.a (mgr.14373) 19 : cephadm [INF] Reconfiguring grafana.smithi070 (dependencies changed)... 2024-04-19T14:34:44.389 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.708172+0000 mgr.a (mgr.14373) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi070 on smithi070 2024-04-19T14:34:44.389 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cephadm 2024-04-19T14:34:42.708172+0000 mgr.a (mgr.14373) 20 : cephadm [INF] Reconfiguring daemon grafana.smithi070 on smithi070 2024-04-19T14:34:44.389 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cluster 2024-04-19T14:34:42.783904+0000 mgr.a (mgr.14373) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cluster 2024-04-19T14:34:42.783904+0000 mgr.a (mgr.14373) 21 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: audit 2024-04-19T14:34:42.975984+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: audit 2024-04-19T14:34:42.975984+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: audit 2024-04-19T14:34:43.097038+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: audit 2024-04-19T14:34:43.097038+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cluster 2024-04-19T14:34:43.795377+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:34:44.390 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:43 smithi070 bash[21665]: cluster 2024-04-19T14:34:43.795377+0000 mon.a (mon.0) 809 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-04-19T14:34:46.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:45 smithi070 bash[21665]: cluster 2024-04-19T14:34:44.784146+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:45 smithi070 bash[21665]: cluster 2024-04-19T14:34:44.784146+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:45 smithi070 bash[21665]: cluster 2024-04-19T14:34:45.007759+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-19T14:34:46.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:45 smithi070 bash[21665]: cluster 2024-04-19T14:34:45.007759+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-19T14:34:46.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:45 smithi094 bash[22402]: cluster 2024-04-19T14:34:44.784146+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:45 smithi094 bash[22402]: cluster 2024-04-19T14:34:44.784146+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:45 smithi094 bash[22402]: cluster 2024-04-19T14:34:45.007759+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-19T14:34:46.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:45 smithi094 bash[22402]: cluster 2024-04-19T14:34:45.007759+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-19T14:34:46.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:45 smithi076 bash[22317]: cluster 2024-04-19T14:34:44.784146+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:45 smithi076 bash[22317]: cluster 2024-04-19T14:34:44.784146+0000 mgr.a (mgr.14373) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:46.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:45 smithi076 bash[22317]: cluster 2024-04-19T14:34:45.007759+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-19T14:34:46.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:45 smithi076 bash[22317]: cluster 2024-04-19T14:34:45.007759+0000 mon.a (mon.0) 810 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-04-19T14:34:47.584 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:47 smithi070 bash[21665]: audit 2024-04-19T14:34:46.510937+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:47.584 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:47 smithi070 bash[21665]: audit 2024-04-19T14:34:46.510937+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:47.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:47 smithi076 bash[22317]: audit 2024-04-19T14:34:46.510937+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:47.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:47 smithi076 bash[22317]: audit 2024-04-19T14:34:46.510937+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:47.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:47 smithi094 bash[22402]: audit 2024-04-19T14:34:46.510937+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:47.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:47 smithi094 bash[22402]: audit 2024-04-19T14:34:46.510937+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: cluster 2024-04-19T14:34:46.784593+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:48.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: cluster 2024-04-19T14:34:46.784593+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:48.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: audit 2024-04-19T14:34:48.351525+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: audit 2024-04-19T14:34:48.351525+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: audit 2024-04-19T14:34:48.359910+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: audit 2024-04-19T14:34:48.359910+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: audit 2024-04-19T14:34:48.393836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:34:48.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:48 smithi070 bash[21665]: audit 2024-04-19T14:34:48.393836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:34:48.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: cluster 2024-04-19T14:34:46.784593+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:48.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: cluster 2024-04-19T14:34:46.784593+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:48.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: audit 2024-04-19T14:34:48.351525+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: audit 2024-04-19T14:34:48.351525+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: audit 2024-04-19T14:34:48.359910+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: audit 2024-04-19T14:34:48.359910+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: audit 2024-04-19T14:34:48.393836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:34:48.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:48 smithi076 bash[22317]: audit 2024-04-19T14:34:48.393836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:34:48.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: cluster 2024-04-19T14:34:46.784593+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:48.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: cluster 2024-04-19T14:34:46.784593+0000 mgr.a (mgr.14373) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:34:48.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: audit 2024-04-19T14:34:48.351525+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: audit 2024-04-19T14:34:48.351525+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: audit 2024-04-19T14:34:48.359910+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: audit 2024-04-19T14:34:48.359910+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:48.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: audit 2024-04-19T14:34:48.393836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:34:48.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:48 smithi094 bash[22402]: audit 2024-04-19T14:34:48.393836+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi076", "caps": []}]: dispatch 2024-04-19T14:34:49.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:49 smithi076 bash[22317]: audit 2024-04-19T14:34:49.073823+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:34:49.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:49 smithi076 bash[22317]: audit 2024-04-19T14:34:49.073823+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:34:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:49 smithi070 bash[21665]: audit 2024-04-19T14:34:49.073823+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:34:49.812 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:49 smithi070 bash[21665]: audit 2024-04-19T14:34:49.073823+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:34:49.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:49 smithi094 bash[22402]: audit 2024-04-19T14:34:49.073823+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:34:49.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:49 smithi094 bash[22402]: audit 2024-04-19T14:34:49.073823+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: cluster 2024-04-19T14:34:48.785134+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: cluster 2024-04-19T14:34:48.785134+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.205783+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.205783+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.275870+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.275870+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.287165+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.615 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.287165+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.293195+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.293195+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.395409+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.616 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:50 smithi070 bash[21665]: audit 2024-04-19T14:34:50.395409+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: cluster 2024-04-19T14:34:48.785134+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-19T14:34:50.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: cluster 2024-04-19T14:34:48.785134+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-19T14:34:50.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.205783+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.205783+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.275870+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.275870+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.287165+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.287165+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.293195+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.293195+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.395409+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:50 smithi076 bash[22317]: audit 2024-04-19T14:34:50.395409+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: cluster 2024-04-19T14:34:48.785134+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: cluster 2024-04-19T14:34:48.785134+0000 mgr.a (mgr.14373) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.205783+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.205783+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.275870+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.275870+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.287165+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.918 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.287165+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.919 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.293195+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.919 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.293195+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.919 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.395409+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:50.919 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:50 smithi094 bash[22402]: audit 2024-04-19T14:34:50.395409+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: cephadm 2024-04-19T14:34:50.170636+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: cephadm 2024-04-19T14:34:50.170636+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: cephadm 2024-04-19T14:34:50.183418+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: cephadm 2024-04-19T14:34:50.183418+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:50.936881+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:50.936881+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:51.070508+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:51.070508+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:51.178397+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:51.178397+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:51.209059+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:51 smithi076 bash[22317]: audit 2024-04-19T14:34:51.209059+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: cephadm 2024-04-19T14:34:50.170636+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: cephadm 2024-04-19T14:34:50.170636+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: cephadm 2024-04-19T14:34:50.183418+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: cephadm 2024-04-19T14:34:50.183418+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:50.936881+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:50.936881+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:51.070508+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:51.070508+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:51.178397+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:51.178397+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:51.209059+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:51 smithi070 bash[21665]: audit 2024-04-19T14:34:51.209059+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: cephadm 2024-04-19T14:34:50.170636+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-04-19T14:34:51.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: cephadm 2024-04-19T14:34:50.170636+0000 mgr.a (mgr.14373) 25 : cephadm [INF] Reconfiguring alertmanager.smithi094 (dependencies changed)... 2024-04-19T14:34:51.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: cephadm 2024-04-19T14:34:50.183418+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: cephadm 2024-04-19T14:34:50.183418+0000 mgr.a (mgr.14373) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi094 on smithi094 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:50.936881+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:50.936881+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:51.070508+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:51.070508+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:51.178397+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:51.178397+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:51.209059+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:51.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:51 smithi094 bash[22402]: audit 2024-04-19T14:34:51.209059+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:52.594 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:52 smithi094 bash[22402]: cluster 2024-04-19T14:34:50.785621+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-19T14:34:52.594 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:52 smithi094 bash[22402]: cluster 2024-04-19T14:34:50.785621+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-19T14:34:52.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:52 smithi070 bash[21665]: cluster 2024-04-19T14:34:50.785621+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-19T14:34:52.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:52 smithi070 bash[21665]: cluster 2024-04-19T14:34:50.785621+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-19T14:34:52.871 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:52 smithi076 bash[22317]: cluster 2024-04-19T14:34:50.785621+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-19T14:34:52.871 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:52 smithi076 bash[22317]: cluster 2024-04-19T14:34:50.785621+0000 mgr.a (mgr.14373) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-04-19T14:34:54.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:54 smithi094 bash[22402]: cluster 2024-04-19T14:34:52.786172+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-19T14:34:54.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:54 smithi094 bash[22402]: cluster 2024-04-19T14:34:52.786172+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-19T14:34:54.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:54 smithi094 bash[22402]: audit 2024-04-19T14:34:53.990641+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:54 smithi094 bash[22402]: audit 2024-04-19T14:34:53.990641+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:54 smithi094 bash[22402]: audit 2024-04-19T14:34:54.023292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:54 smithi094 bash[22402]: audit 2024-04-19T14:34:54.023292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:54 smithi070 bash[21665]: cluster 2024-04-19T14:34:52.786172+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-19T14:34:54.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:54 smithi070 bash[21665]: cluster 2024-04-19T14:34:52.786172+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-19T14:34:54.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:54 smithi070 bash[21665]: audit 2024-04-19T14:34:53.990641+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:54 smithi070 bash[21665]: audit 2024-04-19T14:34:53.990641+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:54 smithi070 bash[21665]: audit 2024-04-19T14:34:54.023292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:54 smithi070 bash[21665]: audit 2024-04-19T14:34:54.023292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.873 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:54 smithi076 bash[22317]: cluster 2024-04-19T14:34:52.786172+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-19T14:34:54.873 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:54 smithi076 bash[22317]: cluster 2024-04-19T14:34:52.786172+0000 mgr.a (mgr.14373) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-04-19T14:34:54.873 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:54 smithi076 bash[22317]: audit 2024-04-19T14:34:53.990641+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.873 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:54 smithi076 bash[22317]: audit 2024-04-19T14:34:53.990641+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.873 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:54 smithi076 bash[22317]: audit 2024-04-19T14:34:54.023292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:54.873 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:54 smithi076 bash[22317]: audit 2024-04-19T14:34:54.023292+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.114 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STOPPING 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STOPPED 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STARTING 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Serving on http://:::9283 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STARTED 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STOPPING 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STOPPED 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STARTING 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Serving on http://:::9283 2024-04-19T14:34:56.115 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:34:55 smithi070 bash[21921]: [19/Apr/2024:14:34:55] ENGINE Bus STARTED 2024-04-19T14:34:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: cluster 2024-04-19T14:34:54.786764+0000 mgr.a (mgr.14373) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: cluster 2024-04-19T14:34:54.786764+0000 mgr.a (mgr.14373) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.462194+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.462194+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.649487+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.649487+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.658746+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.658746+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.715437+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.715437+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.718790+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.718790+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.726648+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.726648+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.749091+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.749091+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.753253+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.753253+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:56.745 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.758607+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.758607+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.777025+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.777025+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.780019+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.780019+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.780958+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.780958+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.786729+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.786729+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.871886+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:55.871886+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:56.036981+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.746 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:56.036981+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:56.042675+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:56.042675+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:56.047839+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.747 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:56 smithi094 bash[22402]: audit 2024-04-19T14:34:56.047839+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: cluster 2024-04-19T14:34:54.786764+0000 mgr.a (mgr.14373) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: cluster 2024-04-19T14:34:54.786764+0000 mgr.a (mgr.14373) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.462194+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.462194+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.649487+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.649487+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.658746+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.658746+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.715437+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.715437+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.718790+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.718790+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:56.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.726648+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.726648+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.749091+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.749091+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.753253+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.753253+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.758607+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.758607+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.777025+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.777025+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.780019+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.780019+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.780958+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.780958+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.786729+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.786729+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.871886+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:55.871886+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:56.036981+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:56.036981+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:56.042675+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:56.042675+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:56.047839+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.781 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:56 smithi076 bash[22317]: audit 2024-04-19T14:34:56.047839+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: cluster 2024-04-19T14:34:54.786764+0000 mgr.a (mgr.14373) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:56.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: cluster 2024-04-19T14:34:54.786764+0000 mgr.a (mgr.14373) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:56.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.462194+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.462194+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.649487+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.649487+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.658746+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.658746+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.715437+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.715437+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.718790+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.718790+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.726648+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.726648+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.749091+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.749091+0000 mon.a (mon.0) 833 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.753253+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.753253+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:56.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.758607+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.758607+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.777025+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.777025+0000 mon.a (mon.0) 836 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.780019+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.780019+0000 mon.a (mon.0) 837 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.780958+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.780958+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.786729+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.786729+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.871886+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:55.871886+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:56.036981+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:56.036981+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:56.042675+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:56.042675+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:56.047839+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:56.868 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:56 smithi070 bash[21665]: audit 2024-04-19T14:34:56.047839+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.716500+0000 mgr.a (mgr.14373) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.716500+0000 mgr.a (mgr.14373) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.719768+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.719768+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.749677+0000 mgr.a (mgr.14373) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.749677+0000 mgr.a (mgr.14373) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.753666+0000 mgr.a (mgr.14373) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:55.753666+0000 mgr.a (mgr.14373) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: cephadm 2024-04-19T14:34:55.787370+0000 mgr.a (mgr.14373) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: cephadm 2024-04-19T14:34:55.787370+0000 mgr.a (mgr.14373) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:57.779 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:56.513353+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:56.513353+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:56.517659+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:56.517659+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:56.522273+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:56.522273+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:57.231320+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:57.231320+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:57.240995+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:57.240995+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:57.251512+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.780 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:57 smithi076 bash[22317]: audit 2024-04-19T14:34:57.251512+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.716500+0000 mgr.a (mgr.14373) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:57.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.716500+0000 mgr.a (mgr.14373) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:57.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.719768+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:57.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.719768+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.749677+0000 mgr.a (mgr.14373) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.749677+0000 mgr.a (mgr.14373) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.753666+0000 mgr.a (mgr.14373) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:55.753666+0000 mgr.a (mgr.14373) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: cephadm 2024-04-19T14:34:55.787370+0000 mgr.a (mgr.14373) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: cephadm 2024-04-19T14:34:55.787370+0000 mgr.a (mgr.14373) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:56.513353+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:56.513353+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:56.517659+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:56.517659+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:56.522273+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:56.522273+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:57.231320+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:57.231320+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:57.240995+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:57.240995+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:57.251512+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.867 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:57 smithi070 bash[21665]: audit 2024-04-19T14:34:57.251512+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.908 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.716500+0000 mgr.a (mgr.14373) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:57.908 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.716500+0000 mgr.a (mgr.14373) 30 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-19T14:34:57.908 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.719768+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:57.908 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.719768+0000 mgr.a (mgr.14373) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi070.front.sepia.ceph.com:3000"}]: dispatch 2024-04-19T14:34:57.908 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.749677+0000 mgr.a (mgr.14373) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:57.908 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.749677+0000 mgr.a (mgr.14373) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.753666+0000 mgr.a (mgr.14373) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:55.753666+0000 mgr.a (mgr.14373) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi094.front.sepia.ceph.com:9093"}]: dispatch 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: cephadm 2024-04-19T14:34:55.787370+0000 mgr.a (mgr.14373) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: cephadm 2024-04-19T14:34:55.787370+0000 mgr.a (mgr.14373) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:56.513353+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:56.513353+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:56.517659+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:56.517659+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:56.522273+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:56.522273+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:57.231320+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:57.231320+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.909 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:57.240995+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.910 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:57.240995+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.910 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:57.251512+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:57.910 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:57 smithi094 bash[22402]: audit 2024-04-19T14:34:57.251512+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:58.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:58 smithi094 bash[22402]: cluster 2024-04-19T14:34:56.787287+0000 mgr.a (mgr.14373) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:58.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:58 smithi094 bash[22402]: cluster 2024-04-19T14:34:56.787287+0000 mgr.a (mgr.14373) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:58 smithi076 bash[22317]: cluster 2024-04-19T14:34:56.787287+0000 mgr.a (mgr.14373) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:58.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:58 smithi076 bash[22317]: cluster 2024-04-19T14:34:56.787287+0000 mgr.a (mgr.14373) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:58.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:58 smithi070 bash[21665]: cluster 2024-04-19T14:34:56.787287+0000 mgr.a (mgr.14373) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:58.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:58 smithi070 bash[21665]: cluster 2024-04-19T14:34:56.787287+0000 mgr.a (mgr.14373) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:34:59.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:59 smithi070 bash[21665]: audit 2024-04-19T14:34:58.558071+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:59.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:34:59 smithi070 bash[21665]: audit 2024-04-19T14:34:58.558071+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:59.929 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:59 smithi094 bash[22402]: audit 2024-04-19T14:34:58.558071+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:34:59.929 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:34:59 smithi094 bash[22402]: audit 2024-04-19T14:34:58.558071+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:00.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:59 smithi076 bash[22317]: audit 2024-04-19T14:34:58.558071+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:00.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:34:59 smithi076 bash[22317]: audit 2024-04-19T14:34:58.558071+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:00.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:00 smithi070 bash[21665]: cluster 2024-04-19T14:34:58.787928+0000 mgr.a (mgr.14373) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:35:00.866 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:00 smithi070 bash[21665]: cluster 2024-04-19T14:34:58.787928+0000 mgr.a (mgr.14373) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:35:00.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:00 smithi094 bash[22402]: cluster 2024-04-19T14:34:58.787928+0000 mgr.a (mgr.14373) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:35:00.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:00 smithi094 bash[22402]: cluster 2024-04-19T14:34:58.787928+0000 mgr.a (mgr.14373) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:35:01.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:00 smithi076 bash[22317]: cluster 2024-04-19T14:34:58.787928+0000 mgr.a (mgr.14373) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:35:01.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:00 smithi076 bash[22317]: cluster 2024-04-19T14:34:58.787928+0000 mgr.a (mgr.14373) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-19T14:35:01.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:01 smithi094 bash[22402]: cluster 2024-04-19T14:35:00.788506+0000 mgr.a (mgr.14373) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:01.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:01 smithi094 bash[22402]: cluster 2024-04-19T14:35:00.788506+0000 mgr.a (mgr.14373) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:01.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:01 smithi076 bash[22317]: cluster 2024-04-19T14:35:00.788506+0000 mgr.a (mgr.14373) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:01.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:01 smithi076 bash[22317]: cluster 2024-04-19T14:35:00.788506+0000 mgr.a (mgr.14373) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:01.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:01 smithi070 bash[21665]: cluster 2024-04-19T14:35:00.788506+0000 mgr.a (mgr.14373) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:01.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:01 smithi070 bash[21665]: cluster 2024-04-19T14:35:00.788506+0000 mgr.a (mgr.14373) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.648769+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.648769+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.658045+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.658045+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.668567+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.668567+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.678622+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.678622+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:02.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.684553+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.684553+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.686200+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.686200+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.695711+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.695711+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.719748+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:01.719748+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:02.234459+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:02.234459+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:02.243832+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:02.243832+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:02.254330+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:02.995 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:02 smithi094 bash[22402]: audit 2024-04-19T14:35:02.254330+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.648769+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.648769+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.658045+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.658045+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.668567+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.668567+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.678622+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.678622+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.684553+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.684553+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.686200+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.686200+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.695711+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.695711+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.719748+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:01.719748+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:02.234459+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:02.234459+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:02.243832+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:02.243832+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:02.254330+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.029 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:02 smithi076 bash[22317]: audit 2024-04-19T14:35:02.254330+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.648769+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.648769+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.658045+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.658045+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.668567+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.668567+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.678622+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.678622+0000 mon.a (mon.0) 854 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.684553+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.684553+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.686200+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.686200+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.695711+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.695711+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.719748+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:01.719748+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:02.234459+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:02.234459+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:02.243832+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:02.243832+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:02.254330+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.116 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:02 smithi070 bash[21665]: audit 2024-04-19T14:35:02.254330+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:03 smithi094 bash[22402]: cluster 2024-04-19T14:35:02.789134+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:03 smithi094 bash[22402]: cluster 2024-04-19T14:35:02.789134+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.027 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:03 smithi076 bash[22317]: cluster 2024-04-19T14:35:02.789134+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.027 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:03 smithi076 bash[22317]: cluster 2024-04-19T14:35:02.789134+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.114 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:03 smithi070 bash[21665]: cluster 2024-04-19T14:35:02.789134+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:04.114 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:03 smithi070 bash[21665]: cluster 2024-04-19T14:35:02.789134+0000 mgr.a (mgr.14373) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.114 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:05 smithi070 bash[21665]: cluster 2024-04-19T14:35:04.789703+0000 mgr.a (mgr.14373) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:05 smithi070 bash[21665]: cluster 2024-04-19T14:35:04.789703+0000 mgr.a (mgr.14373) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:05 smithi094 bash[22402]: cluster 2024-04-19T14:35:04.789703+0000 mgr.a (mgr.14373) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:05 smithi094 bash[22402]: cluster 2024-04-19T14:35:04.789703+0000 mgr.a (mgr.14373) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:05 smithi076 bash[22317]: cluster 2024-04-19T14:35:04.789703+0000 mgr.a (mgr.14373) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:06.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:05 smithi076 bash[22317]: cluster 2024-04-19T14:35:04.789703+0000 mgr.a (mgr.14373) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:08.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:07 smithi070 bash[21665]: cluster 2024-04-19T14:35:06.790518+0000 mgr.a (mgr.14373) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:08.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:07 smithi070 bash[21665]: cluster 2024-04-19T14:35:06.790518+0000 mgr.a (mgr.14373) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:08.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:07 smithi094 bash[22402]: cluster 2024-04-19T14:35:06.790518+0000 mgr.a (mgr.14373) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:08.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:07 smithi094 bash[22402]: cluster 2024-04-19T14:35:06.790518+0000 mgr.a (mgr.14373) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:08.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:07 smithi076 bash[22317]: cluster 2024-04-19T14:35:06.790518+0000 mgr.a (mgr.14373) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:08.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:07 smithi076 bash[22317]: cluster 2024-04-19T14:35:06.790518+0000 mgr.a (mgr.14373) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:10.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:09 smithi070 bash[21665]: cluster 2024-04-19T14:35:08.791090+0000 mgr.a (mgr.14373) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:10.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:09 smithi070 bash[21665]: cluster 2024-04-19T14:35:08.791090+0000 mgr.a (mgr.14373) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:10.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:09 smithi094 bash[22402]: cluster 2024-04-19T14:35:08.791090+0000 mgr.a (mgr.14373) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:10.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:09 smithi094 bash[22402]: cluster 2024-04-19T14:35:08.791090+0000 mgr.a (mgr.14373) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:10.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:09 smithi076 bash[22317]: cluster 2024-04-19T14:35:08.791090+0000 mgr.a (mgr.14373) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:10.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:09 smithi076 bash[22317]: cluster 2024-04-19T14:35:08.791090+0000 mgr.a (mgr.14373) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:12.114 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:11 smithi070 bash[21665]: cluster 2024-04-19T14:35:10.791638+0000 mgr.a (mgr.14373) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:12.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:11 smithi070 bash[21665]: cluster 2024-04-19T14:35:10.791638+0000 mgr.a (mgr.14373) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:12.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:11 smithi070 bash[21665]: audit 2024-04-19T14:35:10.872952+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:12.115 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:11 smithi070 bash[21665]: audit 2024-04-19T14:35:10.872952+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:12.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:11 smithi094 bash[22402]: cluster 2024-04-19T14:35:10.791638+0000 mgr.a (mgr.14373) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:12.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:11 smithi094 bash[22402]: cluster 2024-04-19T14:35:10.791638+0000 mgr.a (mgr.14373) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:12.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:11 smithi094 bash[22402]: audit 2024-04-19T14:35:10.872952+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:12.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:11 smithi094 bash[22402]: audit 2024-04-19T14:35:10.872952+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:12.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:11 smithi076 bash[22317]: cluster 2024-04-19T14:35:10.791638+0000 mgr.a (mgr.14373) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:12.277 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:11 smithi076 bash[22317]: cluster 2024-04-19T14:35:10.791638+0000 mgr.a (mgr.14373) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:12.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:11 smithi076 bash[22317]: audit 2024-04-19T14:35:10.872952+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:12.278 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:11 smithi076 bash[22317]: audit 2024-04-19T14:35:10.872952+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:14.027 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:13 smithi076 bash[22317]: cluster 2024-04-19T14:35:12.792176+0000 mgr.a (mgr.14373) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:14.028 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:13 smithi076 bash[22317]: cluster 2024-04-19T14:35:12.792176+0000 mgr.a (mgr.14373) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:14.114 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:13 smithi070 bash[21665]: cluster 2024-04-19T14:35:12.792176+0000 mgr.a (mgr.14373) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:14.114 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:13 smithi070 bash[21665]: cluster 2024-04-19T14:35:12.792176+0000 mgr.a (mgr.14373) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:14.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:13 smithi094 bash[22402]: cluster 2024-04-19T14:35:12.792176+0000 mgr.a (mgr.14373) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:14.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:13 smithi094 bash[22402]: cluster 2024-04-19T14:35:12.792176+0000 mgr.a (mgr.14373) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: cluster 2024-04-19T14:35:14.792712+0000 mgr.a (mgr.14373) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: cluster 2024-04-19T14:35:14.792712+0000 mgr.a (mgr.14373) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: audit 2024-04-19T14:35:15.040039+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: audit 2024-04-19T14:35:15.040039+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: audit 2024-04-19T14:35:15.045815+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: audit 2024-04-19T14:35:15.045815+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: audit 2024-04-19T14:35:15.053074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:16 smithi070 bash[21665]: audit 2024-04-19T14:35:15.053074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: cluster 2024-04-19T14:35:14.792712+0000 mgr.a (mgr.14373) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: cluster 2024-04-19T14:35:14.792712+0000 mgr.a (mgr.14373) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: audit 2024-04-19T14:35:15.040039+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: audit 2024-04-19T14:35:15.040039+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: audit 2024-04-19T14:35:15.045815+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: audit 2024-04-19T14:35:15.045815+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: audit 2024-04-19T14:35:15.053074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.494 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:16 smithi094 bash[22402]: audit 2024-04-19T14:35:15.053074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: cluster 2024-04-19T14:35:14.792712+0000 mgr.a (mgr.14373) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: cluster 2024-04-19T14:35:14.792712+0000 mgr.a (mgr.14373) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: audit 2024-04-19T14:35:15.040039+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: audit 2024-04-19T14:35:15.040039+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: audit 2024-04-19T14:35:15.045815+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: audit 2024-04-19T14:35:15.045815+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: audit 2024-04-19T14:35:15.053074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:16.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:16 smithi076 bash[22317]: audit 2024-04-19T14:35:15.053074+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.698 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: cluster 2024-04-19T14:35:16.793255+0000 mgr.a (mgr.14373) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:18.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: cluster 2024-04-19T14:35:16.793255+0000 mgr.a (mgr.14373) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:18.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: audit 2024-04-19T14:35:17.457003+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: audit 2024-04-19T14:35:17.457003+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: audit 2024-04-19T14:35:17.466925+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: audit 2024-04-19T14:35:17.466925+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: audit 2024-04-19T14:35:17.477530+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.699 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:18 smithi094 bash[22402]: audit 2024-04-19T14:35:17.477530+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: cluster 2024-04-19T14:35:16.793255+0000 mgr.a (mgr.14373) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: cluster 2024-04-19T14:35:16.793255+0000 mgr.a (mgr.14373) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: audit 2024-04-19T14:35:17.457003+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: audit 2024-04-19T14:35:17.457003+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: audit 2024-04-19T14:35:17.466925+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: audit 2024-04-19T14:35:17.466925+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: audit 2024-04-19T14:35:17.477530+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:18 smithi076 bash[22317]: audit 2024-04-19T14:35:17.477530+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: cluster 2024-04-19T14:35:16.793255+0000 mgr.a (mgr.14373) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:18.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: cluster 2024-04-19T14:35:16.793255+0000 mgr.a (mgr.14373) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:18.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: audit 2024-04-19T14:35:17.457003+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: audit 2024-04-19T14:35:17.457003+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: audit 2024-04-19T14:35:17.466925+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: audit 2024-04-19T14:35:17.466925+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: audit 2024-04-19T14:35:17.477530+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:18.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:18 smithi070 bash[21665]: audit 2024-04-19T14:35:17.477530+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:20.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:20 smithi094 bash[22402]: cluster 2024-04-19T14:35:18.793843+0000 mgr.a (mgr.14373) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:20.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:20 smithi094 bash[22402]: cluster 2024-04-19T14:35:18.793843+0000 mgr.a (mgr.14373) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:20.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:20 smithi076 bash[22317]: cluster 2024-04-19T14:35:18.793843+0000 mgr.a (mgr.14373) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:20.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:20 smithi076 bash[22317]: cluster 2024-04-19T14:35:18.793843+0000 mgr.a (mgr.14373) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:20.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:20 smithi070 bash[21665]: cluster 2024-04-19T14:35:18.793843+0000 mgr.a (mgr.14373) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:20.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:20 smithi070 bash[21665]: cluster 2024-04-19T14:35:18.793843+0000 mgr.a (mgr.14373) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: cluster 2024-04-19T14:35:20.794336+0000 mgr.a (mgr.14373) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: cluster 2024-04-19T14:35:20.794336+0000 mgr.a (mgr.14373) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: audit 2024-04-19T14:35:21.593516+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: audit 2024-04-19T14:35:21.593516+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: audit 2024-04-19T14:35:21.603211+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: audit 2024-04-19T14:35:21.603211+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: audit 2024-04-19T14:35:21.614056+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:22 smithi094 bash[22402]: audit 2024-04-19T14:35:21.614056+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: cluster 2024-04-19T14:35:20.794336+0000 mgr.a (mgr.14373) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: cluster 2024-04-19T14:35:20.794336+0000 mgr.a (mgr.14373) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: audit 2024-04-19T14:35:21.593516+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: audit 2024-04-19T14:35:21.593516+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: audit 2024-04-19T14:35:21.603211+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: audit 2024-04-19T14:35:21.603211+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: audit 2024-04-19T14:35:21.614056+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:22 smithi076 bash[22317]: audit 2024-04-19T14:35:21.614056+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: cluster 2024-04-19T14:35:20.794336+0000 mgr.a (mgr.14373) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: cluster 2024-04-19T14:35:20.794336+0000 mgr.a (mgr.14373) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:22.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: audit 2024-04-19T14:35:21.593516+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: audit 2024-04-19T14:35:21.593516+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: audit 2024-04-19T14:35:21.603211+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: audit 2024-04-19T14:35:21.603211+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: audit 2024-04-19T14:35:21.614056+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:22.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:22 smithi070 bash[21665]: audit 2024-04-19T14:35:21.614056+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:24.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:24 smithi094 bash[22402]: cluster 2024-04-19T14:35:22.794863+0000 mgr.a (mgr.14373) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:24 smithi094 bash[22402]: cluster 2024-04-19T14:35:22.794863+0000 mgr.a (mgr.14373) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:24 smithi076 bash[22317]: cluster 2024-04-19T14:35:22.794863+0000 mgr.a (mgr.14373) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:24 smithi076 bash[22317]: cluster 2024-04-19T14:35:22.794863+0000 mgr.a (mgr.14373) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:24 smithi070 bash[21665]: cluster 2024-04-19T14:35:22.794863+0000 mgr.a (mgr.14373) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:24.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:24 smithi070 bash[21665]: cluster 2024-04-19T14:35:22.794863+0000 mgr.a (mgr.14373) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:26 smithi094 bash[22402]: cluster 2024-04-19T14:35:24.795380+0000 mgr.a (mgr.14373) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:26 smithi094 bash[22402]: cluster 2024-04-19T14:35:24.795380+0000 mgr.a (mgr.14373) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:26 smithi094 bash[22402]: audit 2024-04-19T14:35:25.873172+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:26.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:26 smithi094 bash[22402]: audit 2024-04-19T14:35:25.873172+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:26.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:26 smithi076 bash[22317]: cluster 2024-04-19T14:35:24.795380+0000 mgr.a (mgr.14373) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:26 smithi076 bash[22317]: cluster 2024-04-19T14:35:24.795380+0000 mgr.a (mgr.14373) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:26 smithi076 bash[22317]: audit 2024-04-19T14:35:25.873172+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:26.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:26 smithi076 bash[22317]: audit 2024-04-19T14:35:25.873172+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:26.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:26 smithi070 bash[21665]: cluster 2024-04-19T14:35:24.795380+0000 mgr.a (mgr.14373) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:26 smithi070 bash[21665]: cluster 2024-04-19T14:35:24.795380+0000 mgr.a (mgr.14373) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:26.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:26 smithi070 bash[21665]: audit 2024-04-19T14:35:25.873172+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:26.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:26 smithi070 bash[21665]: audit 2024-04-19T14:35:25.873172+0000 mon.a (mon.0) 872 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:28.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:28 smithi094 bash[22402]: cluster 2024-04-19T14:35:26.795953+0000 mgr.a (mgr.14373) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:28.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:28 smithi094 bash[22402]: cluster 2024-04-19T14:35:26.795953+0000 mgr.a (mgr.14373) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:28.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:28 smithi076 bash[22317]: cluster 2024-04-19T14:35:26.795953+0000 mgr.a (mgr.14373) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:28.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:28 smithi076 bash[22317]: cluster 2024-04-19T14:35:26.795953+0000 mgr.a (mgr.14373) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:28.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:28 smithi070 bash[21665]: cluster 2024-04-19T14:35:26.795953+0000 mgr.a (mgr.14373) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:28.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:28 smithi070 bash[21665]: cluster 2024-04-19T14:35:26.795953+0000 mgr.a (mgr.14373) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:30.571 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:30 smithi070 bash[21665]: cluster 2024-04-19T14:35:28.796485+0000 mgr.a (mgr.14373) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:30.571 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:30 smithi070 bash[21665]: cluster 2024-04-19T14:35:28.796485+0000 mgr.a (mgr.14373) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:30.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:30 smithi094 bash[22402]: cluster 2024-04-19T14:35:28.796485+0000 mgr.a (mgr.14373) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:30.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:30 smithi094 bash[22402]: cluster 2024-04-19T14:35:28.796485+0000 mgr.a (mgr.14373) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:30.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:30 smithi076 bash[22317]: cluster 2024-04-19T14:35:28.796485+0000 mgr.a (mgr.14373) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:30.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:30 smithi076 bash[22317]: cluster 2024-04-19T14:35:28.796485+0000 mgr.a (mgr.14373) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:32.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:32 smithi094 bash[22402]: cluster 2024-04-19T14:35:30.797029+0000 mgr.a (mgr.14373) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:32.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:32 smithi094 bash[22402]: cluster 2024-04-19T14:35:30.797029+0000 mgr.a (mgr.14373) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:32.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:32 smithi076 bash[22317]: cluster 2024-04-19T14:35:30.797029+0000 mgr.a (mgr.14373) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:32.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:32 smithi076 bash[22317]: cluster 2024-04-19T14:35:30.797029+0000 mgr.a (mgr.14373) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:32.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:32 smithi070 bash[21665]: cluster 2024-04-19T14:35:30.797029+0000 mgr.a (mgr.14373) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:32.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:32 smithi070 bash[21665]: cluster 2024-04-19T14:35:30.797029+0000 mgr.a (mgr.14373) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:34.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:34 smithi094 bash[22402]: cluster 2024-04-19T14:35:32.797653+0000 mgr.a (mgr.14373) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:34.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:34 smithi094 bash[22402]: cluster 2024-04-19T14:35:32.797653+0000 mgr.a (mgr.14373) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:34.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:34 smithi076 bash[22317]: cluster 2024-04-19T14:35:32.797653+0000 mgr.a (mgr.14373) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:34.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:34 smithi076 bash[22317]: cluster 2024-04-19T14:35:32.797653+0000 mgr.a (mgr.14373) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:34.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:34 smithi070 bash[21665]: cluster 2024-04-19T14:35:32.797653+0000 mgr.a (mgr.14373) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:34.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:34 smithi070 bash[21665]: cluster 2024-04-19T14:35:32.797653+0000 mgr.a (mgr.14373) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: cluster 2024-04-19T14:35:34.798208+0000 mgr.a (mgr.14373) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: cluster 2024-04-19T14:35:34.798208+0000 mgr.a (mgr.14373) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: audit 2024-04-19T14:35:35.256904+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: audit 2024-04-19T14:35:35.256904+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: audit 2024-04-19T14:35:35.266820+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: audit 2024-04-19T14:35:35.266820+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: audit 2024-04-19T14:35:35.277083+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:36 smithi076 bash[22317]: audit 2024-04-19T14:35:35.277083+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: cluster 2024-04-19T14:35:34.798208+0000 mgr.a (mgr.14373) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: cluster 2024-04-19T14:35:34.798208+0000 mgr.a (mgr.14373) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: audit 2024-04-19T14:35:35.256904+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: audit 2024-04-19T14:35:35.256904+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: audit 2024-04-19T14:35:35.266820+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: audit 2024-04-19T14:35:35.266820+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: audit 2024-04-19T14:35:35.277083+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:36 smithi070 bash[21665]: audit 2024-04-19T14:35:35.277083+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: cluster 2024-04-19T14:35:34.798208+0000 mgr.a (mgr.14373) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: cluster 2024-04-19T14:35:34.798208+0000 mgr.a (mgr.14373) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: audit 2024-04-19T14:35:35.256904+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: audit 2024-04-19T14:35:35.256904+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: audit 2024-04-19T14:35:35.266820+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: audit 2024-04-19T14:35:35.266820+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: audit 2024-04-19T14:35:35.277083+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:36.707 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:36 smithi094 bash[22402]: audit 2024-04-19T14:35:35.277083+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: cluster 2024-04-19T14:35:36.798762+0000 mgr.a (mgr.14373) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: cluster 2024-04-19T14:35:36.798762+0000 mgr.a (mgr.14373) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: audit 2024-04-19T14:35:37.677757+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: audit 2024-04-19T14:35:37.677757+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: audit 2024-04-19T14:35:37.687961+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: audit 2024-04-19T14:35:37.687961+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: audit 2024-04-19T14:35:37.698468+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:38 smithi094 bash[22402]: audit 2024-04-19T14:35:37.698468+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: cluster 2024-04-19T14:35:36.798762+0000 mgr.a (mgr.14373) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:38.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: cluster 2024-04-19T14:35:36.798762+0000 mgr.a (mgr.14373) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:38.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: audit 2024-04-19T14:35:37.677757+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: audit 2024-04-19T14:35:37.677757+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: audit 2024-04-19T14:35:37.687961+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: audit 2024-04-19T14:35:37.687961+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: audit 2024-04-19T14:35:37.698468+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:38 smithi076 bash[22317]: audit 2024-04-19T14:35:37.698468+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: cluster 2024-04-19T14:35:36.798762+0000 mgr.a (mgr.14373) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: cluster 2024-04-19T14:35:36.798762+0000 mgr.a (mgr.14373) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: audit 2024-04-19T14:35:37.677757+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: audit 2024-04-19T14:35:37.677757+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: audit 2024-04-19T14:35:37.687961+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: audit 2024-04-19T14:35:37.687961+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: audit 2024-04-19T14:35:37.698468+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:38.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:38 smithi070 bash[21665]: audit 2024-04-19T14:35:37.698468+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:40.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:40 smithi094 bash[22402]: cluster 2024-04-19T14:35:38.799297+0000 mgr.a (mgr.14373) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:40.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:40 smithi094 bash[22402]: cluster 2024-04-19T14:35:38.799297+0000 mgr.a (mgr.14373) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:40.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:40 smithi076 bash[22317]: cluster 2024-04-19T14:35:38.799297+0000 mgr.a (mgr.14373) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:40.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:40 smithi076 bash[22317]: cluster 2024-04-19T14:35:38.799297+0000 mgr.a (mgr.14373) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:40.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:40 smithi070 bash[21665]: cluster 2024-04-19T14:35:38.799297+0000 mgr.a (mgr.14373) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:40.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:40 smithi070 bash[21665]: cluster 2024-04-19T14:35:38.799297+0000 mgr.a (mgr.14373) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:41.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:41 smithi076 bash[22317]: audit 2024-04-19T14:35:40.873552+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:41.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:41 smithi076 bash[22317]: audit 2024-04-19T14:35:40.873552+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:41.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:41 smithi070 bash[21665]: audit 2024-04-19T14:35:40.873552+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:41.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:41 smithi070 bash[21665]: audit 2024-04-19T14:35:40.873552+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:41 smithi094 bash[22402]: audit 2024-04-19T14:35:40.873552+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:41 smithi094 bash[22402]: audit 2024-04-19T14:35:40.873552+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:42.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: cluster 2024-04-19T14:35:40.799770+0000 mgr.a (mgr.14373) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:42.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: cluster 2024-04-19T14:35:40.799770+0000 mgr.a (mgr.14373) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:42.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: audit 2024-04-19T14:35:41.816403+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: audit 2024-04-19T14:35:41.816403+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: audit 2024-04-19T14:35:41.825896+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: audit 2024-04-19T14:35:41.825896+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: audit 2024-04-19T14:35:41.836111+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:42 smithi076 bash[22317]: audit 2024-04-19T14:35:41.836111+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: cluster 2024-04-19T14:35:40.799770+0000 mgr.a (mgr.14373) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: cluster 2024-04-19T14:35:40.799770+0000 mgr.a (mgr.14373) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: audit 2024-04-19T14:35:41.816403+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: audit 2024-04-19T14:35:41.816403+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: audit 2024-04-19T14:35:41.825896+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: audit 2024-04-19T14:35:41.825896+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: audit 2024-04-19T14:35:41.836111+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:42 smithi070 bash[21665]: audit 2024-04-19T14:35:41.836111+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: cluster 2024-04-19T14:35:40.799770+0000 mgr.a (mgr.14373) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: cluster 2024-04-19T14:35:40.799770+0000 mgr.a (mgr.14373) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: audit 2024-04-19T14:35:41.816403+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: audit 2024-04-19T14:35:41.816403+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: audit 2024-04-19T14:35:41.825896+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: audit 2024-04-19T14:35:41.825896+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: audit 2024-04-19T14:35:41.836111+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:42 smithi094 bash[22402]: audit 2024-04-19T14:35:41.836111+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:44.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:44 smithi076 bash[22317]: cluster 2024-04-19T14:35:42.800402+0000 mgr.a (mgr.14373) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:44.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:44 smithi076 bash[22317]: cluster 2024-04-19T14:35:42.800402+0000 mgr.a (mgr.14373) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:44.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:44 smithi070 bash[21665]: cluster 2024-04-19T14:35:42.800402+0000 mgr.a (mgr.14373) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:44.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:44 smithi070 bash[21665]: cluster 2024-04-19T14:35:42.800402+0000 mgr.a (mgr.14373) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:44.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:44 smithi094 bash[22402]: cluster 2024-04-19T14:35:42.800402+0000 mgr.a (mgr.14373) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:44.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:44 smithi094 bash[22402]: cluster 2024-04-19T14:35:42.800402+0000 mgr.a (mgr.14373) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:46.271 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:35:45 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:35:45] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-04-19T14:35:46.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:46 smithi076 bash[22317]: cluster 2024-04-19T14:35:44.800913+0000 mgr.a (mgr.14373) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:46.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:46 smithi076 bash[22317]: cluster 2024-04-19T14:35:44.800913+0000 mgr.a (mgr.14373) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:46.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:46 smithi070 bash[21665]: cluster 2024-04-19T14:35:44.800913+0000 mgr.a (mgr.14373) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:46.614 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:46 smithi070 bash[21665]: cluster 2024-04-19T14:35:44.800913+0000 mgr.a (mgr.14373) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:46.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:46 smithi094 bash[22402]: cluster 2024-04-19T14:35:44.800913+0000 mgr.a (mgr.14373) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:46.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:46 smithi094 bash[22402]: cluster 2024-04-19T14:35:44.800913+0000 mgr.a (mgr.14373) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:48 smithi076 bash[22317]: cluster 2024-04-19T14:35:46.801472+0000 mgr.a (mgr.14373) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:48 smithi076 bash[22317]: cluster 2024-04-19T14:35:46.801472+0000 mgr.a (mgr.14373) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:48 smithi070 bash[21665]: cluster 2024-04-19T14:35:46.801472+0000 mgr.a (mgr.14373) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:48 smithi070 bash[21665]: cluster 2024-04-19T14:35:46.801472+0000 mgr.a (mgr.14373) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:48 smithi094 bash[22402]: cluster 2024-04-19T14:35:46.801472+0000 mgr.a (mgr.14373) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:48.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:48 smithi094 bash[22402]: cluster 2024-04-19T14:35:46.801472+0000 mgr.a (mgr.14373) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:50 smithi070 bash[21665]: cluster 2024-04-19T14:35:48.802031+0000 mgr.a (mgr.14373) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.500 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:50 smithi070 bash[21665]: cluster 2024-04-19T14:35:48.802031+0000 mgr.a (mgr.14373) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:50 smithi094 bash[22402]: cluster 2024-04-19T14:35:48.802031+0000 mgr.a (mgr.14373) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:50 smithi094 bash[22402]: cluster 2024-04-19T14:35:48.802031+0000 mgr.a (mgr.14373) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:50 smithi076 bash[22317]: cluster 2024-04-19T14:35:48.802031+0000 mgr.a (mgr.14373) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:50.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:50 smithi076 bash[22317]: cluster 2024-04-19T14:35:48.802031+0000 mgr.a (mgr.14373) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:52 smithi070 bash[21665]: cluster 2024-04-19T14:35:50.802619+0000 mgr.a (mgr.14373) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:52 smithi070 bash[21665]: cluster 2024-04-19T14:35:50.802619+0000 mgr.a (mgr.14373) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:52 smithi094 bash[22402]: cluster 2024-04-19T14:35:50.802619+0000 mgr.a (mgr.14373) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:52 smithi094 bash[22402]: cluster 2024-04-19T14:35:50.802619+0000 mgr.a (mgr.14373) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:52 smithi076 bash[22317]: cluster 2024-04-19T14:35:50.802619+0000 mgr.a (mgr.14373) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:52.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:52 smithi076 bash[22317]: cluster 2024-04-19T14:35:50.802619+0000 mgr.a (mgr.14373) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.471 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:54 smithi076 bash[22317]: cluster 2024-04-19T14:35:52.803259+0000 mgr.a (mgr.14373) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.472 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:54 smithi076 bash[22317]: cluster 2024-04-19T14:35:52.803259+0000 mgr.a (mgr.14373) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:54 smithi070 bash[21665]: cluster 2024-04-19T14:35:52.803259+0000 mgr.a (mgr.14373) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:54 smithi070 bash[21665]: cluster 2024-04-19T14:35:52.803259+0000 mgr.a (mgr.14373) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:54 smithi094 bash[22402]: cluster 2024-04-19T14:35:52.803259+0000 mgr.a (mgr.14373) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:54.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:54 smithi094 bash[22402]: cluster 2024-04-19T14:35:52.803259+0000 mgr.a (mgr.14373) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.363 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:35:55 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:35:55] "GET /metrics HTTP/1.1" 200 21442 "" "Prometheus/2.43.0" 2024-04-19T14:35:56.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: cluster 2024-04-19T14:35:54.803850+0000 mgr.a (mgr.14373) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: cluster 2024-04-19T14:35:54.803850+0000 mgr.a (mgr.14373) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.474407+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.474407+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.483084+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.483084+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.491871+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.491871+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.874209+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:56.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:56 smithi094 bash[22402]: audit 2024-04-19T14:35:55.874209+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: cluster 2024-04-19T14:35:54.803850+0000 mgr.a (mgr.14373) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: cluster 2024-04-19T14:35:54.803850+0000 mgr.a (mgr.14373) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.474407+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.474407+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.483084+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.483084+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.491871+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.491871+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.874209+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:56.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:56 smithi076 bash[22317]: audit 2024-04-19T14:35:55.874209+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:56.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: cluster 2024-04-19T14:35:54.803850+0000 mgr.a (mgr.14373) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: cluster 2024-04-19T14:35:54.803850+0000 mgr.a (mgr.14373) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.474407+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.474407+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.483084+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.483084+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.491871+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.491871+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.874209+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:56.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:56 smithi070 bash[21665]: audit 2024-04-19T14:35:55.874209+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:35:58.739 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: cluster 2024-04-19T14:35:56.804377+0000 mgr.a (mgr.14373) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.740 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: cluster 2024-04-19T14:35:56.804377+0000 mgr.a (mgr.14373) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.740 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: audit 2024-04-19T14:35:57.904784+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.740 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: audit 2024-04-19T14:35:57.904784+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.740 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: audit 2024-04-19T14:35:57.914312+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.740 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: audit 2024-04-19T14:35:57.914312+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.740 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: audit 2024-04-19T14:35:57.924661+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.740 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:35:58 smithi094 bash[22402]: audit 2024-04-19T14:35:57.924661+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: cluster 2024-04-19T14:35:56.804377+0000 mgr.a (mgr.14373) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: cluster 2024-04-19T14:35:56.804377+0000 mgr.a (mgr.14373) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: audit 2024-04-19T14:35:57.904784+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: audit 2024-04-19T14:35:57.904784+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: audit 2024-04-19T14:35:57.914312+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: audit 2024-04-19T14:35:57.914312+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: audit 2024-04-19T14:35:57.924661+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:35:58 smithi076 bash[22317]: audit 2024-04-19T14:35:57.924661+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: cluster 2024-04-19T14:35:56.804377+0000 mgr.a (mgr.14373) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: cluster 2024-04-19T14:35:56.804377+0000 mgr.a (mgr.14373) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:35:58.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: audit 2024-04-19T14:35:57.904784+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: audit 2024-04-19T14:35:57.904784+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: audit 2024-04-19T14:35:57.914312+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: audit 2024-04-19T14:35:57.914312+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: audit 2024-04-19T14:35:57.924661+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:35:58.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:35:58 smithi070 bash[21665]: audit 2024-04-19T14:35:57.924661+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:00.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:00 smithi094 bash[22402]: cluster 2024-04-19T14:35:58.804920+0000 mgr.a (mgr.14373) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:00.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:00 smithi094 bash[22402]: cluster 2024-04-19T14:35:58.804920+0000 mgr.a (mgr.14373) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:00.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:00 smithi076 bash[22317]: cluster 2024-04-19T14:35:58.804920+0000 mgr.a (mgr.14373) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:00.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:00 smithi076 bash[22317]: cluster 2024-04-19T14:35:58.804920+0000 mgr.a (mgr.14373) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:00.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:00 smithi070 bash[21665]: cluster 2024-04-19T14:35:58.804920+0000 mgr.a (mgr.14373) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:00.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:00 smithi070 bash[21665]: cluster 2024-04-19T14:35:58.804920+0000 mgr.a (mgr.14373) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: cluster 2024-04-19T14:36:00.805453+0000 mgr.a (mgr.14373) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: cluster 2024-04-19T14:36:00.805453+0000 mgr.a (mgr.14373) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.836646+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:02.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.836646+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:02.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.842719+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.842719+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.844302+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.844302+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.854300+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:01.854300+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:02.019226+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:02.019226+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:02.028727+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:02.028727+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:02.039468+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:02 smithi094 bash[22402]: audit 2024-04-19T14:36:02.039468+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: cluster 2024-04-19T14:36:00.805453+0000 mgr.a (mgr.14373) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: cluster 2024-04-19T14:36:00.805453+0000 mgr.a (mgr.14373) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.836646+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.836646+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.842719+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.842719+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.844302+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:02.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.844302+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.854300+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:01.854300+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:02.019226+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:02.019226+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:02.028727+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:02.028727+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:02.039468+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:02 smithi076 bash[22317]: audit 2024-04-19T14:36:02.039468+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: cluster 2024-04-19T14:36:00.805453+0000 mgr.a (mgr.14373) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: cluster 2024-04-19T14:36:00.805453+0000 mgr.a (mgr.14373) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.836646+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.836646+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.842719+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.842719+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.844302+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.844302+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.854300+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:01.854300+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:02.019226+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:02.019226+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:02.028727+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:02.028727+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:02.039468+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:02.865 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:02 smithi070 bash[21665]: audit 2024-04-19T14:36:02.039468+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:04.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:04 smithi094 bash[22402]: cluster 2024-04-19T14:36:02.805985+0000 mgr.a (mgr.14373) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:04.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:04 smithi094 bash[22402]: cluster 2024-04-19T14:36:02.805985+0000 mgr.a (mgr.14373) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:04.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:04 smithi076 bash[22317]: cluster 2024-04-19T14:36:02.805985+0000 mgr.a (mgr.14373) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:04.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:04 smithi076 bash[22317]: cluster 2024-04-19T14:36:02.805985+0000 mgr.a (mgr.14373) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:04.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:04 smithi070 bash[21665]: cluster 2024-04-19T14:36:02.805985+0000 mgr.a (mgr.14373) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:04.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:04 smithi070 bash[21665]: cluster 2024-04-19T14:36:02.805985+0000 mgr.a (mgr.14373) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:06.363 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:36:05 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:36:05] "GET /metrics HTTP/1.1" 200 21442 "" "Prometheus/2.43.0" 2024-04-19T14:36:06.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:06 smithi094 bash[22402]: cluster 2024-04-19T14:36:04.806441+0000 mgr.a (mgr.14373) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:06.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:06 smithi094 bash[22402]: cluster 2024-04-19T14:36:04.806441+0000 mgr.a (mgr.14373) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:06.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:06 smithi076 bash[22317]: cluster 2024-04-19T14:36:04.806441+0000 mgr.a (mgr.14373) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:06.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:06 smithi076 bash[22317]: cluster 2024-04-19T14:36:04.806441+0000 mgr.a (mgr.14373) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:06.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:06 smithi070 bash[21665]: cluster 2024-04-19T14:36:04.806441+0000 mgr.a (mgr.14373) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:06.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:06 smithi070 bash[21665]: cluster 2024-04-19T14:36:04.806441+0000 mgr.a (mgr.14373) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:08.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:08 smithi094 bash[22402]: cluster 2024-04-19T14:36:06.806991+0000 mgr.a (mgr.14373) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:08.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:08 smithi094 bash[22402]: cluster 2024-04-19T14:36:06.806991+0000 mgr.a (mgr.14373) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:08.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:08 smithi076 bash[22317]: cluster 2024-04-19T14:36:06.806991+0000 mgr.a (mgr.14373) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:08.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:08 smithi076 bash[22317]: cluster 2024-04-19T14:36:06.806991+0000 mgr.a (mgr.14373) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:08.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:08 smithi070 bash[21665]: cluster 2024-04-19T14:36:06.806991+0000 mgr.a (mgr.14373) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:08.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:08 smithi070 bash[21665]: cluster 2024-04-19T14:36:06.806991+0000 mgr.a (mgr.14373) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:10.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:10 smithi094 bash[22402]: cluster 2024-04-19T14:36:08.807497+0000 mgr.a (mgr.14373) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:10.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:10 smithi094 bash[22402]: cluster 2024-04-19T14:36:08.807497+0000 mgr.a (mgr.14373) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:10.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:10 smithi076 bash[22317]: cluster 2024-04-19T14:36:08.807497+0000 mgr.a (mgr.14373) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:10.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:10 smithi076 bash[22317]: cluster 2024-04-19T14:36:08.807497+0000 mgr.a (mgr.14373) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:10.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:10 smithi070 bash[21665]: cluster 2024-04-19T14:36:08.807497+0000 mgr.a (mgr.14373) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:10.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:10 smithi070 bash[21665]: cluster 2024-04-19T14:36:08.807497+0000 mgr.a (mgr.14373) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:11.727 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:11 smithi070 bash[21665]: audit 2024-04-19T14:36:10.874531+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:11.727 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:11 smithi070 bash[21665]: audit 2024-04-19T14:36:10.874531+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:11.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:11 smithi076 bash[22317]: audit 2024-04-19T14:36:10.874531+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:11.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:11 smithi076 bash[22317]: audit 2024-04-19T14:36:10.874531+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:11.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:11 smithi094 bash[22402]: audit 2024-04-19T14:36:10.874531+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:11.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:11 smithi094 bash[22402]: audit 2024-04-19T14:36:10.874531+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:12.762 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:12 smithi070 bash[21665]: cluster 2024-04-19T14:36:10.808035+0000 mgr.a (mgr.14373) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:12.762 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:12 smithi070 bash[21665]: cluster 2024-04-19T14:36:10.808035+0000 mgr.a (mgr.14373) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:12.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:12 smithi076 bash[22317]: cluster 2024-04-19T14:36:10.808035+0000 mgr.a (mgr.14373) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:12.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:12 smithi076 bash[22317]: cluster 2024-04-19T14:36:10.808035+0000 mgr.a (mgr.14373) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:12.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:12 smithi094 bash[22402]: cluster 2024-04-19T14:36:10.808035+0000 mgr.a (mgr.14373) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:12.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:12 smithi094 bash[22402]: cluster 2024-04-19T14:36:10.808035+0000 mgr.a (mgr.14373) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:14 smithi076 bash[22317]: cluster 2024-04-19T14:36:12.808581+0000 mgr.a (mgr.14373) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:14 smithi076 bash[22317]: cluster 2024-04-19T14:36:12.808581+0000 mgr.a (mgr.14373) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:14 smithi070 bash[21665]: cluster 2024-04-19T14:36:12.808581+0000 mgr.a (mgr.14373) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:14 smithi070 bash[21665]: cluster 2024-04-19T14:36:12.808581+0000 mgr.a (mgr.14373) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:14 smithi094 bash[22402]: cluster 2024-04-19T14:36:12.808581+0000 mgr.a (mgr.14373) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:14.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:14 smithi094 bash[22402]: cluster 2024-04-19T14:36:12.808581+0000 mgr.a (mgr.14373) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.363 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:36:15 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:36:15] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-19T14:36:16.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: cluster 2024-04-19T14:36:14.809108+0000 mgr.a (mgr.14373) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: cluster 2024-04-19T14:36:14.809108+0000 mgr.a (mgr.14373) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: audit 2024-04-19T14:36:15.673227+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: audit 2024-04-19T14:36:15.673227+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: audit 2024-04-19T14:36:15.680023+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: audit 2024-04-19T14:36:15.680023+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: audit 2024-04-19T14:36:15.686421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:16 smithi076 bash[22317]: audit 2024-04-19T14:36:15.686421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: cluster 2024-04-19T14:36:14.809108+0000 mgr.a (mgr.14373) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: cluster 2024-04-19T14:36:14.809108+0000 mgr.a (mgr.14373) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: audit 2024-04-19T14:36:15.673227+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: audit 2024-04-19T14:36:15.673227+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: audit 2024-04-19T14:36:15.680023+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: audit 2024-04-19T14:36:15.680023+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: audit 2024-04-19T14:36:15.686421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:16 smithi070 bash[21665]: audit 2024-04-19T14:36:15.686421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: cluster 2024-04-19T14:36:14.809108+0000 mgr.a (mgr.14373) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: cluster 2024-04-19T14:36:14.809108+0000 mgr.a (mgr.14373) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: audit 2024-04-19T14:36:15.673227+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: audit 2024-04-19T14:36:15.673227+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: audit 2024-04-19T14:36:15.680023+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: audit 2024-04-19T14:36:15.680023+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: audit 2024-04-19T14:36:15.686421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:16 smithi094 bash[22402]: audit 2024-04-19T14:36:15.686421+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: cluster 2024-04-19T14:36:16.809661+0000 mgr.a (mgr.14373) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:18.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: cluster 2024-04-19T14:36:16.809661+0000 mgr.a (mgr.14373) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: audit 2024-04-19T14:36:18.126363+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: audit 2024-04-19T14:36:18.126363+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: audit 2024-04-19T14:36:18.136481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: audit 2024-04-19T14:36:18.136481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: audit 2024-04-19T14:36:18.147072+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:18 smithi076 bash[22317]: audit 2024-04-19T14:36:18.147072+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: cluster 2024-04-19T14:36:16.809661+0000 mgr.a (mgr.14373) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:18.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: cluster 2024-04-19T14:36:16.809661+0000 mgr.a (mgr.14373) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:18.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: audit 2024-04-19T14:36:18.126363+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: audit 2024-04-19T14:36:18.126363+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: audit 2024-04-19T14:36:18.136481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: audit 2024-04-19T14:36:18.136481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: audit 2024-04-19T14:36:18.147072+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:18 smithi070 bash[21665]: audit 2024-04-19T14:36:18.147072+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: cluster 2024-04-19T14:36:16.809661+0000 mgr.a (mgr.14373) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: cluster 2024-04-19T14:36:16.809661+0000 mgr.a (mgr.14373) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: audit 2024-04-19T14:36:18.126363+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: audit 2024-04-19T14:36:18.126363+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: audit 2024-04-19T14:36:18.136481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: audit 2024-04-19T14:36:18.136481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: audit 2024-04-19T14:36:18.147072+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:18 smithi094 bash[22402]: audit 2024-04-19T14:36:18.147072+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:20.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:20 smithi076 bash[22317]: cluster 2024-04-19T14:36:18.810183+0000 mgr.a (mgr.14373) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:20.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:20 smithi076 bash[22317]: cluster 2024-04-19T14:36:18.810183+0000 mgr.a (mgr.14373) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:20.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:20 smithi070 bash[21665]: cluster 2024-04-19T14:36:18.810183+0000 mgr.a (mgr.14373) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:20.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:20 smithi070 bash[21665]: cluster 2024-04-19T14:36:18.810183+0000 mgr.a (mgr.14373) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:20.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:20 smithi094 bash[22402]: cluster 2024-04-19T14:36:18.810183+0000 mgr.a (mgr.14373) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:20.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:20 smithi094 bash[22402]: cluster 2024-04-19T14:36:18.810183+0000 mgr.a (mgr.14373) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:22.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: cluster 2024-04-19T14:36:20.810695+0000 mgr.a (mgr.14373) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: cluster 2024-04-19T14:36:20.810695+0000 mgr.a (mgr.14373) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: audit 2024-04-19T14:36:22.237777+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: audit 2024-04-19T14:36:22.237777+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: audit 2024-04-19T14:36:22.247435+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: audit 2024-04-19T14:36:22.247435+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: audit 2024-04-19T14:36:22.257828+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.778 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:22 smithi076 bash[22317]: audit 2024-04-19T14:36:22.257828+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: cluster 2024-04-19T14:36:20.810695+0000 mgr.a (mgr.14373) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:22.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: cluster 2024-04-19T14:36:20.810695+0000 mgr.a (mgr.14373) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:22.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: audit 2024-04-19T14:36:22.237777+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: audit 2024-04-19T14:36:22.237777+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: audit 2024-04-19T14:36:22.247435+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: audit 2024-04-19T14:36:22.247435+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: audit 2024-04-19T14:36:22.257828+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:22 smithi070 bash[21665]: audit 2024-04-19T14:36:22.257828+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: cluster 2024-04-19T14:36:20.810695+0000 mgr.a (mgr.14373) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: cluster 2024-04-19T14:36:20.810695+0000 mgr.a (mgr.14373) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: audit 2024-04-19T14:36:22.237777+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: audit 2024-04-19T14:36:22.237777+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: audit 2024-04-19T14:36:22.247435+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: audit 2024-04-19T14:36:22.247435+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: audit 2024-04-19T14:36:22.257828+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:22.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:22 smithi094 bash[22402]: audit 2024-04-19T14:36:22.257828+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:24.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:24 smithi076 bash[22317]: cluster 2024-04-19T14:36:22.811248+0000 mgr.a (mgr.14373) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:24.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:24 smithi076 bash[22317]: cluster 2024-04-19T14:36:22.811248+0000 mgr.a (mgr.14373) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:24.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:24 smithi070 bash[21665]: cluster 2024-04-19T14:36:22.811248+0000 mgr.a (mgr.14373) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:24.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:24 smithi070 bash[21665]: cluster 2024-04-19T14:36:22.811248+0000 mgr.a (mgr.14373) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:24.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:24 smithi094 bash[22402]: cluster 2024-04-19T14:36:22.811248+0000 mgr.a (mgr.14373) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:24.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:24 smithi094 bash[22402]: cluster 2024-04-19T14:36:22.811248+0000 mgr.a (mgr.14373) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:26.363 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:36:25 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:36:25] "GET /metrics HTTP/1.1" 200 21443 "" "Prometheus/2.43.0" 2024-04-19T14:36:26.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:26 smithi070 bash[21665]: cluster 2024-04-19T14:36:24.811781+0000 mgr.a (mgr.14373) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:26.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:26 smithi070 bash[21665]: cluster 2024-04-19T14:36:24.811781+0000 mgr.a (mgr.14373) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:26.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:26 smithi070 bash[21665]: audit 2024-04-19T14:36:25.874961+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:26.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:26 smithi070 bash[21665]: audit 2024-04-19T14:36:25.874961+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:26.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:26 smithi094 bash[22402]: cluster 2024-04-19T14:36:24.811781+0000 mgr.a (mgr.14373) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:26.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:26 smithi094 bash[22402]: cluster 2024-04-19T14:36:24.811781+0000 mgr.a (mgr.14373) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:26.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:26 smithi094 bash[22402]: audit 2024-04-19T14:36:25.874961+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:26.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:26 smithi094 bash[22402]: audit 2024-04-19T14:36:25.874961+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:27.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:26 smithi076 bash[22317]: cluster 2024-04-19T14:36:24.811781+0000 mgr.a (mgr.14373) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:27.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:26 smithi076 bash[22317]: cluster 2024-04-19T14:36:24.811781+0000 mgr.a (mgr.14373) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:27.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:26 smithi076 bash[22317]: audit 2024-04-19T14:36:25.874961+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:27.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:26 smithi076 bash[22317]: audit 2024-04-19T14:36:25.874961+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:28.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:28 smithi070 bash[21665]: cluster 2024-04-19T14:36:26.812349+0000 mgr.a (mgr.14373) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:28.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:28 smithi070 bash[21665]: cluster 2024-04-19T14:36:26.812349+0000 mgr.a (mgr.14373) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:28.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:28 smithi094 bash[22402]: cluster 2024-04-19T14:36:26.812349+0000 mgr.a (mgr.14373) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:28.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:28 smithi094 bash[22402]: cluster 2024-04-19T14:36:26.812349+0000 mgr.a (mgr.14373) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:29.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:28 smithi076 bash[22317]: cluster 2024-04-19T14:36:26.812349+0000 mgr.a (mgr.14373) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:29.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:28 smithi076 bash[22317]: cluster 2024-04-19T14:36:26.812349+0000 mgr.a (mgr.14373) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:30.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:30 smithi070 bash[21665]: cluster 2024-04-19T14:36:28.812859+0000 mgr.a (mgr.14373) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:30.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:30 smithi070 bash[21665]: cluster 2024-04-19T14:36:28.812859+0000 mgr.a (mgr.14373) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:30.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:30 smithi094 bash[22402]: cluster 2024-04-19T14:36:28.812859+0000 mgr.a (mgr.14373) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:30.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:30 smithi094 bash[22402]: cluster 2024-04-19T14:36:28.812859+0000 mgr.a (mgr.14373) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:31.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:30 smithi076 bash[22317]: cluster 2024-04-19T14:36:28.812859+0000 mgr.a (mgr.14373) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:31.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:30 smithi076 bash[22317]: cluster 2024-04-19T14:36:28.812859+0000 mgr.a (mgr.14373) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:32 smithi070 bash[21665]: cluster 2024-04-19T14:36:30.813388+0000 mgr.a (mgr.14373) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:32.794 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:32 smithi070 bash[21665]: cluster 2024-04-19T14:36:30.813388+0000 mgr.a (mgr.14373) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:32.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:32 smithi094 bash[22402]: cluster 2024-04-19T14:36:30.813388+0000 mgr.a (mgr.14373) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:32.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:32 smithi094 bash[22402]: cluster 2024-04-19T14:36:30.813388+0000 mgr.a (mgr.14373) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:33.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:32 smithi076 bash[22317]: cluster 2024-04-19T14:36:30.813388+0000 mgr.a (mgr.14373) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:33.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:32 smithi076 bash[22317]: cluster 2024-04-19T14:36:30.813388+0000 mgr.a (mgr.14373) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:34.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:34 smithi070 bash[21665]: cluster 2024-04-19T14:36:32.814009+0000 mgr.a (mgr.14373) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:34.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:34 smithi070 bash[21665]: cluster 2024-04-19T14:36:32.814009+0000 mgr.a (mgr.14373) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:34.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:34 smithi076 bash[22317]: cluster 2024-04-19T14:36:32.814009+0000 mgr.a (mgr.14373) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:34.912 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:34 smithi076 bash[22317]: cluster 2024-04-19T14:36:32.814009+0000 mgr.a (mgr.14373) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:34.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:34 smithi094 bash[22402]: cluster 2024-04-19T14:36:32.814009+0000 mgr.a (mgr.14373) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:34.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:34 smithi094 bash[22402]: cluster 2024-04-19T14:36:32.814009+0000 mgr.a (mgr.14373) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:36.363 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:36:35 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:36:35] "GET /metrics HTTP/1.1" 200 21443 "" "Prometheus/2.43.0" 2024-04-19T14:36:36.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: cluster 2024-04-19T14:36:34.814531+0000 mgr.a (mgr.14373) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:36.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: cluster 2024-04-19T14:36:34.814531+0000 mgr.a (mgr.14373) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:36.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: audit 2024-04-19T14:36:35.867373+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: audit 2024-04-19T14:36:35.867373+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: audit 2024-04-19T14:36:35.876753+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: audit 2024-04-19T14:36:35.876753+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: audit 2024-04-19T14:36:35.887217+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:36 smithi076 bash[22317]: audit 2024-04-19T14:36:35.887217+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: cluster 2024-04-19T14:36:34.814531+0000 mgr.a (mgr.14373) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: cluster 2024-04-19T14:36:34.814531+0000 mgr.a (mgr.14373) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: audit 2024-04-19T14:36:35.867373+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: audit 2024-04-19T14:36:35.867373+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: audit 2024-04-19T14:36:35.876753+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: audit 2024-04-19T14:36:35.876753+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: audit 2024-04-19T14:36:35.887217+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:36 smithi070 bash[21665]: audit 2024-04-19T14:36:35.887217+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: cluster 2024-04-19T14:36:34.814531+0000 mgr.a (mgr.14373) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: cluster 2024-04-19T14:36:34.814531+0000 mgr.a (mgr.14373) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: audit 2024-04-19T14:36:35.867373+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: audit 2024-04-19T14:36:35.867373+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: audit 2024-04-19T14:36:35.876753+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: audit 2024-04-19T14:36:35.876753+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: audit 2024-04-19T14:36:35.887217+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:36.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:36 smithi094 bash[22402]: audit 2024-04-19T14:36:35.887217+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: cluster 2024-04-19T14:36:36.815091+0000 mgr.a (mgr.14373) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:38.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: cluster 2024-04-19T14:36:36.815091+0000 mgr.a (mgr.14373) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:38.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: audit 2024-04-19T14:36:38.326901+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: audit 2024-04-19T14:36:38.326901+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: audit 2024-04-19T14:36:38.336748+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: audit 2024-04-19T14:36:38.336748+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: audit 2024-04-19T14:36:38.347093+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:38 smithi076 bash[22317]: audit 2024-04-19T14:36:38.347093+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: cluster 2024-04-19T14:36:36.815091+0000 mgr.a (mgr.14373) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: cluster 2024-04-19T14:36:36.815091+0000 mgr.a (mgr.14373) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: audit 2024-04-19T14:36:38.326901+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: audit 2024-04-19T14:36:38.326901+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: audit 2024-04-19T14:36:38.336748+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: audit 2024-04-19T14:36:38.336748+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: audit 2024-04-19T14:36:38.347093+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.836 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:38 smithi094 bash[22402]: audit 2024-04-19T14:36:38.347093+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: cluster 2024-04-19T14:36:36.815091+0000 mgr.a (mgr.14373) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:38.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: cluster 2024-04-19T14:36:36.815091+0000 mgr.a (mgr.14373) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:38.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: audit 2024-04-19T14:36:38.326901+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: audit 2024-04-19T14:36:38.326901+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: audit 2024-04-19T14:36:38.336748+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: audit 2024-04-19T14:36:38.336748+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: audit 2024-04-19T14:36:38.347093+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:38.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:38 smithi070 bash[21665]: audit 2024-04-19T14:36:38.347093+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:40.835 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:40 smithi094 bash[22402]: cluster 2024-04-19T14:36:38.815639+0000 mgr.a (mgr.14373) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:40.835 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:40 smithi094 bash[22402]: cluster 2024-04-19T14:36:38.815639+0000 mgr.a (mgr.14373) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:40.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:40 smithi070 bash[21665]: cluster 2024-04-19T14:36:38.815639+0000 mgr.a (mgr.14373) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:40.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:40 smithi070 bash[21665]: cluster 2024-04-19T14:36:38.815639+0000 mgr.a (mgr.14373) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:41.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:40 smithi076 bash[22317]: cluster 2024-04-19T14:36:38.815639+0000 mgr.a (mgr.14373) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:41.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:40 smithi076 bash[22317]: cluster 2024-04-19T14:36:38.815639+0000 mgr.a (mgr.14373) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:41.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:41 smithi070 bash[21665]: audit 2024-04-19T14:36:40.875511+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:41 smithi070 bash[21665]: audit 2024-04-19T14:36:40.875511+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:41.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:41 smithi094 bash[22402]: audit 2024-04-19T14:36:40.875511+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:41.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:41 smithi094 bash[22402]: audit 2024-04-19T14:36:40.875511+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:42.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:41 smithi076 bash[22317]: audit 2024-04-19T14:36:40.875511+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:42.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:41 smithi076 bash[22317]: audit 2024-04-19T14:36:40.875511+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: cluster 2024-04-19T14:36:40.816146+0000 mgr.a (mgr.14373) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: cluster 2024-04-19T14:36:40.816146+0000 mgr.a (mgr.14373) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: audit 2024-04-19T14:36:42.457525+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: audit 2024-04-19T14:36:42.457525+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: audit 2024-04-19T14:36:42.466970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: audit 2024-04-19T14:36:42.466970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: audit 2024-04-19T14:36:42.477364+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:42 smithi094 bash[22402]: audit 2024-04-19T14:36:42.477364+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: cluster 2024-04-19T14:36:40.816146+0000 mgr.a (mgr.14373) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: cluster 2024-04-19T14:36:40.816146+0000 mgr.a (mgr.14373) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: audit 2024-04-19T14:36:42.457525+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: audit 2024-04-19T14:36:42.457525+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: audit 2024-04-19T14:36:42.466970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: audit 2024-04-19T14:36:42.466970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: audit 2024-04-19T14:36:42.477364+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:42 smithi070 bash[21665]: audit 2024-04-19T14:36:42.477364+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: cluster 2024-04-19T14:36:40.816146+0000 mgr.a (mgr.14373) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: cluster 2024-04-19T14:36:40.816146+0000 mgr.a (mgr.14373) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: audit 2024-04-19T14:36:42.457525+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: audit 2024-04-19T14:36:42.457525+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: audit 2024-04-19T14:36:42.466970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:43.027 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: audit 2024-04-19T14:36:42.466970+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:43.027 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: audit 2024-04-19T14:36:42.477364+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:43.027 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:42 smithi076 bash[22317]: audit 2024-04-19T14:36:42.477364+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:43.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:43 smithi094 bash[22402]: cluster 2024-04-19T14:36:42.816692+0000 mgr.a (mgr.14373) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:43.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:43 smithi094 bash[22402]: cluster 2024-04-19T14:36:42.816692+0000 mgr.a (mgr.14373) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:44.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:43 smithi076 bash[22317]: cluster 2024-04-19T14:36:42.816692+0000 mgr.a (mgr.14373) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:44.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:43 smithi076 bash[22317]: cluster 2024-04-19T14:36:42.816692+0000 mgr.a (mgr.14373) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:44.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:43 smithi070 bash[21665]: cluster 2024-04-19T14:36:42.816692+0000 mgr.a (mgr.14373) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:44.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:43 smithi070 bash[21665]: cluster 2024-04-19T14:36:42.816692+0000 mgr.a (mgr.14373) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:46.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:45 smithi070 bash[21665]: cluster 2024-04-19T14:36:44.817302+0000 mgr.a (mgr.14373) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:46.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:45 smithi070 bash[21665]: cluster 2024-04-19T14:36:44.817302+0000 mgr.a (mgr.14373) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:46.113 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:36:45 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:36:45] "GET /metrics HTTP/1.1" 200 21441 "" "Prometheus/2.43.0" 2024-04-19T14:36:46.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:45 smithi094 bash[22402]: cluster 2024-04-19T14:36:44.817302+0000 mgr.a (mgr.14373) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:46.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:45 smithi094 bash[22402]: cluster 2024-04-19T14:36:44.817302+0000 mgr.a (mgr.14373) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:46.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:45 smithi076 bash[22317]: cluster 2024-04-19T14:36:44.817302+0000 mgr.a (mgr.14373) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:46.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:45 smithi076 bash[22317]: cluster 2024-04-19T14:36:44.817302+0000 mgr.a (mgr.14373) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:48.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:47 smithi094 bash[22402]: cluster 2024-04-19T14:36:46.817827+0000 mgr.a (mgr.14373) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:48.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:47 smithi094 bash[22402]: cluster 2024-04-19T14:36:46.817827+0000 mgr.a (mgr.14373) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:48.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:47 smithi076 bash[22317]: cluster 2024-04-19T14:36:46.817827+0000 mgr.a (mgr.14373) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:48.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:47 smithi076 bash[22317]: cluster 2024-04-19T14:36:46.817827+0000 mgr.a (mgr.14373) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:48.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:47 smithi070 bash[21665]: cluster 2024-04-19T14:36:46.817827+0000 mgr.a (mgr.14373) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:48.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:47 smithi070 bash[21665]: cluster 2024-04-19T14:36:46.817827+0000 mgr.a (mgr.14373) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:50.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:49 smithi094 bash[22402]: cluster 2024-04-19T14:36:48.818366+0000 mgr.a (mgr.14373) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:50.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:49 smithi094 bash[22402]: cluster 2024-04-19T14:36:48.818366+0000 mgr.a (mgr.14373) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:50.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:49 smithi076 bash[22317]: cluster 2024-04-19T14:36:48.818366+0000 mgr.a (mgr.14373) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:50.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:49 smithi076 bash[22317]: cluster 2024-04-19T14:36:48.818366+0000 mgr.a (mgr.14373) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:50.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:49 smithi070 bash[21665]: cluster 2024-04-19T14:36:48.818366+0000 mgr.a (mgr.14373) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:50.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:49 smithi070 bash[21665]: cluster 2024-04-19T14:36:48.818366+0000 mgr.a (mgr.14373) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:51.992 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:51 smithi070 bash[21665]: cluster 2024-04-19T14:36:50.818902+0000 mgr.a (mgr.14373) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:51.993 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:51 smithi070 bash[21665]: cluster 2024-04-19T14:36:50.818902+0000 mgr.a (mgr.14373) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:52.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:51 smithi094 bash[22402]: cluster 2024-04-19T14:36:50.818902+0000 mgr.a (mgr.14373) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:52.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:51 smithi094 bash[22402]: cluster 2024-04-19T14:36:50.818902+0000 mgr.a (mgr.14373) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:52.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:51 smithi076 bash[22317]: cluster 2024-04-19T14:36:50.818902+0000 mgr.a (mgr.14373) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:52.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:51 smithi076 bash[22317]: cluster 2024-04-19T14:36:50.818902+0000 mgr.a (mgr.14373) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:54.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:53 smithi070 bash[21665]: cluster 2024-04-19T14:36:52.819315+0000 mgr.a (mgr.14373) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:54.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:53 smithi070 bash[21665]: cluster 2024-04-19T14:36:52.819315+0000 mgr.a (mgr.14373) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:54.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:53 smithi094 bash[22402]: cluster 2024-04-19T14:36:52.819315+0000 mgr.a (mgr.14373) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:54.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:53 smithi094 bash[22402]: cluster 2024-04-19T14:36:52.819315+0000 mgr.a (mgr.14373) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:54.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:53 smithi076 bash[22317]: cluster 2024-04-19T14:36:52.819315+0000 mgr.a (mgr.14373) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:54.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:53 smithi076 bash[22317]: cluster 2024-04-19T14:36:52.819315+0000 mgr.a (mgr.14373) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:56.221 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:55 smithi076 bash[22317]: cluster 2024-04-19T14:36:54.819761+0000 mgr.a (mgr.14373) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:56.221 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:55 smithi076 bash[22317]: cluster 2024-04-19T14:36:54.819761+0000 mgr.a (mgr.14373) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:56.221 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:55 smithi076 bash[22317]: audit 2024-04-19T14:36:55.875894+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:56.221 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:55 smithi076 bash[22317]: audit 2024-04-19T14:36:55.875894+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:56.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:55 smithi094 bash[22402]: cluster 2024-04-19T14:36:54.819761+0000 mgr.a (mgr.14373) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:56.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:55 smithi094 bash[22402]: cluster 2024-04-19T14:36:54.819761+0000 mgr.a (mgr.14373) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:56.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:55 smithi094 bash[22402]: audit 2024-04-19T14:36:55.875894+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:56.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:55 smithi094 bash[22402]: audit 2024-04-19T14:36:55.875894+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:56.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:36:55 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:36:55] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-04-19T14:36:56.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:55 smithi070 bash[21665]: cluster 2024-04-19T14:36:54.819761+0000 mgr.a (mgr.14373) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:56.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:55 smithi070 bash[21665]: cluster 2024-04-19T14:36:54.819761+0000 mgr.a (mgr.14373) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:56.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:55 smithi070 bash[21665]: audit 2024-04-19T14:36:55.875894+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:56.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:55 smithi070 bash[21665]: audit 2024-04-19T14:36:55.875894+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:36:57.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:57 smithi076 bash[22317]: audit 2024-04-19T14:36:56.016966+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:57 smithi076 bash[22317]: audit 2024-04-19T14:36:56.016966+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:57 smithi076 bash[22317]: audit 2024-04-19T14:36:56.023726+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:57 smithi076 bash[22317]: audit 2024-04-19T14:36:56.023726+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:57 smithi076 bash[22317]: audit 2024-04-19T14:36:56.029310+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:57 smithi076 bash[22317]: audit 2024-04-19T14:36:56.029310+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:57 smithi070 bash[21665]: audit 2024-04-19T14:36:56.016966+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:57 smithi070 bash[21665]: audit 2024-04-19T14:36:56.016966+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:57 smithi070 bash[21665]: audit 2024-04-19T14:36:56.023726+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:57 smithi070 bash[21665]: audit 2024-04-19T14:36:56.023726+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:57 smithi070 bash[21665]: audit 2024-04-19T14:36:56.029310+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:57 smithi070 bash[21665]: audit 2024-04-19T14:36:56.029310+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:57 smithi094 bash[22402]: audit 2024-04-19T14:36:56.016966+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:57 smithi094 bash[22402]: audit 2024-04-19T14:36:56.016966+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:57 smithi094 bash[22402]: audit 2024-04-19T14:36:56.023726+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:57 smithi094 bash[22402]: audit 2024-04-19T14:36:56.023726+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:57 smithi094 bash[22402]: audit 2024-04-19T14:36:56.029310+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:57.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:57 smithi094 bash[22402]: audit 2024-04-19T14:36:56.029310+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:58.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:58 smithi076 bash[22317]: cluster 2024-04-19T14:36:56.820246+0000 mgr.a (mgr.14373) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:58.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:58 smithi076 bash[22317]: cluster 2024-04-19T14:36:56.820246+0000 mgr.a (mgr.14373) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:58.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:58 smithi070 bash[21665]: cluster 2024-04-19T14:36:56.820246+0000 mgr.a (mgr.14373) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:58.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:58 smithi070 bash[21665]: cluster 2024-04-19T14:36:56.820246+0000 mgr.a (mgr.14373) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:58.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:58 smithi094 bash[22402]: cluster 2024-04-19T14:36:56.820246+0000 mgr.a (mgr.14373) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:58.401 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:58 smithi094 bash[22402]: cluster 2024-04-19T14:36:56.820246+0000 mgr.a (mgr.14373) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:36:59.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:59 smithi094 bash[22402]: audit 2024-04-19T14:36:58.494719+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:59 smithi094 bash[22402]: audit 2024-04-19T14:36:58.494719+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:59 smithi094 bash[22402]: audit 2024-04-19T14:36:58.504803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:59 smithi094 bash[22402]: audit 2024-04-19T14:36:58.504803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:59 smithi094 bash[22402]: audit 2024-04-19T14:36:58.515164+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:36:59 smithi094 bash[22402]: audit 2024-04-19T14:36:58.515164+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:59 smithi076 bash[22317]: audit 2024-04-19T14:36:58.494719+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:59 smithi076 bash[22317]: audit 2024-04-19T14:36:58.494719+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:59 smithi076 bash[22317]: audit 2024-04-19T14:36:58.504803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:59 smithi076 bash[22317]: audit 2024-04-19T14:36:58.504803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:59 smithi076 bash[22317]: audit 2024-04-19T14:36:58.515164+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:36:59 smithi076 bash[22317]: audit 2024-04-19T14:36:58.515164+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:59 smithi070 bash[21665]: audit 2024-04-19T14:36:58.494719+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:59 smithi070 bash[21665]: audit 2024-04-19T14:36:58.494719+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:59 smithi070 bash[21665]: audit 2024-04-19T14:36:58.504803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:59 smithi070 bash[21665]: audit 2024-04-19T14:36:58.504803+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:59 smithi070 bash[21665]: audit 2024-04-19T14:36:58.515164+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:36:59.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:36:59 smithi070 bash[21665]: audit 2024-04-19T14:36:58.515164+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:00.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:00 smithi076 bash[22317]: cluster 2024-04-19T14:36:58.820749+0000 mgr.a (mgr.14373) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:00.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:00 smithi076 bash[22317]: cluster 2024-04-19T14:36:58.820749+0000 mgr.a (mgr.14373) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:00.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:00 smithi070 bash[21665]: cluster 2024-04-19T14:36:58.820749+0000 mgr.a (mgr.14373) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:00.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:00 smithi070 bash[21665]: cluster 2024-04-19T14:36:58.820749+0000 mgr.a (mgr.14373) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:00.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:00 smithi094 bash[22402]: cluster 2024-04-19T14:36:58.820749+0000 mgr.a (mgr.14373) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:00.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:00 smithi094 bash[22402]: cluster 2024-04-19T14:36:58.820749+0000 mgr.a (mgr.14373) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:02.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:02 smithi076 bash[22317]: cluster 2024-04-19T14:37:00.821257+0000 mgr.a (mgr.14373) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:02.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:02 smithi076 bash[22317]: cluster 2024-04-19T14:37:00.821257+0000 mgr.a (mgr.14373) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:02.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:02 smithi076 bash[22317]: audit 2024-04-19T14:37:01.983442+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:02.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:02 smithi076 bash[22317]: audit 2024-04-19T14:37:01.983442+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:02.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:02 smithi076 bash[22317]: audit 2024-04-19T14:37:02.512028+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:02.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:02 smithi076 bash[22317]: audit 2024-04-19T14:37:02.512028+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:02.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:02 smithi070 bash[21665]: cluster 2024-04-19T14:37:00.821257+0000 mgr.a (mgr.14373) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:02.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:02 smithi070 bash[21665]: cluster 2024-04-19T14:37:00.821257+0000 mgr.a (mgr.14373) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:02.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:02 smithi070 bash[21665]: audit 2024-04-19T14:37:01.983442+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:02.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:02 smithi070 bash[21665]: audit 2024-04-19T14:37:01.983442+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:02.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:02 smithi070 bash[21665]: audit 2024-04-19T14:37:02.512028+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:02.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:02 smithi070 bash[21665]: audit 2024-04-19T14:37:02.512028+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:02.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:02 smithi094 bash[22402]: cluster 2024-04-19T14:37:00.821257+0000 mgr.a (mgr.14373) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:02.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:02 smithi094 bash[22402]: cluster 2024-04-19T14:37:00.821257+0000 mgr.a (mgr.14373) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:02.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:02 smithi094 bash[22402]: audit 2024-04-19T14:37:01.983442+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:02.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:02 smithi094 bash[22402]: audit 2024-04-19T14:37:01.983442+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:02.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:02 smithi094 bash[22402]: audit 2024-04-19T14:37:02.512028+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:02.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:02 smithi094 bash[22402]: audit 2024-04-19T14:37:02.512028+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.518736+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.518736+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.520353+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:03.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.520353+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:03.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.521995+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:03.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.521995+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.531155+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.531155+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.672674+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.672674+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.682441+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.682441+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.693224+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.777 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:03 smithi076 bash[22317]: audit 2024-04-19T14:37:02.693224+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.518736+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.518736+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.520353+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.520353+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.521995+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.521995+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.531155+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.531155+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.672674+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.672674+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.682441+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.682441+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.693224+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.864 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:03 smithi070 bash[21665]: audit 2024-04-19T14:37:02.693224+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.518736+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.518736+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.520353+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.520353+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.521995+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.521995+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.531155+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.531155+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.672674+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.672674+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.682441+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.682441+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.693224+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:03.994 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:03 smithi094 bash[22402]: audit 2024-04-19T14:37:02.693224+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:04.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:04 smithi076 bash[22317]: cluster 2024-04-19T14:37:02.821800+0000 mgr.a (mgr.14373) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:04.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:04 smithi076 bash[22317]: cluster 2024-04-19T14:37:02.821800+0000 mgr.a (mgr.14373) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:04.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:04 smithi070 bash[21665]: cluster 2024-04-19T14:37:02.821800+0000 mgr.a (mgr.14373) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:04.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:04 smithi070 bash[21665]: cluster 2024-04-19T14:37:02.821800+0000 mgr.a (mgr.14373) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:04.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:04 smithi094 bash[22402]: cluster 2024-04-19T14:37:02.821800+0000 mgr.a (mgr.14373) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:04.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:04 smithi094 bash[22402]: cluster 2024-04-19T14:37:02.821800+0000 mgr.a (mgr.14373) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:06.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:37:05 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:37:05] "GET /metrics HTTP/1.1" 200 21455 "" "Prometheus/2.43.0" 2024-04-19T14:37:06.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:06 smithi076 bash[22317]: cluster 2024-04-19T14:37:04.822273+0000 mgr.a (mgr.14373) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:06.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:06 smithi076 bash[22317]: cluster 2024-04-19T14:37:04.822273+0000 mgr.a (mgr.14373) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:06.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:06 smithi070 bash[21665]: cluster 2024-04-19T14:37:04.822273+0000 mgr.a (mgr.14373) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:06.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:06 smithi070 bash[21665]: cluster 2024-04-19T14:37:04.822273+0000 mgr.a (mgr.14373) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:06.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:06 smithi094 bash[22402]: cluster 2024-04-19T14:37:04.822273+0000 mgr.a (mgr.14373) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:06.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:06 smithi094 bash[22402]: cluster 2024-04-19T14:37:04.822273+0000 mgr.a (mgr.14373) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:08.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:08 smithi070 bash[21665]: cluster 2024-04-19T14:37:06.822807+0000 mgr.a (mgr.14373) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:08.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:08 smithi070 bash[21665]: cluster 2024-04-19T14:37:06.822807+0000 mgr.a (mgr.14373) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:08.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:08 smithi094 bash[22402]: cluster 2024-04-19T14:37:06.822807+0000 mgr.a (mgr.14373) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:08.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:08 smithi094 bash[22402]: cluster 2024-04-19T14:37:06.822807+0000 mgr.a (mgr.14373) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:09.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:08 smithi076 bash[22317]: cluster 2024-04-19T14:37:06.822807+0000 mgr.a (mgr.14373) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:09.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:08 smithi076 bash[22317]: cluster 2024-04-19T14:37:06.822807+0000 mgr.a (mgr.14373) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:10.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:10 smithi070 bash[21665]: cluster 2024-04-19T14:37:08.823404+0000 mgr.a (mgr.14373) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:10.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:10 smithi070 bash[21665]: cluster 2024-04-19T14:37:08.823404+0000 mgr.a (mgr.14373) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:10.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:10 smithi094 bash[22402]: cluster 2024-04-19T14:37:08.823404+0000 mgr.a (mgr.14373) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:10.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:10 smithi094 bash[22402]: cluster 2024-04-19T14:37:08.823404+0000 mgr.a (mgr.14373) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:11.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:10 smithi076 bash[22317]: cluster 2024-04-19T14:37:08.823404+0000 mgr.a (mgr.14373) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:11.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:10 smithi076 bash[22317]: cluster 2024-04-19T14:37:08.823404+0000 mgr.a (mgr.14373) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:11.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:11 smithi070 bash[21665]: audit 2024-04-19T14:37:10.876257+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:11.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:11 smithi070 bash[21665]: audit 2024-04-19T14:37:10.876257+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:11.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:11 smithi094 bash[22402]: audit 2024-04-19T14:37:10.876257+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:11.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:11 smithi094 bash[22402]: audit 2024-04-19T14:37:10.876257+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:12.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:11 smithi076 bash[22317]: audit 2024-04-19T14:37:10.876257+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:12.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:11 smithi076 bash[22317]: audit 2024-04-19T14:37:10.876257+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:12.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:12 smithi070 bash[21665]: cluster 2024-04-19T14:37:10.823902+0000 mgr.a (mgr.14373) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:12.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:12 smithi070 bash[21665]: cluster 2024-04-19T14:37:10.823902+0000 mgr.a (mgr.14373) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:12.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:12 smithi094 bash[22402]: cluster 2024-04-19T14:37:10.823902+0000 mgr.a (mgr.14373) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:12.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:12 smithi094 bash[22402]: cluster 2024-04-19T14:37:10.823902+0000 mgr.a (mgr.14373) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:13.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:12 smithi076 bash[22317]: cluster 2024-04-19T14:37:10.823902+0000 mgr.a (mgr.14373) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:13.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:12 smithi076 bash[22317]: cluster 2024-04-19T14:37:10.823902+0000 mgr.a (mgr.14373) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:14.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:14 smithi070 bash[21665]: cluster 2024-04-19T14:37:12.824416+0000 mgr.a (mgr.14373) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:14.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:14 smithi070 bash[21665]: cluster 2024-04-19T14:37:12.824416+0000 mgr.a (mgr.14373) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:14.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:14 smithi094 bash[22402]: cluster 2024-04-19T14:37:12.824416+0000 mgr.a (mgr.14373) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:14.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:14 smithi094 bash[22402]: cluster 2024-04-19T14:37:12.824416+0000 mgr.a (mgr.14373) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:15.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:14 smithi076 bash[22317]: cluster 2024-04-19T14:37:12.824416+0000 mgr.a (mgr.14373) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:15.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:14 smithi076 bash[22317]: cluster 2024-04-19T14:37:12.824416+0000 mgr.a (mgr.14373) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:16.221 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:37:15 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:37:15] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-19T14:37:16.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: cluster 2024-04-19T14:37:14.824918+0000 mgr.a (mgr.14373) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:16.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: cluster 2024-04-19T14:37:14.824918+0000 mgr.a (mgr.14373) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:16.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: audit 2024-04-19T14:37:16.211232+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: audit 2024-04-19T14:37:16.211232+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: audit 2024-04-19T14:37:16.221150+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: audit 2024-04-19T14:37:16.221150+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: audit 2024-04-19T14:37:16.231803+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:16 smithi070 bash[21665]: audit 2024-04-19T14:37:16.231803+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: cluster 2024-04-19T14:37:14.824918+0000 mgr.a (mgr.14373) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: cluster 2024-04-19T14:37:14.824918+0000 mgr.a (mgr.14373) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: audit 2024-04-19T14:37:16.211232+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: audit 2024-04-19T14:37:16.211232+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: audit 2024-04-19T14:37:16.221150+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: audit 2024-04-19T14:37:16.221150+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: audit 2024-04-19T14:37:16.231803+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:16.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:16 smithi094 bash[22402]: audit 2024-04-19T14:37:16.231803+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:17.018 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: cluster 2024-04-19T14:37:14.824918+0000 mgr.a (mgr.14373) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:17.018 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: cluster 2024-04-19T14:37:14.824918+0000 mgr.a (mgr.14373) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:17.018 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: audit 2024-04-19T14:37:16.211232+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:17.018 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: audit 2024-04-19T14:37:16.211232+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:17.018 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: audit 2024-04-19T14:37:16.221150+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:17.019 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: audit 2024-04-19T14:37:16.221150+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:17.019 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: audit 2024-04-19T14:37:16.231803+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:17.019 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:16 smithi076 bash[22317]: audit 2024-04-19T14:37:16.231803+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:18.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:18 smithi076 bash[22317]: cluster 2024-04-19T14:37:16.825435+0000 mgr.a (mgr.14373) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:18.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:18 smithi076 bash[22317]: cluster 2024-04-19T14:37:16.825435+0000 mgr.a (mgr.14373) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:18.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:18 smithi070 bash[21665]: cluster 2024-04-19T14:37:16.825435+0000 mgr.a (mgr.14373) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:18.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:18 smithi070 bash[21665]: cluster 2024-04-19T14:37:16.825435+0000 mgr.a (mgr.14373) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:18.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:18 smithi094 bash[22402]: cluster 2024-04-19T14:37:16.825435+0000 mgr.a (mgr.14373) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:18.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:18 smithi094 bash[22402]: cluster 2024-04-19T14:37:16.825435+0000 mgr.a (mgr.14373) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:19.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: audit 2024-04-19T14:37:18.654949+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:19.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: audit 2024-04-19T14:37:18.654949+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:19.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: audit 2024-04-19T14:37:18.665019+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:19.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: audit 2024-04-19T14:37:18.665019+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:19.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: audit 2024-04-19T14:37:18.676156+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:19.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: audit 2024-04-19T14:37:18.676156+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:19.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: cluster 2024-04-19T14:37:18.825945+0000 mgr.a (mgr.14373) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:19.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:19 smithi094 bash[22402]: cluster 2024-04-19T14:37:18.825945+0000 mgr.a (mgr.14373) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:20.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: audit 2024-04-19T14:37:18.654949+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: audit 2024-04-19T14:37:18.654949+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: audit 2024-04-19T14:37:18.665019+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: audit 2024-04-19T14:37:18.665019+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: audit 2024-04-19T14:37:18.676156+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: audit 2024-04-19T14:37:18.676156+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: cluster 2024-04-19T14:37:18.825945+0000 mgr.a (mgr.14373) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:20.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:19 smithi076 bash[22317]: cluster 2024-04-19T14:37:18.825945+0000 mgr.a (mgr.14373) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: audit 2024-04-19T14:37:18.654949+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: audit 2024-04-19T14:37:18.654949+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: audit 2024-04-19T14:37:18.665019+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: audit 2024-04-19T14:37:18.665019+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: audit 2024-04-19T14:37:18.676156+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: audit 2024-04-19T14:37:18.676156+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: cluster 2024-04-19T14:37:18.825945+0000 mgr.a (mgr.14373) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:19 smithi070 bash[21665]: cluster 2024-04-19T14:37:18.825945+0000 mgr.a (mgr.14373) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:22.123 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:21 smithi094 bash[22402]: cluster 2024-04-19T14:37:20.826445+0000 mgr.a (mgr.14373) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:22.123 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:21 smithi094 bash[22402]: cluster 2024-04-19T14:37:20.826445+0000 mgr.a (mgr.14373) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:22.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:21 smithi076 bash[22317]: cluster 2024-04-19T14:37:20.826445+0000 mgr.a (mgr.14373) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:22.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:21 smithi076 bash[22317]: cluster 2024-04-19T14:37:20.826445+0000 mgr.a (mgr.14373) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:22.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:21 smithi070 bash[21665]: cluster 2024-04-19T14:37:20.826445+0000 mgr.a (mgr.14373) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:22.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:21 smithi070 bash[21665]: cluster 2024-04-19T14:37:20.826445+0000 mgr.a (mgr.14373) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: cluster 2024-04-19T14:37:22.827074+0000 mgr.a (mgr.14373) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: cluster 2024-04-19T14:37:22.827074+0000 mgr.a (mgr.14373) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: audit 2024-04-19T14:37:22.848480+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: audit 2024-04-19T14:37:22.848480+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: audit 2024-04-19T14:37:22.857945+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: audit 2024-04-19T14:37:22.857945+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: audit 2024-04-19T14:37:22.868477+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:23 smithi070 bash[21665]: audit 2024-04-19T14:37:22.868477+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: cluster 2024-04-19T14:37:22.827074+0000 mgr.a (mgr.14373) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:24.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: cluster 2024-04-19T14:37:22.827074+0000 mgr.a (mgr.14373) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:24.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: audit 2024-04-19T14:37:22.848480+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: audit 2024-04-19T14:37:22.848480+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: audit 2024-04-19T14:37:22.857945+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: audit 2024-04-19T14:37:22.857945+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: audit 2024-04-19T14:37:22.868477+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:23 smithi094 bash[22402]: audit 2024-04-19T14:37:22.868477+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: cluster 2024-04-19T14:37:22.827074+0000 mgr.a (mgr.14373) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: cluster 2024-04-19T14:37:22.827074+0000 mgr.a (mgr.14373) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: audit 2024-04-19T14:37:22.848480+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: audit 2024-04-19T14:37:22.848480+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: audit 2024-04-19T14:37:22.857945+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: audit 2024-04-19T14:37:22.857945+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: audit 2024-04-19T14:37:22.868477+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:23 smithi076 bash[22317]: audit 2024-04-19T14:37:22.868477+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:26.112 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:37:25 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:37:25] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-19T14:37:26.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:25 smithi070 bash[21665]: cluster 2024-04-19T14:37:24.827577+0000 mgr.a (mgr.14373) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:26.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:25 smithi070 bash[21665]: cluster 2024-04-19T14:37:24.827577+0000 mgr.a (mgr.14373) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:26.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:25 smithi094 bash[22402]: cluster 2024-04-19T14:37:24.827577+0000 mgr.a (mgr.14373) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:26.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:25 smithi094 bash[22402]: cluster 2024-04-19T14:37:24.827577+0000 mgr.a (mgr.14373) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:26.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:25 smithi076 bash[22317]: cluster 2024-04-19T14:37:24.827577+0000 mgr.a (mgr.14373) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:26.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:25 smithi076 bash[22317]: cluster 2024-04-19T14:37:24.827577+0000 mgr.a (mgr.14373) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:27.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:26 smithi070 bash[21665]: audit 2024-04-19T14:37:25.876706+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:27.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:26 smithi070 bash[21665]: audit 2024-04-19T14:37:25.876706+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:27.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:26 smithi094 bash[22402]: audit 2024-04-19T14:37:25.876706+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:27.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:26 smithi094 bash[22402]: audit 2024-04-19T14:37:25.876706+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:27.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:26 smithi076 bash[22317]: audit 2024-04-19T14:37:25.876706+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:27.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:26 smithi076 bash[22317]: audit 2024-04-19T14:37:25.876706+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:28.111 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:27 smithi070 bash[21665]: cluster 2024-04-19T14:37:26.828117+0000 mgr.a (mgr.14373) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:28.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:27 smithi070 bash[21665]: cluster 2024-04-19T14:37:26.828117+0000 mgr.a (mgr.14373) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:28.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:27 smithi094 bash[22402]: cluster 2024-04-19T14:37:26.828117+0000 mgr.a (mgr.14373) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:28.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:27 smithi094 bash[22402]: cluster 2024-04-19T14:37:26.828117+0000 mgr.a (mgr.14373) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:27 smithi076 bash[22317]: cluster 2024-04-19T14:37:26.828117+0000 mgr.a (mgr.14373) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:27 smithi076 bash[22317]: cluster 2024-04-19T14:37:26.828117+0000 mgr.a (mgr.14373) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:30.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:29 smithi070 bash[21665]: cluster 2024-04-19T14:37:28.828643+0000 mgr.a (mgr.14373) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:30.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:29 smithi070 bash[21665]: cluster 2024-04-19T14:37:28.828643+0000 mgr.a (mgr.14373) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:30.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:29 smithi094 bash[22402]: cluster 2024-04-19T14:37:28.828643+0000 mgr.a (mgr.14373) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:30.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:29 smithi094 bash[22402]: cluster 2024-04-19T14:37:28.828643+0000 mgr.a (mgr.14373) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:30.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:29 smithi076 bash[22317]: cluster 2024-04-19T14:37:28.828643+0000 mgr.a (mgr.14373) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:30.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:29 smithi076 bash[22317]: cluster 2024-04-19T14:37:28.828643+0000 mgr.a (mgr.14373) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:32.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:31 smithi070 bash[21665]: cluster 2024-04-19T14:37:30.829174+0000 mgr.a (mgr.14373) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:32.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:31 smithi070 bash[21665]: cluster 2024-04-19T14:37:30.829174+0000 mgr.a (mgr.14373) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:32.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:31 smithi094 bash[22402]: cluster 2024-04-19T14:37:30.829174+0000 mgr.a (mgr.14373) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:32.243 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:31 smithi094 bash[22402]: cluster 2024-04-19T14:37:30.829174+0000 mgr.a (mgr.14373) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:32.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:31 smithi076 bash[22317]: cluster 2024-04-19T14:37:30.829174+0000 mgr.a (mgr.14373) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:32.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:31 smithi076 bash[22317]: cluster 2024-04-19T14:37:30.829174+0000 mgr.a (mgr.14373) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:34.111 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:33 smithi070 bash[21665]: cluster 2024-04-19T14:37:32.829752+0000 mgr.a (mgr.14373) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:34.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:33 smithi070 bash[21665]: cluster 2024-04-19T14:37:32.829752+0000 mgr.a (mgr.14373) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:34.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:33 smithi094 bash[22402]: cluster 2024-04-19T14:37:32.829752+0000 mgr.a (mgr.14373) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:34.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:33 smithi094 bash[22402]: cluster 2024-04-19T14:37:32.829752+0000 mgr.a (mgr.14373) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:34.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:33 smithi076 bash[22317]: cluster 2024-04-19T14:37:32.829752+0000 mgr.a (mgr.14373) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:34.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:33 smithi076 bash[22317]: cluster 2024-04-19T14:37:32.829752+0000 mgr.a (mgr.14373) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:35.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:35 smithi070 bash[21665]: cluster 2024-04-19T14:37:34.830318+0000 mgr.a (mgr.14373) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:35.929 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:35 smithi070 bash[21665]: cluster 2024-04-19T14:37:34.830318+0000 mgr.a (mgr.14373) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:36.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:35 smithi094 bash[22402]: cluster 2024-04-19T14:37:34.830318+0000 mgr.a (mgr.14373) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:36.242 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:35 smithi094 bash[22402]: cluster 2024-04-19T14:37:34.830318+0000 mgr.a (mgr.14373) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:36.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:35 smithi076 bash[22317]: cluster 2024-04-19T14:37:34.830318+0000 mgr.a (mgr.14373) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:36.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:35 smithi076 bash[22317]: cluster 2024-04-19T14:37:34.830318+0000 mgr.a (mgr.14373) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:36.343 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:37:35 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:37:35] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-04-19T14:37:36.687 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch ls 2024-04-19T14:37:37.043 INFO:teuthology.orchestra.run.smithi070.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:agent 3/3 18s ago 2m * 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:alertmanager ?:9093,9094 1/1 14s ago 4m count:1 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:grafana ?:3000 1/1 0s ago 4m count:1 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:mgr 2/2 18s ago 8m smithi070=a;smithi076=b;count:2 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:mon 3/3 18s ago 9m smithi070:172.21.15.70=a;smithi076:172.21.15.76=b;smithi094:172.21.15.94=c;count:3 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:node-exporter ?:9100 3/3 18s ago 4m * 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:osd 3 18s ago - 2024-04-19T14:37:37.044 INFO:teuthology.orchestra.run.smithi070.stdout:prometheus ?:9095 1/1 18s ago 4m count:1 2024-04-19T14:37:37.058 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch ps 2024-04-19T14:37:37.440 INFO:teuthology.orchestra.run.smithi070.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-19T14:37:37.440 INFO:teuthology.orchestra.run.smithi070.stdout:agent.smithi070 smithi070 running 1s ago 10m - - 2024-04-19T14:37:37.440 INFO:teuthology.orchestra.run.smithi070.stdout:agent.smithi076 smithi076 running 18s ago 9m - - 2024-04-19T14:37:37.440 INFO:teuthology.orchestra.run.smithi070.stdout:agent.smithi094 smithi094 running 14s ago 9m - - 2024-04-19T14:37:37.440 INFO:teuthology.orchestra.run.smithi070.stdout:alertmanager.smithi094 smithi094 *:9093,9094 running (2m) 14s ago 3m 14.4M - 0.25.0 c8568f914cd2 03337b260465 2024-04-19T14:37:37.440 INFO:teuthology.orchestra.run.smithi070.stdout:grafana.smithi070 smithi070 *:3000 running (2m) 1s ago 3m 71.3M - 9.4.12 2bacad6d85d8 03c81e678e03 2024-04-19T14:37:37.440 INFO:teuthology.orchestra.run.smithi070.stdout:mgr.a smithi070 *:9283,8765 running (11m) 1s ago 11m 498M - 19.0.0-3175-gc53d131d 6e45217f6088 4f5528aaa859 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:mgr.b smithi076 *:8443,8765 running (8m) 18s ago 8m 438M - 19.0.0-3175-gc53d131d 6e45217f6088 e0ef5755a932 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:mon.a smithi070 running (11m) 1s ago 11m 45.4M 2048M 19.0.0-3175-gc53d131d 6e45217f6088 6c9576d4370f 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:mon.b smithi076 running (9m) 18s ago 9m 34.9M 2048M 19.0.0-3175-gc53d131d 6e45217f6088 b428cb1942ed 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:mon.c smithi094 running (9m) 14s ago 9m 34.4M 2048M 19.0.0-3175-gc53d131d 6e45217f6088 59e053463dd5 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:node-exporter.smithi070 smithi070 *:9100 running (3m) 1s ago 3m 8028k - 1.5.0 0da6a335fe13 72e5b956d2f6 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:node-exporter.smithi076 smithi076 *:9100 running (3m) 18s ago 3m 8452k - 1.5.0 0da6a335fe13 448959b14bee 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:node-exporter.smithi094 smithi094 *:9100 running (3m) 14s ago 3m 7975k - 1.5.0 0da6a335fe13 1f97152734f1 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:osd.0 smithi070 running (7m) 1s ago 7m 38.4M 4096M 19.0.0-3175-gc53d131d 6e45217f6088 ffdc799cb8e4 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:osd.1 smithi076 running (6m) 18s ago 6m 45.4M 4096M 19.0.0-3175-gc53d131d 6e45217f6088 fec1fef2d53a 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:osd.2 smithi094 running (6m) 14s ago 6m 45.7M 4096M 19.0.0-3175-gc53d131d 6e45217f6088 9823ae62e8a9 2024-04-19T14:37:37.441 INFO:teuthology.orchestra.run.smithi070.stdout:prometheus.smithi076 smithi076 *:9095 running (3m) 18s ago 3m 43.8M - 2.43.0 a07b618ecd1d b5e98cc7ea43 2024-04-19T14:37:37.455 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch host ls 2024-04-19T14:37:37.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:37 smithi070 bash[21665]: audit 2024-04-19T14:37:36.343118+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:37 smithi070 bash[21665]: audit 2024-04-19T14:37:36.343118+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:37 smithi070 bash[21665]: audit 2024-04-19T14:37:36.348456+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:37 smithi070 bash[21665]: audit 2024-04-19T14:37:36.348456+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:37 smithi070 bash[21665]: audit 2024-04-19T14:37:36.355006+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:37 smithi070 bash[21665]: audit 2024-04-19T14:37:36.355006+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.665 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:37 smithi076 bash[22317]: audit 2024-04-19T14:37:36.343118+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.665 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:37 smithi076 bash[22317]: audit 2024-04-19T14:37:36.343118+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.665 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:37 smithi076 bash[22317]: audit 2024-04-19T14:37:36.348456+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.665 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:37 smithi076 bash[22317]: audit 2024-04-19T14:37:36.348456+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.665 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:37 smithi076 bash[22317]: audit 2024-04-19T14:37:36.355006+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.665 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:37 smithi076 bash[22317]: audit 2024-04-19T14:37:36.355006+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:37 smithi094 bash[22402]: audit 2024-04-19T14:37:36.343118+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:37 smithi094 bash[22402]: audit 2024-04-19T14:37:36.343118+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:37 smithi094 bash[22402]: audit 2024-04-19T14:37:36.348456+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:37 smithi094 bash[22402]: audit 2024-04-19T14:37:36.348456+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:37 smithi094 bash[22402]: audit 2024-04-19T14:37:36.355006+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:37 smithi094 bash[22402]: audit 2024-04-19T14:37:36.355006+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:37.783 INFO:teuthology.orchestra.run.smithi070.stdout:HOST ADDR LABELS STATUS 2024-04-19T14:37:37.783 INFO:teuthology.orchestra.run.smithi070.stdout:smithi070 172.21.15.70 2024-04-19T14:37:37.783 INFO:teuthology.orchestra.run.smithi070.stdout:smithi076 172.21.15.76 2024-04-19T14:37:37.783 INFO:teuthology.orchestra.run.smithi070.stdout:smithi094 172.21.15.94 2024-04-19T14:37:37.783 INFO:teuthology.orchestra.run.smithi070.stdout:3 hosts in cluster 2024-04-19T14:37:37.797 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-19T14:37:37.797 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r 'last | .daemon_name' 2024-04-19T14:37:38.161 INFO:teuthology.orchestra.run.smithi070.stderr:+ MON_DAEMON=mon.c 2024-04-19T14:37:38.161 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-19T14:37:38.161 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -e '.[]' 2024-04-19T14:37:38.161 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r .hostname 2024-04-19T14:37:38.529 INFO:teuthology.orchestra.run.smithi070.stderr:+ GRAFANA_HOST=smithi070 2024-04-19T14:37:38.530 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-19T14:37:38.530 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -e '.[]' 2024-04-19T14:37:38.530 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r .hostname 2024-04-19T14:37:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:38 smithi070 bash[21665]: cluster 2024-04-19T14:37:36.830689+0000 mgr.a (mgr.14373) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:38 smithi070 bash[21665]: cluster 2024-04-19T14:37:36.830689+0000 mgr.a (mgr.14373) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:38 smithi070 bash[21665]: audit 2024-04-19T14:37:37.048516+0000 mgr.a (mgr.14373) 116 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:38 smithi070 bash[21665]: audit 2024-04-19T14:37:37.048516+0000 mgr.a (mgr.14373) 116 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:38 smithi070 bash[21665]: audit 2024-04-19T14:37:37.418614+0000 mgr.a (mgr.14373) 117 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:38 smithi070 bash[21665]: audit 2024-04-19T14:37:37.418614+0000 mgr.a (mgr.14373) 117 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:38 smithi094 bash[22402]: cluster 2024-04-19T14:37:36.830689+0000 mgr.a (mgr.14373) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:38.742 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:38 smithi094 bash[22402]: cluster 2024-04-19T14:37:36.830689+0000 mgr.a (mgr.14373) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:38.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:38 smithi094 bash[22402]: audit 2024-04-19T14:37:37.048516+0000 mgr.a (mgr.14373) 116 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:38 smithi094 bash[22402]: audit 2024-04-19T14:37:37.048516+0000 mgr.a (mgr.14373) 116 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:38 smithi094 bash[22402]: audit 2024-04-19T14:37:37.418614+0000 mgr.a (mgr.14373) 117 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:38 smithi094 bash[22402]: audit 2024-04-19T14:37:37.418614+0000 mgr.a (mgr.14373) 117 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:38 smithi076 bash[22317]: cluster 2024-04-19T14:37:36.830689+0000 mgr.a (mgr.14373) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:38.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:38 smithi076 bash[22317]: cluster 2024-04-19T14:37:36.830689+0000 mgr.a (mgr.14373) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:38.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:38 smithi076 bash[22317]: audit 2024-04-19T14:37:37.048516+0000 mgr.a (mgr.14373) 116 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:38 smithi076 bash[22317]: audit 2024-04-19T14:37:37.048516+0000 mgr.a (mgr.14373) 116 : audit [DBG] from='client.14409 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:38 smithi076 bash[22317]: audit 2024-04-19T14:37:37.418614+0000 mgr.a (mgr.14373) 117 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:38 smithi076 bash[22317]: audit 2024-04-19T14:37:37.418614+0000 mgr.a (mgr.14373) 117 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:38.868 INFO:teuthology.orchestra.run.smithi070.stderr:+ PROM_HOST=smithi076 2024-04-19T14:37:38.868 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-19T14:37:38.868 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -e '.[]' 2024-04-19T14:37:38.868 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r .hostname 2024-04-19T14:37:39.221 INFO:teuthology.orchestra.run.smithi070.stderr:+ ALERTM_HOST=smithi094 2024-04-19T14:37:39.222 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch host ls -f json 2024-04-19T14:37:39.222 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r --arg GRAFANA_HOST smithi070 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-19T14:37:39.563 INFO:teuthology.orchestra.run.smithi070.stderr:+ GRAFANA_IP=172.21.15.70 2024-04-19T14:37:39.564 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch host ls -f json 2024-04-19T14:37:39.564 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r --arg PROM_HOST smithi076 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:37.794286+0000 mgr.a (mgr.14373) 118 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:37.794286+0000 mgr.a (mgr.14373) 118 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.150134+0000 mgr.a (mgr.14373) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.150134+0000 mgr.a (mgr.14373) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.522565+0000 mgr.a (mgr.14373) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.522565+0000 mgr.a (mgr.14373) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.877037+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.877037+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.882642+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.882642+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.888737+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:39 smithi070 bash[21665]: audit 2024-04-19T14:37:38.888737+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:37.794286+0000 mgr.a (mgr.14373) 118 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:39.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:37.794286+0000 mgr.a (mgr.14373) 118 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:39.695 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.150134+0000 mgr.a (mgr.14373) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.150134+0000 mgr.a (mgr.14373) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.522565+0000 mgr.a (mgr.14373) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.522565+0000 mgr.a (mgr.14373) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.877037+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.877037+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.882642+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.882642+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.888737+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.696 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:39 smithi094 bash[22402]: audit 2024-04-19T14:37:38.888737+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:37.794286+0000 mgr.a (mgr.14373) 118 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:37.794286+0000 mgr.a (mgr.14373) 118 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.150134+0000 mgr.a (mgr.14373) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.150134+0000 mgr.a (mgr.14373) 119 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.522565+0000 mgr.a (mgr.14373) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.522565+0000 mgr.a (mgr.14373) 120 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.877037+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.877037+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.882642+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.882642+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.888737+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:39 smithi076 bash[22317]: audit 2024-04-19T14:37:38.888737+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:39.911 INFO:teuthology.orchestra.run.smithi070.stderr:+ PROM_IP=172.21.15.76 2024-04-19T14:37:39.912 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch host ls -f json 2024-04-19T14:37:39.912 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r --arg ALERTM_HOST smithi094 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-19T14:37:40.248 INFO:teuthology.orchestra.run.smithi070.stderr:+ ALERTM_IP=172.21.15.94 2024-04-19T14:37:40.248 INFO:teuthology.orchestra.run.smithi070.stderr:++ jq -r '.[] | .addr' 2024-04-19T14:37:40.248 INFO:teuthology.orchestra.run.smithi070.stderr:++ ceph orch host ls -f json 2024-04-19T14:37:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: cluster 2024-04-19T14:37:38.831023+0000 mgr.a (mgr.14373) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: cluster 2024-04-19T14:37:38.831023+0000 mgr.a (mgr.14373) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: audit 2024-04-19T14:37:38.860786+0000 mgr.a (mgr.14373) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: audit 2024-04-19T14:37:38.860786+0000 mgr.a (mgr.14373) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: audit 2024-04-19T14:37:39.215086+0000 mgr.a (mgr.14373) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: audit 2024-04-19T14:37:39.215086+0000 mgr.a (mgr.14373) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: audit 2024-04-19T14:37:39.561737+0000 mgr.a (mgr.14373) 124 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:40 smithi076 bash[22317]: audit 2024-04-19T14:37:39.561737+0000 mgr.a (mgr.14373) 124 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.584 INFO:teuthology.orchestra.run.smithi070.stderr:+ ALL_HOST_IPS='172.21.15.70 2024-04-19T14:37:40.584 INFO:teuthology.orchestra.run.smithi070.stderr:172.21.15.76 2024-04-19T14:37:40.584 INFO:teuthology.orchestra.run.smithi070.stderr:172.21.15.94' 2024-04-19T14:37:40.584 INFO:teuthology.orchestra.run.smithi070.stderr:+ for ip in $ALL_HOST_IPS 2024-04-19T14:37:40.584 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.70:9100/metric 2024-04-19T14:37:40.588 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.588 INFO:teuthology.orchestra.run.smithi070.stdout: Node Exporter 2024-04-19T14:37:40.588 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.588 INFO:teuthology.orchestra.run.smithi070.stdout:

Node Exporter

2024-04-19T14:37:40.588 INFO:teuthology.orchestra.run.smithi070.stdout:

Metrics

2024-04-19T14:37:40.588 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.588 INFO:teuthology.orchestra.run.smithi070.stderr:+ for ip in $ALL_HOST_IPS 2024-04-19T14:37:40.589 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.76:9100/metric 2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stdout: Node Exporter 2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stdout:

Node Exporter

2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stdout:

Metrics

2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stderr:+ for ip in $ALL_HOST_IPS 2024-04-19T14:37:40.593 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.94:9100/metric 2024-04-19T14:37:40.597 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.597 INFO:teuthology.orchestra.run.smithi070.stdout: Node Exporter 2024-04-19T14:37:40.597 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.597 INFO:teuthology.orchestra.run.smithi070.stdout:

Node Exporter

2024-04-19T14:37:40.597 INFO:teuthology.orchestra.run.smithi070.stdout:

Metrics

2024-04-19T14:37:40.597 INFO:teuthology.orchestra.run.smithi070.stdout: 2024-04-19T14:37:40.597 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -k -s https://172.21.15.70:3000/api/health 2024-04-19T14:37:40.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: cluster 2024-04-19T14:37:38.831023+0000 mgr.a (mgr.14373) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:40.611 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: cluster 2024-04-19T14:37:38.831023+0000 mgr.a (mgr.14373) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:40.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: audit 2024-04-19T14:37:38.860786+0000 mgr.a (mgr.14373) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: audit 2024-04-19T14:37:38.860786+0000 mgr.a (mgr.14373) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: audit 2024-04-19T14:37:39.215086+0000 mgr.a (mgr.14373) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: audit 2024-04-19T14:37:39.215086+0000 mgr.a (mgr.14373) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: audit 2024-04-19T14:37:39.561737+0000 mgr.a (mgr.14373) 124 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:40 smithi070 bash[21665]: audit 2024-04-19T14:37:39.561737+0000 mgr.a (mgr.14373) 124 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.613 INFO:teuthology.orchestra.run.smithi070.stdout: { 2024-04-19T14:37:40.613 INFO:teuthology.orchestra.run.smithi070.stdout: "commit": "37ee25ba46", 2024-04-19T14:37:40.613 INFO:teuthology.orchestra.run.smithi070.stdout: "database": "ok", 2024-04-19T14:37:40.613 INFO:teuthology.orchestra.run.smithi070.stdout: "version": "9.4.12" 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: cluster 2024-04-19T14:37:38.831023+0000 mgr.a (mgr.14373) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: cluster 2024-04-19T14:37:38.831023+0000 mgr.a (mgr.14373) 121 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: audit 2024-04-19T14:37:38.860786+0000 mgr.a (mgr.14373) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: audit 2024-04-19T14:37:38.860786+0000 mgr.a (mgr.14373) 122 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: audit 2024-04-19T14:37:39.215086+0000 mgr.a (mgr.14373) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: audit 2024-04-19T14:37:39.215086+0000 mgr.a (mgr.14373) 123 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: audit 2024-04-19T14:37:39.561737+0000 mgr.a (mgr.14373) 124 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.614 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:40 smithi094 bash[22402]: audit 2024-04-19T14:37:39.561737+0000 mgr.a (mgr.14373) 124 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:40.615 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -k -s https://172.21.15.70:3000/api/health 2024-04-19T14:37:40.615 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq -e '.database == "ok"' 2024-04-19T14:37:40.630 INFO:teuthology.orchestra.run.smithi070.stdout:}true 2024-04-19T14:37:40.630 INFO:teuthology.orchestra.run.smithi070.stderr:+ ceph orch daemon stop mon.c 2024-04-19T14:37:40.998 INFO:teuthology.orchestra.run.smithi070.stdout:Scheduled to stop mon.c on host 'smithi094' 2024-04-19T14:37:41.011 INFO:teuthology.orchestra.run.smithi070.stderr:+ sleep 120 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:39.907445+0000 mgr.a (mgr.14373) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:39.907445+0000 mgr.a (mgr.14373) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:40.245671+0000 mgr.a (mgr.14373) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:40.245671+0000 mgr.a (mgr.14373) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:40.582208+0000 mgr.a (mgr.14373) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:40.582208+0000 mgr.a (mgr.14373) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:40.879233+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:40.879233+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:41.001440+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:41.001440+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.743 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:41.009773+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:41.009773+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:41.029936+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:41.744 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:41 smithi094 bash[22402]: audit 2024-04-19T14:37:41.029936+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:39.907445+0000 mgr.a (mgr.14373) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:39.907445+0000 mgr.a (mgr.14373) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:40.245671+0000 mgr.a (mgr.14373) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:40.245671+0000 mgr.a (mgr.14373) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:40.582208+0000 mgr.a (mgr.14373) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:40.582208+0000 mgr.a (mgr.14373) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:40.879233+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:41.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:40.879233+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:41.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:41.001440+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:41.001440+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:41.009773+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:41.009773+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:41.029936+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:41.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:41 smithi076 bash[22317]: audit 2024-04-19T14:37:41.029936+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:41.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:39.907445+0000 mgr.a (mgr.14373) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:39.907445+0000 mgr.a (mgr.14373) 125 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:40.245671+0000 mgr.a (mgr.14373) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:40.245671+0000 mgr.a (mgr.14373) 126 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:40.582208+0000 mgr.a (mgr.14373) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:40.582208+0000 mgr.a (mgr.14373) 127 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:40.879233+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:40.879233+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:41.001440+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:41.001440+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:41.009773+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:41.009773+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:41.029936+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:41.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:41 smithi070 bash[21665]: audit 2024-04-19T14:37:41.029936+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:37:42.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: cluster 2024-04-19T14:37:40.831422+0000 mgr.a (mgr.14373) 128 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:42.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: cluster 2024-04-19T14:37:40.831422+0000 mgr.a (mgr.14373) 128 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:42.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:40.992223+0000 mgr.a (mgr.14373) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:42.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:40.992223+0000 mgr.a (mgr.14373) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: cephadm 2024-04-19T14:37:40.992993+0000 mgr.a (mgr.14373) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: cephadm 2024-04-19T14:37:40.992993+0000 mgr.a (mgr.14373) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.557427+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.557427+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.567538+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.567538+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.570053+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.570053+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.571830+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.571830+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.581241+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:42 smithi070 bash[21665]: audit 2024-04-19T14:37:41.581241+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: cluster 2024-04-19T14:37:40.831422+0000 mgr.a (mgr.14373) 128 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: cluster 2024-04-19T14:37:40.831422+0000 mgr.a (mgr.14373) 128 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:40.992223+0000 mgr.a (mgr.14373) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:40.992223+0000 mgr.a (mgr.14373) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: cephadm 2024-04-19T14:37:40.992993+0000 mgr.a (mgr.14373) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: cephadm 2024-04-19T14:37:40.992993+0000 mgr.a (mgr.14373) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.557427+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.557427+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.567538+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.567538+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.873 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.570053+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:42.874 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.570053+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:42.874 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.571830+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:42.874 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.571830+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:42.874 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.581241+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:42.874 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:42 smithi094 bash[22402]: audit 2024-04-19T14:37:41.581241+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:43.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: cluster 2024-04-19T14:37:40.831422+0000 mgr.a (mgr.14373) 128 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:43.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: cluster 2024-04-19T14:37:40.831422+0000 mgr.a (mgr.14373) 128 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:43.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:40.992223+0000 mgr.a (mgr.14373) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:43.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:40.992223+0000 mgr.a (mgr.14373) 129 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-19T14:37:43.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: cephadm 2024-04-19T14:37:40.992993+0000 mgr.a (mgr.14373) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-04-19T14:37:43.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: cephadm 2024-04-19T14:37:40.992993+0000 mgr.a (mgr.14373) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-04-19T14:37:43.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.557427+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.557427+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.567538+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.567538+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.570053+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.570053+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.571830+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.571830+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.581241+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:43.026 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:42 smithi076 bash[22317]: audit 2024-04-19T14:37:41.581241+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: cluster 2024-04-19T14:37:42.831970+0000 mgr.a (mgr.14373) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:44.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: cluster 2024-04-19T14:37:42.831970+0000 mgr.a (mgr.14373) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:44.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: audit 2024-04-19T14:37:43.021544+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: audit 2024-04-19T14:37:43.021544+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: audit 2024-04-19T14:37:43.030965+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: audit 2024-04-19T14:37:43.030965+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: audit 2024-04-19T14:37:43.041323+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.276 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:44 smithi076 bash[22317]: audit 2024-04-19T14:37:43.041323+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: cluster 2024-04-19T14:37:42.831970+0000 mgr.a (mgr.14373) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: cluster 2024-04-19T14:37:42.831970+0000 mgr.a (mgr.14373) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: audit 2024-04-19T14:37:43.021544+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: audit 2024-04-19T14:37:43.021544+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: audit 2024-04-19T14:37:43.030965+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: audit 2024-04-19T14:37:43.030965+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: audit 2024-04-19T14:37:43.041323+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:44 smithi070 bash[21665]: audit 2024-04-19T14:37:43.041323+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: cluster 2024-04-19T14:37:42.831970+0000 mgr.a (mgr.14373) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: cluster 2024-04-19T14:37:42.831970+0000 mgr.a (mgr.14373) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: audit 2024-04-19T14:37:43.021544+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: audit 2024-04-19T14:37:43.021544+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: audit 2024-04-19T14:37:43.030965+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: audit 2024-04-19T14:37:43.030965+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: audit 2024-04-19T14:37:43.041323+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:44.493 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:44 smithi094 bash[22402]: audit 2024-04-19T14:37:43.041323+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:37:46.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:46 smithi076 bash[22317]: cluster 2024-04-19T14:37:44.832431+0000 mgr.a (mgr.14373) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:46.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:37:46 smithi076 bash[22317]: cluster 2024-04-19T14:37:44.832431+0000 mgr.a (mgr.14373) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:46.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:46 smithi070 bash[21665]: cluster 2024-04-19T14:37:44.832431+0000 mgr.a (mgr.14373) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:46.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:37:46 smithi070 bash[21665]: cluster 2024-04-19T14:37:44.832431+0000 mgr.a (mgr.14373) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:46.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:37:45 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:37:45] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-04-19T14:37:46.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:46 smithi094 bash[22402]: cluster 2024-04-19T14:37:44.832431+0000 mgr.a (mgr.14373) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:46.492 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:46 smithi094 bash[22402]: cluster 2024-04-19T14:37:44.832431+0000 mgr.a (mgr.14373) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:37:47.294 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:47 smithi094 systemd[1]: Stopping Ceph mon.c for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:37:47.295 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:47 smithi094 bash[22402]: debug 2024-04-19T14:37:47.194+0000 7efeeccef700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:37:47.295 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:47 smithi094 bash[22402]: debug 2024-04-19T14:37:47.194+0000 7efeeccef700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-19T14:37:47.992 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:47 smithi094 bash[35214]: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-mon-c 2024-04-19T14:37:47.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:47 smithi094 bash[35275]: Error response from daemon: No such container: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-mon-c 2024-04-19T14:37:47.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:47 smithi094 systemd[1]: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-19T14:37:47.993 INFO:journalctl@ceph.mon.c.smithi094.stdout:Apr 19 14:37:47 smithi094 systemd[1]: Stopped Ceph mon.c for 8aee3e06-fe58-11ee-bc92-c7b262605968. 2024-04-19T14:37:56.112 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:37:55 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:37:55] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-04-19T14:38:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:48.833470+0000 mgr.a (mgr.14373) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:48.833470+0000 mgr.a (mgr.14373) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:50.833989+0000 mgr.a (mgr.14373) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:50.833989+0000 mgr.a (mgr.14373) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:52.834521+0000 mgr.a (mgr.14373) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:52.834521+0000 mgr.a (mgr.14373) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:54.835098+0000 mgr.a (mgr.14373) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:54.835098+0000 mgr.a (mgr.14373) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:37:55.880300+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:37:55.880300+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:56.835617+0000 mgr.a (mgr.14373) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:56.835617+0000 mgr.a (mgr.14373) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:57.033204+0000 mon.a (mon.0) 964 : cluster [INF] mon.a calling monitor election 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:57.033204+0000 mon.a (mon.0) 964 : cluster [INF] mon.a calling monitor election 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:57.034497+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:57.034497+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:58.836125+0000 mgr.a (mgr.14373) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:37:58.836125+0000 mgr.a (mgr.14373) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:00.836635+0000 mgr.a (mgr.14373) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.364 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:00.836635+0000 mgr.a (mgr.14373) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.055995+0000 mon.a (mon.0) 965 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-19T14:38:03.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.055995+0000 mon.a (mon.0) 965 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-19T14:38:03.365 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065172+0000 mon.a (mon.0) 966 : cluster [DBG] monmap epoch 3 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065172+0000 mon.a (mon.0) 966 : cluster [DBG] monmap epoch 3 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065217+0000 mon.a (mon.0) 967 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065217+0000 mon.a (mon.0) 967 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065241+0000 mon.a (mon.0) 968 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065241+0000 mon.a (mon.0) 968 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065262+0000 mon.a (mon.0) 969 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065262+0000 mon.a (mon.0) 969 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065284+0000 mon.a (mon.0) 970 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065284+0000 mon.a (mon.0) 970 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065308+0000 mon.a (mon.0) 971 : cluster [DBG] election_strategy: 1 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065308+0000 mon.a (mon.0) 971 : cluster [DBG] election_strategy: 1 2024-04-19T14:38:03.366 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065332+0000 mon.a (mon.0) 972 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065332+0000 mon.a (mon.0) 972 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065355+0000 mon.a (mon.0) 973 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065355+0000 mon.a (mon.0) 973 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065377+0000 mon.a (mon.0) 974 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.065377+0000 mon.a (mon.0) 974 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.087870+0000 mon.a (mon.0) 975 : cluster [DBG] fsmap 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.087870+0000 mon.a (mon.0) 975 : cluster [DBG] fsmap 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.087927+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.087927+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.089463+0000 mon.a (mon.0) 977 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.089463+0000 mon.a (mon.0) 977 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-19T14:38:03.367 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.089782+0000 mon.a (mon.0) 978 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.089782+0000 mon.a (mon.0) 978 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.109326+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.109326+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.110517+0000 mon.a (mon.0) 980 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.110517+0000 mon.a (mon.0) 980 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.110585+0000 mon.a (mon.0) 981 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.110585+0000 mon.a (mon.0) 981 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.110619+0000 mon.a (mon.0) 982 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.110619+0000 mon.a (mon.0) 982 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.116917+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.116917+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.368 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.124050+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.124050+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.131683+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.131683+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.139977+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.139977+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.147188+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.147188+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.153571+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.153571+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.160430+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.160430+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.161088+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.161088+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:38:03.369 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.166991+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:38:03.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.166991+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:38:03.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.168742+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:38:03.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.168742+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:38:03.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.178674+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.370 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:03 smithi070 bash[21665]: audit 2024-04-19T14:38:02.178674+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:48.833470+0000 mgr.a (mgr.14373) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:48.833470+0000 mgr.a (mgr.14373) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:50.833989+0000 mgr.a (mgr.14373) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:50.833989+0000 mgr.a (mgr.14373) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:52.834521+0000 mgr.a (mgr.14373) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:52.834521+0000 mgr.a (mgr.14373) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:54.835098+0000 mgr.a (mgr.14373) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:54.835098+0000 mgr.a (mgr.14373) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:37:55.880300+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:37:55.880300+0000 mon.a (mon.0) 963 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:56.835617+0000 mgr.a (mgr.14373) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:56.835617+0000 mgr.a (mgr.14373) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:57.033204+0000 mon.a (mon.0) 964 : cluster [INF] mon.a calling monitor election 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:57.033204+0000 mon.a (mon.0) 964 : cluster [INF] mon.a calling monitor election 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:57.034497+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:57.034497+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:58.836125+0000 mgr.a (mgr.14373) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:37:58.836125+0000 mgr.a (mgr.14373) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:00.836635+0000 mgr.a (mgr.14373) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:00.836635+0000 mgr.a (mgr.14373) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:03.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.055995+0000 mon.a (mon.0) 965 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-19T14:38:03.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.055995+0000 mon.a (mon.0) 965 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-19T14:38:03.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065172+0000 mon.a (mon.0) 966 : cluster [DBG] monmap epoch 3 2024-04-19T14:38:03.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065172+0000 mon.a (mon.0) 966 : cluster [DBG] monmap epoch 3 2024-04-19T14:38:03.527 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065217+0000 mon.a (mon.0) 967 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065217+0000 mon.a (mon.0) 967 : cluster [DBG] fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065241+0000 mon.a (mon.0) 968 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065241+0000 mon.a (mon.0) 968 : cluster [DBG] last_changed 2024-04-19T14:28:37.927985+0000 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065262+0000 mon.a (mon.0) 969 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065262+0000 mon.a (mon.0) 969 : cluster [DBG] created 2024-04-19T14:25:42.869141+0000 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065284+0000 mon.a (mon.0) 970 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065284+0000 mon.a (mon.0) 970 : cluster [DBG] min_mon_release 19 (squid) 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065308+0000 mon.a (mon.0) 971 : cluster [DBG] election_strategy: 1 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065308+0000 mon.a (mon.0) 971 : cluster [DBG] election_strategy: 1 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065332+0000 mon.a (mon.0) 972 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065332+0000 mon.a (mon.0) 972 : cluster [DBG] 0: [v2:172.21.15.70:3300/0,v1:172.21.15.70:6789/0] mon.a 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065355+0000 mon.a (mon.0) 973 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065355+0000 mon.a (mon.0) 973 : cluster [DBG] 1: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.c 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065377+0000 mon.a (mon.0) 974 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:38:03.528 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.065377+0000 mon.a (mon.0) 974 : cluster [DBG] 2: [v2:172.21.15.76:3300/0,v1:172.21.15.76:6789/0] mon.b 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.087870+0000 mon.a (mon.0) 975 : cluster [DBG] fsmap 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.087870+0000 mon.a (mon.0) 975 : cluster [DBG] fsmap 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.087927+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.087927+0000 mon.a (mon.0) 976 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.089463+0000 mon.a (mon.0) 977 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.089463+0000 mon.a (mon.0) 977 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.089782+0000 mon.a (mon.0) 978 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.089782+0000 mon.a (mon.0) 978 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.109326+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.109326+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.110517+0000 mon.a (mon.0) 980 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.110517+0000 mon.a (mon.0) 980 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.110585+0000 mon.a (mon.0) 981 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.110585+0000 mon.a (mon.0) 981 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.110619+0000 mon.a (mon.0) 982 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-04-19T14:38:03.529 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.110619+0000 mon.a (mon.0) 982 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] is down (out of quorum) 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.116917+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.116917+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.124050+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.124050+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.131683+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.131683+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.139977+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.139977+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.147188+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.147188+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.153571+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.153571+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.160430+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.530 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.160430+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.161088+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.161088+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.166991+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.166991+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.168742+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.168742+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.178674+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:03.531 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:03 smithi076 bash[22317]: audit 2024-04-19T14:38:02.178674+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.524 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.837155+0000 mgr.a (mgr.14373) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:04.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: cluster 2024-04-19T14:38:02.837155+0000 mgr.a (mgr.14373) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:04.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: audit 2024-04-19T14:38:03.216018+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: audit 2024-04-19T14:38:03.216018+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: audit 2024-04-19T14:38:03.225443+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: audit 2024-04-19T14:38:03.225443+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: audit 2024-04-19T14:38:03.236010+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:04 smithi076 bash[22317]: audit 2024-04-19T14:38:03.236010+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.837155+0000 mgr.a (mgr.14373) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: cluster 2024-04-19T14:38:02.837155+0000 mgr.a (mgr.14373) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: audit 2024-04-19T14:38:03.216018+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: audit 2024-04-19T14:38:03.216018+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: audit 2024-04-19T14:38:03.225443+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: audit 2024-04-19T14:38:03.225443+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: audit 2024-04-19T14:38:03.236010+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:04.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:04 smithi070 bash[21665]: audit 2024-04-19T14:38:03.236010+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:06.206 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:38:05 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:38:05] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-04-19T14:38:06.524 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:06 smithi076 bash[22317]: cluster 2024-04-19T14:38:04.837675+0000 mgr.a (mgr.14373) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:06.524 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:06 smithi076 bash[22317]: cluster 2024-04-19T14:38:04.837675+0000 mgr.a (mgr.14373) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:06.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:06 smithi070 bash[21665]: cluster 2024-04-19T14:38:04.837675+0000 mgr.a (mgr.14373) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:06.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:06 smithi070 bash[21665]: cluster 2024-04-19T14:38:04.837675+0000 mgr.a (mgr.14373) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:08.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: cluster 2024-04-19T14:38:06.838226+0000 mgr.a (mgr.14373) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:08.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: cluster 2024-04-19T14:38:06.838226+0000 mgr.a (mgr.14373) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:08.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: audit 2024-04-19T14:38:07.001653+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: audit 2024-04-19T14:38:07.001653+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: audit 2024-04-19T14:38:07.011054+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: audit 2024-04-19T14:38:07.011054+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: audit 2024-04-19T14:38:07.021712+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:08 smithi076 bash[22317]: audit 2024-04-19T14:38:07.021712+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:07 smithi070 bash[21665]: cluster 2024-04-19T14:38:06.838226+0000 mgr.a (mgr.14373) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:08.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:08 smithi070 bash[21665]: cluster 2024-04-19T14:38:06.838226+0000 mgr.a (mgr.14373) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:08.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:08 smithi070 bash[21665]: audit 2024-04-19T14:38:07.001653+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:08 smithi070 bash[21665]: audit 2024-04-19T14:38:07.001653+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:08 smithi070 bash[21665]: audit 2024-04-19T14:38:07.011054+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:08 smithi070 bash[21665]: audit 2024-04-19T14:38:07.011054+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:08 smithi070 bash[21665]: audit 2024-04-19T14:38:07.021712+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:08.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:08 smithi070 bash[21665]: audit 2024-04-19T14:38:07.021712+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:10.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:10 smithi076 bash[22317]: cluster 2024-04-19T14:38:08.838719+0000 mgr.a (mgr.14373) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:10.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:10 smithi076 bash[22317]: cluster 2024-04-19T14:38:08.838719+0000 mgr.a (mgr.14373) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:10.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:10 smithi070 bash[21665]: cluster 2024-04-19T14:38:08.838719+0000 mgr.a (mgr.14373) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:10.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:10 smithi070 bash[21665]: cluster 2024-04-19T14:38:08.838719+0000 mgr.a (mgr.14373) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:12.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:11 smithi076 bash[22317]: cluster 2024-04-19T14:38:10.839253+0000 mgr.a (mgr.14373) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:12.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:11 smithi076 bash[22317]: cluster 2024-04-19T14:38:10.839253+0000 mgr.a (mgr.14373) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:12.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:11 smithi076 bash[22317]: audit 2024-04-19T14:38:10.886942+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:12.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:11 smithi076 bash[22317]: audit 2024-04-19T14:38:10.886942+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:12.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:11 smithi076 bash[22317]: audit 2024-04-19T14:38:10.888828+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:12.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:11 smithi076 bash[22317]: audit 2024-04-19T14:38:10.888828+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:11 smithi070 bash[21665]: cluster 2024-04-19T14:38:10.839253+0000 mgr.a (mgr.14373) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:11 smithi070 bash[21665]: cluster 2024-04-19T14:38:10.839253+0000 mgr.a (mgr.14373) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:11 smithi070 bash[21665]: audit 2024-04-19T14:38:10.886942+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:11 smithi070 bash[21665]: audit 2024-04-19T14:38:10.886942+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:11 smithi070 bash[21665]: audit 2024-04-19T14:38:10.888828+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:11 smithi070 bash[21665]: audit 2024-04-19T14:38:10.888828+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:14.176 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:13 smithi070 bash[21665]: cluster 2024-04-19T14:38:12.839761+0000 mgr.a (mgr.14373) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:14.176 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:13 smithi070 bash[21665]: cluster 2024-04-19T14:38:12.839761+0000 mgr.a (mgr.14373) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:14.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:13 smithi076 bash[22317]: cluster 2024-04-19T14:38:12.839761+0000 mgr.a (mgr.14373) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:14.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:13 smithi076 bash[22317]: cluster 2024-04-19T14:38:12.839761+0000 mgr.a (mgr.14373) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:16.217 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:15 smithi070 bash[21665]: cluster 2024-04-19T14:38:14.840274+0000 mgr.a (mgr.14373) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:16.217 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:15 smithi070 bash[21665]: cluster 2024-04-19T14:38:14.840274+0000 mgr.a (mgr.14373) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:16.217 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:38:15 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:38:15] "GET /metrics HTTP/1.1" 200 21506 "" "Prometheus/2.43.0" 2024-04-19T14:38:16.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:15 smithi076 bash[22317]: cluster 2024-04-19T14:38:14.840274+0000 mgr.a (mgr.14373) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:16.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:15 smithi076 bash[22317]: cluster 2024-04-19T14:38:14.840274+0000 mgr.a (mgr.14373) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:18.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:17 smithi076 bash[22317]: cluster 2024-04-19T14:38:16.840811+0000 mgr.a (mgr.14373) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:18.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:17 smithi076 bash[22317]: cluster 2024-04-19T14:38:16.840811+0000 mgr.a (mgr.14373) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:18.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:17 smithi070 bash[21665]: cluster 2024-04-19T14:38:16.840811+0000 mgr.a (mgr.14373) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:18.302 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:17 smithi070 bash[21665]: cluster 2024-04-19T14:38:16.840811+0000 mgr.a (mgr.14373) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:20.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:19 smithi076 bash[22317]: cluster 2024-04-19T14:38:18.841322+0000 mgr.a (mgr.14373) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:20.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:19 smithi076 bash[22317]: cluster 2024-04-19T14:38:18.841322+0000 mgr.a (mgr.14373) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:20.306 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:19 smithi070 bash[21665]: cluster 2024-04-19T14:38:18.841322+0000 mgr.a (mgr.14373) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:20.307 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:19 smithi070 bash[21665]: cluster 2024-04-19T14:38:18.841322+0000 mgr.a (mgr.14373) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:21.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:21 smithi070 bash[21665]: audit 2024-04-19T14:38:20.297461+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:21 smithi070 bash[21665]: audit 2024-04-19T14:38:20.297461+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:21 smithi070 bash[21665]: audit 2024-04-19T14:38:20.306724+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:21 smithi070 bash[21665]: audit 2024-04-19T14:38:20.306724+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:21 smithi070 bash[21665]: audit 2024-04-19T14:38:20.316557+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:21 smithi070 bash[21665]: audit 2024-04-19T14:38:20.316557+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.758 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:21 smithi076 bash[22317]: audit 2024-04-19T14:38:20.297461+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.759 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:21 smithi076 bash[22317]: audit 2024-04-19T14:38:20.297461+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.759 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:21 smithi076 bash[22317]: audit 2024-04-19T14:38:20.306724+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.759 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:21 smithi076 bash[22317]: audit 2024-04-19T14:38:20.306724+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.759 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:21 smithi076 bash[22317]: audit 2024-04-19T14:38:20.316557+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:21.759 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:21 smithi076 bash[22317]: audit 2024-04-19T14:38:20.316557+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: cluster 2024-04-19T14:38:20.841787+0000 mgr.a (mgr.14373) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:22.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: cluster 2024-04-19T14:38:20.841787+0000 mgr.a (mgr.14373) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:22.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: audit 2024-04-19T14:38:21.316240+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: audit 2024-04-19T14:38:21.316240+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: audit 2024-04-19T14:38:21.328964+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: audit 2024-04-19T14:38:21.328964+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: audit 2024-04-19T14:38:21.339517+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:22 smithi070 bash[21665]: audit 2024-04-19T14:38:21.339517+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: cluster 2024-04-19T14:38:20.841787+0000 mgr.a (mgr.14373) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:22.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: cluster 2024-04-19T14:38:20.841787+0000 mgr.a (mgr.14373) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:22.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: audit 2024-04-19T14:38:21.316240+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: audit 2024-04-19T14:38:21.316240+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: audit 2024-04-19T14:38:21.328964+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: audit 2024-04-19T14:38:21.328964+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: audit 2024-04-19T14:38:21.339517+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:22.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:22 smithi076 bash[22317]: audit 2024-04-19T14:38:21.339517+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:24.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:24 smithi070 bash[21665]: cluster 2024-04-19T14:38:22.842313+0000 mgr.a (mgr.14373) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:24.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:24 smithi070 bash[21665]: cluster 2024-04-19T14:38:22.842313+0000 mgr.a (mgr.14373) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:24.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:24 smithi076 bash[22317]: cluster 2024-04-19T14:38:22.842313+0000 mgr.a (mgr.14373) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:24.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:24 smithi076 bash[22317]: cluster 2024-04-19T14:38:22.842313+0000 mgr.a (mgr.14373) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:26.311 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:38:25 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:38:25] "GET /metrics HTTP/1.1" 200 21510 "" "Prometheus/2.43.0" 2024-04-19T14:38:26.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: cluster 2024-04-19T14:38:24.842857+0000 mgr.a (mgr.14373) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:26.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: cluster 2024-04-19T14:38:24.842857+0000 mgr.a (mgr.14373) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:26.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:25.881357+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:26.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:25.881357+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:26.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:26.171073+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:26.171073+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:26.180208+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:26.180208+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:26.190760+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.613 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:26 smithi070 bash[21665]: audit 2024-04-19T14:38:26.190760+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: cluster 2024-04-19T14:38:24.842857+0000 mgr.a (mgr.14373) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:26.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: cluster 2024-04-19T14:38:24.842857+0000 mgr.a (mgr.14373) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:26.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:25.881357+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:26.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:25.881357+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:26.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:26.171073+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:26.171073+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:26.180208+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:26.180208+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:26.190760+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:26.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:26 smithi076 bash[22317]: audit 2024-04-19T14:38:26.190760+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:28.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:28 smithi070 bash[21665]: cluster 2024-04-19T14:38:26.843392+0000 mgr.a (mgr.14373) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:28.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:28 smithi070 bash[21665]: cluster 2024-04-19T14:38:26.843392+0000 mgr.a (mgr.14373) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:28.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:28 smithi076 bash[22317]: cluster 2024-04-19T14:38:26.843392+0000 mgr.a (mgr.14373) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:28.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:28 smithi076 bash[22317]: cluster 2024-04-19T14:38:26.843392+0000 mgr.a (mgr.14373) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:30.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:30 smithi070 bash[21665]: cluster 2024-04-19T14:38:28.843900+0000 mgr.a (mgr.14373) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:30.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:30 smithi070 bash[21665]: cluster 2024-04-19T14:38:28.843900+0000 mgr.a (mgr.14373) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:30.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:30 smithi076 bash[22317]: cluster 2024-04-19T14:38:28.843900+0000 mgr.a (mgr.14373) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:30.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:30 smithi076 bash[22317]: cluster 2024-04-19T14:38:28.843900+0000 mgr.a (mgr.14373) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:32.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:32 smithi070 bash[21665]: cluster 2024-04-19T14:38:30.844392+0000 mgr.a (mgr.14373) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:32.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:32 smithi070 bash[21665]: cluster 2024-04-19T14:38:30.844392+0000 mgr.a (mgr.14373) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:32.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:32 smithi076 bash[22317]: cluster 2024-04-19T14:38:30.844392+0000 mgr.a (mgr.14373) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:32.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:32 smithi076 bash[22317]: cluster 2024-04-19T14:38:30.844392+0000 mgr.a (mgr.14373) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:34.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:34 smithi070 bash[21665]: cluster 2024-04-19T14:38:32.844870+0000 mgr.a (mgr.14373) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:34.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:34 smithi070 bash[21665]: cluster 2024-04-19T14:38:32.844870+0000 mgr.a (mgr.14373) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:34.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:34 smithi076 bash[22317]: cluster 2024-04-19T14:38:32.844870+0000 mgr.a (mgr.14373) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:34.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:34 smithi076 bash[22317]: cluster 2024-04-19T14:38:32.844870+0000 mgr.a (mgr.14373) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:36.330 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:38:35 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:38:35] "GET /metrics HTTP/1.1" 200 21510 "" "Prometheus/2.43.0" 2024-04-19T14:38:36.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:36 smithi070 bash[21665]: cluster 2024-04-19T14:38:34.845288+0000 mgr.a (mgr.14373) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:36.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:36 smithi070 bash[21665]: cluster 2024-04-19T14:38:34.845288+0000 mgr.a (mgr.14373) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:36.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:36 smithi076 bash[22317]: cluster 2024-04-19T14:38:34.845288+0000 mgr.a (mgr.14373) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:36.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:36 smithi076 bash[22317]: cluster 2024-04-19T14:38:34.845288+0000 mgr.a (mgr.14373) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:38 smithi070 bash[21665]: cluster 2024-04-19T14:38:36.845824+0000 mgr.a (mgr.14373) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:38.612 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:38 smithi070 bash[21665]: cluster 2024-04-19T14:38:36.845824+0000 mgr.a (mgr.14373) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:38.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:38 smithi076 bash[22317]: cluster 2024-04-19T14:38:36.845824+0000 mgr.a (mgr.14373) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:38.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:38 smithi076 bash[22317]: cluster 2024-04-19T14:38:36.845824+0000 mgr.a (mgr.14373) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:39.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:39 smithi076 bash[22317]: audit 2024-04-19T14:38:38.473829+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:39 smithi076 bash[22317]: audit 2024-04-19T14:38:38.473829+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:39 smithi076 bash[22317]: audit 2024-04-19T14:38:38.478251+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:39 smithi076 bash[22317]: audit 2024-04-19T14:38:38.478251+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:39 smithi076 bash[22317]: audit 2024-04-19T14:38:38.483041+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:39 smithi076 bash[22317]: audit 2024-04-19T14:38:38.483041+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:39 smithi070 bash[21665]: audit 2024-04-19T14:38:38.473829+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:39 smithi070 bash[21665]: audit 2024-04-19T14:38:38.473829+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:39 smithi070 bash[21665]: audit 2024-04-19T14:38:38.478251+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:39 smithi070 bash[21665]: audit 2024-04-19T14:38:38.478251+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:39 smithi070 bash[21665]: audit 2024-04-19T14:38:38.483041+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:39.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:39 smithi070 bash[21665]: audit 2024-04-19T14:38:38.483041+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: cluster 2024-04-19T14:38:38.846332+0000 mgr.a (mgr.14373) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:40.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: cluster 2024-04-19T14:38:38.846332+0000 mgr.a (mgr.14373) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:40.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: audit 2024-04-19T14:38:40.458566+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: audit 2024-04-19T14:38:40.458566+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: audit 2024-04-19T14:38:40.468380+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: audit 2024-04-19T14:38:40.468380+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: audit 2024-04-19T14:38:40.478860+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.776 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:40 smithi076 bash[22317]: audit 2024-04-19T14:38:40.478860+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: cluster 2024-04-19T14:38:38.846332+0000 mgr.a (mgr.14373) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: cluster 2024-04-19T14:38:38.846332+0000 mgr.a (mgr.14373) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: audit 2024-04-19T14:38:40.458566+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: audit 2024-04-19T14:38:40.458566+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: audit 2024-04-19T14:38:40.468380+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: audit 2024-04-19T14:38:40.468380+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: audit 2024-04-19T14:38:40.478860+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:40.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:40 smithi070 bash[21665]: audit 2024-04-19T14:38:40.478860+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:41.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:41 smithi076 bash[22317]: audit 2024-04-19T14:38:40.886273+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:41.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:41 smithi076 bash[22317]: audit 2024-04-19T14:38:40.886273+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:41.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:41 smithi070 bash[21665]: audit 2024-04-19T14:38:40.886273+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:41.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:41 smithi070 bash[21665]: audit 2024-04-19T14:38:40.886273+0000 mon.a (mon.0) 1018 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:42.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:42 smithi076 bash[22317]: cluster 2024-04-19T14:38:40.846831+0000 mgr.a (mgr.14373) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:42.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:42 smithi076 bash[22317]: cluster 2024-04-19T14:38:40.846831+0000 mgr.a (mgr.14373) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:42.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:42 smithi070 bash[21665]: cluster 2024-04-19T14:38:40.846831+0000 mgr.a (mgr.14373) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:42.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:42 smithi070 bash[21665]: cluster 2024-04-19T14:38:40.846831+0000 mgr.a (mgr.14373) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:44.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:44 smithi076 bash[22317]: cluster 2024-04-19T14:38:42.847408+0000 mgr.a (mgr.14373) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:44.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:44 smithi076 bash[22317]: cluster 2024-04-19T14:38:42.847408+0000 mgr.a (mgr.14373) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:44.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:44 smithi070 bash[21665]: cluster 2024-04-19T14:38:42.847408+0000 mgr.a (mgr.14373) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:44.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:44 smithi070 bash[21665]: cluster 2024-04-19T14:38:42.847408+0000 mgr.a (mgr.14373) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:46.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:38:45 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:38:45] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-04-19T14:38:46.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: cluster 2024-04-19T14:38:44.847928+0000 mgr.a (mgr.14373) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:46.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: cluster 2024-04-19T14:38:44.847928+0000 mgr.a (mgr.14373) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:46.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: audit 2024-04-19T14:38:46.386003+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: audit 2024-04-19T14:38:46.386003+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: audit 2024-04-19T14:38:46.395108+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: audit 2024-04-19T14:38:46.395108+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: audit 2024-04-19T14:38:46.405347+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:46 smithi076 bash[22317]: audit 2024-04-19T14:38:46.405347+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: cluster 2024-04-19T14:38:44.847928+0000 mgr.a (mgr.14373) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:46.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: cluster 2024-04-19T14:38:44.847928+0000 mgr.a (mgr.14373) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:46.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: audit 2024-04-19T14:38:46.386003+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: audit 2024-04-19T14:38:46.386003+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: audit 2024-04-19T14:38:46.395108+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: audit 2024-04-19T14:38:46.395108+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: audit 2024-04-19T14:38:46.405347+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:46.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:46 smithi070 bash[21665]: audit 2024-04-19T14:38:46.405347+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:48.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:48 smithi076 bash[22317]: cluster 2024-04-19T14:38:46.848410+0000 mgr.a (mgr.14373) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:48.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:48 smithi076 bash[22317]: cluster 2024-04-19T14:38:46.848410+0000 mgr.a (mgr.14373) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:48.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:48 smithi070 bash[21665]: cluster 2024-04-19T14:38:46.848410+0000 mgr.a (mgr.14373) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:48.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:48 smithi070 bash[21665]: cluster 2024-04-19T14:38:46.848410+0000 mgr.a (mgr.14373) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:50.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:50 smithi076 bash[22317]: cluster 2024-04-19T14:38:48.848935+0000 mgr.a (mgr.14373) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:50.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:50 smithi076 bash[22317]: cluster 2024-04-19T14:38:48.848935+0000 mgr.a (mgr.14373) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:50.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:50 smithi070 bash[21665]: cluster 2024-04-19T14:38:48.848935+0000 mgr.a (mgr.14373) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:50.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:50 smithi070 bash[21665]: cluster 2024-04-19T14:38:48.848935+0000 mgr.a (mgr.14373) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:52.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:52 smithi076 bash[22317]: cluster 2024-04-19T14:38:50.849431+0000 mgr.a (mgr.14373) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:52.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:52 smithi076 bash[22317]: cluster 2024-04-19T14:38:50.849431+0000 mgr.a (mgr.14373) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:52.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:52 smithi070 bash[21665]: cluster 2024-04-19T14:38:50.849431+0000 mgr.a (mgr.14373) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:52.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:52 smithi070 bash[21665]: cluster 2024-04-19T14:38:50.849431+0000 mgr.a (mgr.14373) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:54.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:54 smithi076 bash[22317]: cluster 2024-04-19T14:38:52.849912+0000 mgr.a (mgr.14373) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:54.775 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:54 smithi076 bash[22317]: cluster 2024-04-19T14:38:52.849912+0000 mgr.a (mgr.14373) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:54.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:54 smithi070 bash[21665]: cluster 2024-04-19T14:38:52.849912+0000 mgr.a (mgr.14373) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:54.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:54 smithi070 bash[21665]: cluster 2024-04-19T14:38:52.849912+0000 mgr.a (mgr.14373) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:56.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:38:55 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:38:55] "GET /metrics HTTP/1.1" 200 21512 "" "Prometheus/2.43.0" 2024-04-19T14:38:56.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:56 smithi076 bash[22317]: cluster 2024-04-19T14:38:54.850377+0000 mgr.a (mgr.14373) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:56.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:56 smithi076 bash[22317]: cluster 2024-04-19T14:38:54.850377+0000 mgr.a (mgr.14373) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:56.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:56 smithi076 bash[22317]: audit 2024-04-19T14:38:55.886747+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:56.774 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:56 smithi076 bash[22317]: audit 2024-04-19T14:38:55.886747+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:56.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:56 smithi070 bash[21665]: cluster 2024-04-19T14:38:54.850377+0000 mgr.a (mgr.14373) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:56.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:56 smithi070 bash[21665]: cluster 2024-04-19T14:38:54.850377+0000 mgr.a (mgr.14373) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:56.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:56 smithi070 bash[21665]: audit 2024-04-19T14:38:55.886747+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:56.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:56 smithi070 bash[21665]: audit 2024-04-19T14:38:55.886747+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:38:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: audit 2024-04-19T14:38:56.671395+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.000 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: audit 2024-04-19T14:38:56.671395+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: audit 2024-04-19T14:38:56.681359+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: audit 2024-04-19T14:38:56.681359+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: audit 2024-04-19T14:38:56.691956+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: audit 2024-04-19T14:38:56.691956+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: cluster 2024-04-19T14:38:56.850951+0000 mgr.a (mgr.14373) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:58.001 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:57 smithi070 bash[21665]: cluster 2024-04-19T14:38:56.850951+0000 mgr.a (mgr.14373) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:58.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: audit 2024-04-19T14:38:56.671395+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: audit 2024-04-19T14:38:56.671395+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: audit 2024-04-19T14:38:56.681359+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: audit 2024-04-19T14:38:56.681359+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: audit 2024-04-19T14:38:56.691956+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: audit 2024-04-19T14:38:56.691956+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:38:58.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: cluster 2024-04-19T14:38:56.850951+0000 mgr.a (mgr.14373) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:38:58.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:57 smithi076 bash[22317]: cluster 2024-04-19T14:38:56.850951+0000 mgr.a (mgr.14373) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:00.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: cluster 2024-04-19T14:38:58.851419+0000 mgr.a (mgr.14373) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:00.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: cluster 2024-04-19T14:38:58.851419+0000 mgr.a (mgr.14373) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:00.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: audit 2024-04-19T14:38:59.653756+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: audit 2024-04-19T14:38:59.653756+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: audit 2024-04-19T14:38:59.659274+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: audit 2024-04-19T14:38:59.659274+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: audit 2024-04-19T14:38:59.666300+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:38:59 smithi076 bash[22317]: audit 2024-04-19T14:38:59.666300+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.333 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: cluster 2024-04-19T14:38:58.851419+0000 mgr.a (mgr.14373) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:00.333 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: cluster 2024-04-19T14:38:58.851419+0000 mgr.a (mgr.14373) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:00.333 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: audit 2024-04-19T14:38:59.653756+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.333 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: audit 2024-04-19T14:38:59.653756+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.333 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: audit 2024-04-19T14:38:59.659274+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.334 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: audit 2024-04-19T14:38:59.659274+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.334 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: audit 2024-04-19T14:38:59.666300+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:00.334 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:38:59 smithi070 bash[21665]: audit 2024-04-19T14:38:59.666300+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:02.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:01 smithi076 bash[22317]: cluster 2024-04-19T14:39:00.851982+0000 mgr.a (mgr.14373) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:02.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:01 smithi076 bash[22317]: cluster 2024-04-19T14:39:00.851982+0000 mgr.a (mgr.14373) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:02.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:01 smithi070 bash[21665]: cluster 2024-04-19T14:39:00.851982+0000 mgr.a (mgr.14373) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:02.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:01 smithi070 bash[21665]: cluster 2024-04-19T14:39:00.851982+0000 mgr.a (mgr.14373) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:03.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.305995+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:39:03.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.305995+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:39:03.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.787164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.787164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.796243+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.796243+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.798506+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.798506+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.800487+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.800487+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.810354+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:02 smithi076 bash[22317]: audit 2024-04-19T14:39:02.810354+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.305995+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:39:03.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.305995+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.787164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.787164+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.796243+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.796243+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.798506+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.798506+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.800487+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.800487+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.810354+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:03.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:02 smithi070 bash[21665]: audit 2024-04-19T14:39:02.810354+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:04.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:03 smithi076 bash[22317]: cluster 2024-04-19T14:39:02.852621+0000 mgr.a (mgr.14373) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:04.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:03 smithi076 bash[22317]: cluster 2024-04-19T14:39:02.852621+0000 mgr.a (mgr.14373) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:04.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:03 smithi070 bash[21665]: cluster 2024-04-19T14:39:02.852621+0000 mgr.a (mgr.14373) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:04.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:03 smithi070 bash[21665]: cluster 2024-04-19T14:39:02.852621+0000 mgr.a (mgr.14373) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:06.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:05 smithi076 bash[22317]: cluster 2024-04-19T14:39:04.853197+0000 mgr.a (mgr.14373) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:06.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:05 smithi076 bash[22317]: cluster 2024-04-19T14:39:04.853197+0000 mgr.a (mgr.14373) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:06.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:05 smithi070 bash[21665]: cluster 2024-04-19T14:39:04.853197+0000 mgr.a (mgr.14373) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:06.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:05 smithi070 bash[21665]: cluster 2024-04-19T14:39:04.853197+0000 mgr.a (mgr.14373) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:06.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:05 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:39:05] "GET /metrics HTTP/1.1" 200 21512 "" "Prometheus/2.43.0" 2024-04-19T14:39:07.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:07 smithi070 bash[21665]: audit 2024-04-19T14:39:06.605865+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:07.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:07 smithi070 bash[21665]: audit 2024-04-19T14:39:06.605865+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:07.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:07 smithi070 bash[21665]: audit 2024-04-19T14:39:06.614966+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:07.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:07 smithi070 bash[21665]: audit 2024-04-19T14:39:06.614966+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:07.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:07 smithi070 bash[21665]: audit 2024-04-19T14:39:06.625360+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:07.863 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:07 smithi070 bash[21665]: audit 2024-04-19T14:39:06.625360+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:08.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:07 smithi076 bash[22317]: audit 2024-04-19T14:39:06.605865+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:08.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:07 smithi076 bash[22317]: audit 2024-04-19T14:39:06.605865+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:08.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:07 smithi076 bash[22317]: audit 2024-04-19T14:39:06.614966+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:08.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:07 smithi076 bash[22317]: audit 2024-04-19T14:39:06.614966+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:08.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:07 smithi076 bash[22317]: audit 2024-04-19T14:39:06.625360+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:08.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:07 smithi076 bash[22317]: audit 2024-04-19T14:39:06.625360+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:08.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:08 smithi070 bash[21665]: cluster 2024-04-19T14:39:06.853838+0000 mgr.a (mgr.14373) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:08.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:08 smithi070 bash[21665]: cluster 2024-04-19T14:39:06.853838+0000 mgr.a (mgr.14373) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:09.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:08 smithi076 bash[22317]: cluster 2024-04-19T14:39:06.853838+0000 mgr.a (mgr.14373) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:09.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:08 smithi076 bash[22317]: cluster 2024-04-19T14:39:06.853838+0000 mgr.a (mgr.14373) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:09.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:09 smithi070 bash[21665]: cluster 2024-04-19T14:39:08.854325+0000 mgr.a (mgr.14373) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:09.862 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:09 smithi070 bash[21665]: cluster 2024-04-19T14:39:08.854325+0000 mgr.a (mgr.14373) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:10.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:09 smithi076 bash[22317]: cluster 2024-04-19T14:39:08.854325+0000 mgr.a (mgr.14373) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:10.024 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:09 smithi076 bash[22317]: cluster 2024-04-19T14:39:08.854325+0000 mgr.a (mgr.14373) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:11.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:10 smithi076 bash[22317]: audit 2024-04-19T14:39:10.887385+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:11.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:10 smithi076 bash[22317]: audit 2024-04-19T14:39:10.887385+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:11.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:10 smithi070 bash[21665]: audit 2024-04-19T14:39:10.887385+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:11.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:10 smithi070 bash[21665]: audit 2024-04-19T14:39:10.887385+0000 mon.a (mon.0) 1038 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:12.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:11 smithi076 bash[22317]: cluster 2024-04-19T14:39:10.854799+0000 mgr.a (mgr.14373) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:12.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:11 smithi076 bash[22317]: cluster 2024-04-19T14:39:10.854799+0000 mgr.a (mgr.14373) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:11 smithi070 bash[21665]: cluster 2024-04-19T14:39:10.854799+0000 mgr.a (mgr.14373) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:12.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:11 smithi070 bash[21665]: cluster 2024-04-19T14:39:10.854799+0000 mgr.a (mgr.14373) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:14.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:13 smithi076 bash[22317]: cluster 2024-04-19T14:39:12.855375+0000 mgr.a (mgr.14373) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:14.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:13 smithi076 bash[22317]: cluster 2024-04-19T14:39:12.855375+0000 mgr.a (mgr.14373) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:14.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:13 smithi070 bash[21665]: cluster 2024-04-19T14:39:12.855375+0000 mgr.a (mgr.14373) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:14.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:13 smithi070 bash[21665]: cluster 2024-04-19T14:39:12.855375+0000 mgr.a (mgr.14373) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:16.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:15 smithi076 bash[22317]: cluster 2024-04-19T14:39:14.855846+0000 mgr.a (mgr.14373) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:16.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:15 smithi076 bash[22317]: cluster 2024-04-19T14:39:14.855846+0000 mgr.a (mgr.14373) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:16.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:15 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:39:15] "GET /metrics HTTP/1.1" 200 21506 "" "Prometheus/2.43.0" 2024-04-19T14:39:16.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:15 smithi070 bash[21665]: cluster 2024-04-19T14:39:14.855846+0000 mgr.a (mgr.14373) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:16.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:15 smithi070 bash[21665]: cluster 2024-04-19T14:39:14.855846+0000 mgr.a (mgr.14373) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:18.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: cluster 2024-04-19T14:39:16.856346+0000 mgr.a (mgr.14373) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:18.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: cluster 2024-04-19T14:39:16.856346+0000 mgr.a (mgr.14373) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:18.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: audit 2024-04-19T14:39:16.892994+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: audit 2024-04-19T14:39:16.892994+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: audit 2024-04-19T14:39:16.902857+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: audit 2024-04-19T14:39:16.902857+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: audit 2024-04-19T14:39:16.913519+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:17 smithi070 bash[21665]: audit 2024-04-19T14:39:16.913519+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: cluster 2024-04-19T14:39:16.856346+0000 mgr.a (mgr.14373) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: cluster 2024-04-19T14:39:16.856346+0000 mgr.a (mgr.14373) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: audit 2024-04-19T14:39:16.892994+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: audit 2024-04-19T14:39:16.892994+0000 mon.a (mon.0) 1039 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: audit 2024-04-19T14:39:16.902857+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: audit 2024-04-19T14:39:16.902857+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: audit 2024-04-19T14:39:16.913519+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:18.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:17 smithi076 bash[22317]: audit 2024-04-19T14:39:16.913519+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: cluster 2024-04-19T14:39:18.856694+0000 mgr.a (mgr.14373) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: cluster 2024-04-19T14:39:18.856694+0000 mgr.a (mgr.14373) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: audit 2024-04-19T14:39:19.871760+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: audit 2024-04-19T14:39:19.871760+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: audit 2024-04-19T14:39:19.881684+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: audit 2024-04-19T14:39:19.881684+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: audit 2024-04-19T14:39:19.892239+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:19 smithi070 bash[21665]: audit 2024-04-19T14:39:19.892239+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: cluster 2024-04-19T14:39:18.856694+0000 mgr.a (mgr.14373) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:20.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: cluster 2024-04-19T14:39:18.856694+0000 mgr.a (mgr.14373) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:20.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: audit 2024-04-19T14:39:19.871760+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: audit 2024-04-19T14:39:19.871760+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: audit 2024-04-19T14:39:19.881684+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: audit 2024-04-19T14:39:19.881684+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: audit 2024-04-19T14:39:19.892239+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:20.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:19 smithi076 bash[22317]: audit 2024-04-19T14:39:19.892239+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:22.011 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:21 smithi076 bash[22317]: cluster 2024-04-19T14:39:20.856996+0000 mgr.a (mgr.14373) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:22.012 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:21 smithi076 bash[22317]: cluster 2024-04-19T14:39:20.856996+0000 mgr.a (mgr.14373) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:22.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:21 smithi070 bash[21665]: cluster 2024-04-19T14:39:20.856996+0000 mgr.a (mgr.14373) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:22.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:21 smithi070 bash[21665]: cluster 2024-04-19T14:39:20.856996+0000 mgr.a (mgr.14373) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:24.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:23 smithi076 bash[22317]: cluster 2024-04-19T14:39:22.857497+0000 mgr.a (mgr.14373) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:24.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:23 smithi076 bash[22317]: cluster 2024-04-19T14:39:22.857497+0000 mgr.a (mgr.14373) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:24.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:23 smithi070 bash[21665]: cluster 2024-04-19T14:39:22.857497+0000 mgr.a (mgr.14373) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:24.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:23 smithi070 bash[21665]: cluster 2024-04-19T14:39:22.857497+0000 mgr.a (mgr.14373) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:26.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:25 smithi076 bash[22317]: cluster 2024-04-19T14:39:24.858023+0000 mgr.a (mgr.14373) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:26.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:25 smithi076 bash[22317]: cluster 2024-04-19T14:39:24.858023+0000 mgr.a (mgr.14373) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:26.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:25 smithi076 bash[22317]: audit 2024-04-19T14:39:25.887807+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:26.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:25 smithi076 bash[22317]: audit 2024-04-19T14:39:25.887807+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:26.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:25 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:39:25] "GET /metrics HTTP/1.1" 200 21509 "" "Prometheus/2.43.0" 2024-04-19T14:39:26.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:25 smithi070 bash[21665]: cluster 2024-04-19T14:39:24.858023+0000 mgr.a (mgr.14373) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:26.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:25 smithi070 bash[21665]: cluster 2024-04-19T14:39:24.858023+0000 mgr.a (mgr.14373) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:26.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:25 smithi070 bash[21665]: audit 2024-04-19T14:39:25.887807+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:26.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:25 smithi070 bash[21665]: audit 2024-04-19T14:39:25.887807+0000 mon.a (mon.0) 1045 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:28.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: audit 2024-04-19T14:39:26.824783+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: audit 2024-04-19T14:39:26.824783+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.112 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: audit 2024-04-19T14:39:26.834021+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: audit 2024-04-19T14:39:26.834021+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: audit 2024-04-19T14:39:26.844487+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: audit 2024-04-19T14:39:26.844487+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: cluster 2024-04-19T14:39:26.858539+0000 mgr.a (mgr.14373) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:28.113 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:27 smithi070 bash[21665]: cluster 2024-04-19T14:39:26.858539+0000 mgr.a (mgr.14373) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: audit 2024-04-19T14:39:26.824783+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: audit 2024-04-19T14:39:26.824783+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: audit 2024-04-19T14:39:26.834021+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: audit 2024-04-19T14:39:26.834021+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: audit 2024-04-19T14:39:26.844487+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: audit 2024-04-19T14:39:26.844487+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: cluster 2024-04-19T14:39:26.858539+0000 mgr.a (mgr.14373) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:28.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:27 smithi076 bash[22317]: cluster 2024-04-19T14:39:26.858539+0000 mgr.a (mgr.14373) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:30.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:29 smithi076 bash[22317]: cluster 2024-04-19T14:39:28.859071+0000 mgr.a (mgr.14373) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:30.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:29 smithi076 bash[22317]: cluster 2024-04-19T14:39:28.859071+0000 mgr.a (mgr.14373) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:30.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:29 smithi070 bash[21665]: cluster 2024-04-19T14:39:28.859071+0000 mgr.a (mgr.14373) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:30.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:29 smithi070 bash[21665]: cluster 2024-04-19T14:39:28.859071+0000 mgr.a (mgr.14373) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:32.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:31 smithi076 bash[22317]: cluster 2024-04-19T14:39:30.859618+0000 mgr.a (mgr.14373) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:32.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:31 smithi076 bash[22317]: cluster 2024-04-19T14:39:30.859618+0000 mgr.a (mgr.14373) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:32.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:31 smithi070 bash[21665]: cluster 2024-04-19T14:39:30.859618+0000 mgr.a (mgr.14373) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:32.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:31 smithi070 bash[21665]: cluster 2024-04-19T14:39:30.859618+0000 mgr.a (mgr.14373) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:34.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:33 smithi076 bash[22317]: cluster 2024-04-19T14:39:32.860172+0000 mgr.a (mgr.14373) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:34.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:33 smithi076 bash[22317]: cluster 2024-04-19T14:39:32.860172+0000 mgr.a (mgr.14373) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:34.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:33 smithi070 bash[21665]: cluster 2024-04-19T14:39:32.860172+0000 mgr.a (mgr.14373) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:34.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:33 smithi070 bash[21665]: cluster 2024-04-19T14:39:32.860172+0000 mgr.a (mgr.14373) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:36.274 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:35 smithi076 bash[22317]: cluster 2024-04-19T14:39:34.860658+0000 mgr.a (mgr.14373) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:36.275 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:35 smithi076 bash[22317]: cluster 2024-04-19T14:39:34.860658+0000 mgr.a (mgr.14373) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:36.362 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:35 smithi070 bash[21921]: ::ffff:172.21.15.76 - - [19/Apr/2024:14:39:35] "GET /metrics HTTP/1.1" 200 21509 "" "Prometheus/2.43.0" 2024-04-19T14:39:36.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:35 smithi070 bash[21665]: cluster 2024-04-19T14:39:34.860658+0000 mgr.a (mgr.14373) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:36.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:35 smithi070 bash[21665]: cluster 2024-04-19T14:39:34.860658+0000 mgr.a (mgr.14373) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:38.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: cluster 2024-04-19T14:39:36.861199+0000 mgr.a (mgr.14373) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:38.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: cluster 2024-04-19T14:39:36.861199+0000 mgr.a (mgr.14373) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:38.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: audit 2024-04-19T14:39:37.107219+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: audit 2024-04-19T14:39:37.107219+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: audit 2024-04-19T14:39:37.116291+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: audit 2024-04-19T14:39:37.116291+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: audit 2024-04-19T14:39:37.126910+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.363 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:38 smithi070 bash[21665]: audit 2024-04-19T14:39:37.126910+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: cluster 2024-04-19T14:39:36.861199+0000 mgr.a (mgr.14373) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:38.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: cluster 2024-04-19T14:39:36.861199+0000 mgr.a (mgr.14373) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:38.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: audit 2024-04-19T14:39:37.107219+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: audit 2024-04-19T14:39:37.107219+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: audit 2024-04-19T14:39:37.116291+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: audit 2024-04-19T14:39:37.116291+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: audit 2024-04-19T14:39:37.126910+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:38.526 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:38 smithi076 bash[22317]: audit 2024-04-19T14:39:37.126910+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:40.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:40 smithi070 bash[21665]: cluster 2024-04-19T14:39:38.861755+0000 mgr.a (mgr.14373) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:40.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:40 smithi070 bash[21665]: cluster 2024-04-19T14:39:38.861755+0000 mgr.a (mgr.14373) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:40.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:40 smithi070 bash[21665]: audit 2024-04-19T14:39:40.100726+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:40.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:40 smithi070 bash[21665]: audit 2024-04-19T14:39:40.100726+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:40 smithi076 bash[22317]: cluster 2024-04-19T14:39:38.861755+0000 mgr.a (mgr.14373) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:40 smithi076 bash[22317]: cluster 2024-04-19T14:39:38.861755+0000 mgr.a (mgr.14373) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-04-19T14:39:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:40 smithi076 bash[22317]: audit 2024-04-19T14:39:40.100726+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:40.525 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:40 smithi076 bash[22317]: audit 2024-04-19T14:39:40.100726+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.014 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.76:9095/api/v1/status/config 2024-04-19T14:39:41.023 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.76:9095/api/v1/status/config 2024-04-19T14:39:41.023 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq -e '.status == "success"' 2024-04-19T14:39:41.030 INFO:teuthology.orchestra.run.smithi070.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 8aee3e06-fe58-11ee-bc92-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.70: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: 8aee3e06-fe58-11ee-bc92-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.70: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: 8aee3e06-fe58-11ee-bc92-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.70: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: 8aee3e06-fe58-11ee-bc92-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.70: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.70:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-04-19T14:39:41.030 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.76:9095/api/v1/alerts 2024-04-19T14:39:41.038 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.76:9095/api/v1/alerts 2024-04-19T14:39:41.038 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-19T14:39:41.043 INFO:teuthology.orchestra.run.smithi070.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"8aee3e06-fe58-11ee-bc92-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-04-19T14:38:20.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi094","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-19T14:38:20.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 smithi094\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-19T14:38:20.084118673Z","value":"1e+00"}]}}true 2024-04-19T14:39:41.043 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.94:9093/api/v1/status 2024-04-19T14:39:41.050 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.94:9093/api/v1/alerts 2024-04-19T14:39:41.056 INFO:teuthology.orchestra.run.smithi070.stderr:+ curl -s http://172.21.15.94:9093/api/v1/alerts 2024-04-19T14:39:41.056 INFO:teuthology.orchestra.run.smithi070.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-19T14:39:41.061 INFO:teuthology.orchestra.run.smithi070.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://smithi070.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://smithi076.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://smithi070.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://smithi076.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-04-19T14:34:56.942154408Z","clusterStatus":{"name":"01HVVCGAHD9W565M5WA6WPB380","status":"ready","peers":[{"name":"01HVVCGAHD9W565M5WA6WPB380","address":"172.21.15.94:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"8aee3e06-fe58-11ee-bc92-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 smithi094","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-19T14:38:50.084Z","endsAt":"2024-04-19T14:42:50.084Z","generatorURL":"http://smithi076.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":"5728555e795c7c9d"},{"labels":{"alertname":"CephMonDown","cluster":"8aee3e06-fe58-11ee-bc92-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 smithi094\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-19T14:38:50.084Z","endsAt":"2024-04-19T14:42:50.084Z","generatorURL":"http://smithi076.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":"7da078bd68c83d42"}]}true 2024-04-19T14:39:41.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:41 smithi070 bash[21665]: audit 2024-04-19T14:39:40.110932+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:41 smithi070 bash[21665]: audit 2024-04-19T14:39:40.110932+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:41 smithi070 bash[21665]: audit 2024-04-19T14:39:40.126341+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:41 smithi070 bash[21665]: audit 2024-04-19T14:39:40.126341+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:41 smithi070 bash[21665]: audit 2024-04-19T14:39:40.888575+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:41.362 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:41 smithi070 bash[21665]: audit 2024-04-19T14:39:40.888575+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:41.515 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:41 smithi076 bash[22317]: audit 2024-04-19T14:39:40.110932+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.515 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:41 smithi076 bash[22317]: audit 2024-04-19T14:39:40.110932+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.515 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:41 smithi076 bash[22317]: audit 2024-04-19T14:39:40.126341+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.515 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:41 smithi076 bash[22317]: audit 2024-04-19T14:39:40.126341+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' 2024-04-19T14:39:41.515 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:41 smithi076 bash[22317]: audit 2024-04-19T14:39:40.888575+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:41.515 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:41 smithi076 bash[22317]: audit 2024-04-19T14:39:40.888575+0000 mon.a (mon.0) 1055 : audit [DBG] from='mgr.14373 172.21.15.70:0/1578662541' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-19T14:39:41.849 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-19T14:39:41.859 INFO:tasks.cephadm:Teardown begin 2024-04-19T14:39:41.860 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:39:41.870 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:39:41.884 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:39:41.896 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-19T14:39:41.897 DEBUG:teuthology.orchestra.run.smithi070:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:39:41.918 DEBUG:teuthology.orchestra.run.smithi076:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:39:41.932 DEBUG:teuthology.orchestra.run.smithi094:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-19T14:39:41.945 INFO:tasks.cephadm:Stopping all daemons... 2024-04-19T14:39:41.945 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-19T14:39:41.945 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a 2024-04-19T14:39:42.098 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21921]: [19/Apr/2024:14:39:42] ENGINE Bus STOPPING 2024-04-19T14:39:42.098 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:41 smithi070 systemd[1]: Stopping Ceph mon.a for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:39:42.098 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21665]: debug 2024-04-19T14:39:42.083+0000 7f2042516700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:39:42.098 INFO:journalctl@ceph.mon.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21665]: debug 2024-04-19T14:39:42.083+0000 7f2042516700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-19T14:39:42.323 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21921]: [19/Apr/2024:14:39:42] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-19T14:39:42.323 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21921]: [19/Apr/2024:14:39:42] ENGINE Bus STOPPED 2024-04-19T14:39:42.323 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21921]: [19/Apr/2024:14:39:42] ENGINE Bus STARTING 2024-04-19T14:39:42.323 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21921]: [19/Apr/2024:14:39:42] ENGINE Serving on http://:::9283 2024-04-19T14:39:42.323 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:42 smithi070 bash[21921]: [19/Apr/2024:14:39:42] ENGINE Bus STARTED 2024-04-19T14:39:43.395 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.a.service' 2024-04-19T14:39:43.423 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:39:43.423 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-19T14:39:43.423 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-19T14:39:43.423 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.b 2024-04-19T14:39:43.524 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:43 smithi076 systemd[1]: Stopping Ceph mon.b for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:39:44.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:43 smithi076 bash[22317]: debug 2024-04-19T14:39:43.707+0000 7f0bfa838700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-19T14:39:44.025 INFO:journalctl@ceph.mon.b.smithi076.stdout:Apr 19 14:39:43 smithi076 bash[22317]: debug 2024-04-19T14:39:43.707+0000 7f0bfa838700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-19T14:39:44.683 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.b.service' 2024-04-19T14:39:44.708 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:39:44.709 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-19T14:39:44.709 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-19T14:39:44.709 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.c 2024-04-19T14:39:44.729 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mon.c.service' 2024-04-19T14:39:44.803 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:39:44.804 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-19T14:39:44.804 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-19T14:39:44.804 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.a 2024-04-19T14:39:45.112 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:44 smithi070 systemd[1]: Stopping Ceph mgr.a for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:39:45.112 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:44 smithi070 bash[21921]: debug 2024-04-19T14:39:44.955+0000 7fcadd6c7700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-19T14:39:45.112 INFO:journalctl@ceph.mgr.a.smithi070.stdout:Apr 19 14:39:44 smithi070 bash[21921]: debug 2024-04-19T14:39:44.955+0000 7fcadd6c7700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-19T14:39:45.776 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.a.service' 2024-04-19T14:39:45.799 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:39:45.800 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-19T14:39:45.800 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-19T14:39:45.800 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.b 2024-04-19T14:39:46.132 INFO:journalctl@ceph.mgr.b.smithi076.stdout:Apr 19 14:39:45 smithi076 systemd[1]: Stopping Ceph mgr.b for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:39:46.656 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@mgr.b.service' 2024-04-19T14:39:46.678 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:39:46.678 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-19T14:39:46.678 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-19T14:39:46.678 DEBUG:teuthology.orchestra.run.smithi070:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.0 2024-04-19T14:39:47.112 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:39:46 smithi070 systemd[1]: Stopping Ceph osd.0 for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:39:47.113 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:39:46 smithi070 bash[32087]: debug 2024-04-19T14:39:46.835+0000 7f80041d6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-19T14:39:47.113 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:39:46 smithi070 bash[32087]: debug 2024-04-19T14:39:46.835+0000 7f80041d6700 -1 osd.0 22 *** Got signal Terminated *** 2024-04-19T14:39:47.113 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:39:46 smithi070 bash[32087]: debug 2024-04-19T14:39:46.835+0000 7f80041d6700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T14:39:53.043 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:39:52 smithi070 bash[46470]: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-osd-0 2024-04-19T14:39:53.043 INFO:journalctl@ceph.osd.0.smithi070.stdout:Apr 19 14:39:53 smithi070 bash[46535]: Error response from daemon: No such container: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-osd-0 2024-04-19T14:39:54.691 DEBUG:teuthology.orchestra.run.smithi070:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.0.service' 2024-04-19T14:39:54.731 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:39:54.731 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-19T14:39:54.731 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-19T14:39:54.732 DEBUG:teuthology.orchestra.run.smithi076:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.1 2024-04-19T14:39:55.025 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:39:54 smithi076 systemd[1]: Stopping Ceph osd.1 for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:39:55.025 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:39:54 smithi076 bash[27238]: debug 2024-04-19T14:39:54.887+0000 7f5d4454e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-19T14:39:55.025 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:39:54 smithi076 bash[27238]: debug 2024-04-19T14:39:54.887+0000 7f5d4454e700 -1 osd.1 22 *** Got signal Terminated *** 2024-04-19T14:39:55.026 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:39:54 smithi076 bash[27238]: debug 2024-04-19T14:39:54.887+0000 7f5d4454e700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T14:40:01.275 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:40:00 smithi076 bash[36477]: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-osd-1 2024-04-19T14:40:01.275 INFO:journalctl@ceph.osd.1.smithi076.stdout:Apr 19 14:40:01 smithi076 bash[36547]: Error response from daemon: No such container: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-osd-1 2024-04-19T14:40:03.074 DEBUG:teuthology.orchestra.run.smithi076:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.1.service' 2024-04-19T14:40:03.108 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:40:03.109 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-19T14:40:03.109 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-19T14:40:03.109 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.2 2024-04-19T14:40:03.492 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:40:03 smithi094 systemd[1]: Stopping Ceph osd.2 for 8aee3e06-fe58-11ee-bc92-c7b262605968... 2024-04-19T14:40:03.492 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:40:03 smithi094 bash[27639]: debug 2024-04-19T14:40:03.264+0000 7f2172bd2700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-19T14:40:03.492 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:40:03 smithi094 bash[27639]: debug 2024-04-19T14:40:03.264+0000 7f2172bd2700 -1 osd.2 22 *** Got signal Terminated *** 2024-04-19T14:40:03.492 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:40:03 smithi094 bash[27639]: debug 2024-04-19T14:40:03.264+0000 7f2172bd2700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-19T14:40:09.385 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:40:09 smithi094 bash[37079]: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-osd-2 2024-04-19T14:40:09.385 INFO:journalctl@ceph.osd.2.smithi094.stdout:Apr 19 14:40:09 smithi094 bash[37364]: Error response from daemon: No such container: ceph-8aee3e06-fe58-11ee-bc92-c7b262605968-osd-2 2024-04-19T14:40:11.099 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8aee3e06-fe58-11ee-bc92-c7b262605968@osd.2.service' 2024-04-19T14:40:11.137 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-19T14:40:11.138 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-19T14:40:11.138 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T14:40:11.303 INFO:teuthology.orchestra.run.smithi070.stdout:Deleting cluster with fsid: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:40:19.426 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T14:40:19.593 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:40:27.876 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-19T14:40:28.391 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:40:36.438 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:40:36.452 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:40:36.468 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-19T14:40:36.482 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-19T14:40:36.484 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi070/crash 2024-04-19T14:40:36.485 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash -- . 2024-04-19T14:40:36.504 INFO:teuthology.orchestra.run.smithi070.stderr:tar: /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T14:40:36.504 INFO:teuthology.orchestra.run.smithi070.stderr:tar: Error is not recoverable: exiting now 2024-04-19T14:40:36.506 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi076/crash 2024-04-19T14:40:36.507 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash -- . 2024-04-19T14:40:36.523 INFO:teuthology.orchestra.run.smithi076.stderr:tar: /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T14:40:36.523 INFO:teuthology.orchestra.run.smithi076.stderr:tar: Error is not recoverable: exiting now 2024-04-19T14:40:36.525 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi094/crash 2024-04-19T14:40:36.526 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash -- . 2024-04-19T14:40:36.536 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-19T14:40:36.536 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-04-19T14:40:36.537 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-19T14:40:36.537 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8aee3e06-fe58-11ee-bc92-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-04-19T14:40:36.568 INFO:teuthology.orchestra.run.smithi070.stdout:2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:40:36.568 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-04-19T14:40:36.568 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[SEC\]' /var/log/ceph/8aee3e06-fe58-11ee-bc92-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-04-19T14:40:36.622 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[ERR\]' /var/log/ceph/8aee3e06-fe58-11ee-bc92-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-04-19T14:40:36.678 DEBUG:teuthology.orchestra.run.smithi070:> sudo egrep '\[WRN\]' /var/log/ceph/8aee3e06-fe58-11ee-bc92-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-04-19T14:40:36.733 INFO:teuthology.orchestra.run.smithi070.stdout:2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) ['stray daemon osd.1 on host smithi076 not managed by cephadm'] not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-19T14:40:36.734 INFO:tasks.cephadm:Compressing logs... 2024-04-19T14:40:36.734 DEBUG:teuthology.orchestra.run.smithi070:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-19T14:40:36.779 DEBUG:teuthology.orchestra.run.smithi076:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-19T14:40:36.781 DEBUG:teuthology.orchestra.run.smithi094:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-19T14:40:36.787 INFO:teuthology.orchestra.run.smithi070.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T14:40:36.793 INFO:teuthology.orchestra.run.smithi076.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T14:40:36.794 INFO:teuthology.orchestra.run.smithi094.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-19T14:40:36.798 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T14:40:36.799 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.2.log 2024-04-19T14:40:36.799 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T14:40:36.801 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log 2024-04-19T14:40:36.801 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T14:40:36.802 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log: /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.c.log 2024-04-19T14:40:36.802 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log: 81.9% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T14:40:36.802 INFO:teuthology.orchestra.run.smithi094.stderr: 87.9% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T14:40:36.802 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T14:40:36.803 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.c.log: /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log: 83.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T14:40:36.803 INFO:teuthology.orchestra.run.smithi094.stderr: 90.5% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T14:40:36.804 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T14:40:36.804 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T14:40:36.805 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.1.log 2024-04-19T14:40:36.806 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log 2024-04-19T14:40:36.806 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log: /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T14:40:36.808 INFO:teuthology.orchestra.run.smithi076.stderr: 81.9%/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log: -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T14:40:36.809 INFO:teuthology.orchestra.run.smithi076.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mgr.b.log 2024-04-19T14:40:36.809 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T14:40:36.809 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mgr.b.log: gzip 87.8% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T14:40:36.809 INFO:teuthology.orchestra.run.smithi076.stderr: -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.b.log 2024-04-19T14:40:36.809 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.0.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.a.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr: 83.1% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:gzip -5 --verbose -- /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mgr.a.log 2024-04-19T14:40:36.810 INFO:teuthology.orchestra.run.smithi070.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log: /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log: /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mgr.a.log: 87.8% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-19T14:40:36.811 INFO:teuthology.orchestra.run.smithi070.stderr: 90.4% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T14:40:36.811 INFO:teuthology.orchestra.run.smithi076.stderr:/var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log: /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-19T14:40:36.811 INFO:teuthology.orchestra.run.smithi076.stderr: 83.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T14:40:36.814 INFO:teuthology.orchestra.run.smithi076.stderr: 91.0% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mgr.b.log.gz 2024-04-19T14:40:36.824 INFO:teuthology.orchestra.run.smithi070.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-19T14:40:36.828 INFO:teuthology.orchestra.run.smithi094.stderr: 91.9% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T14:40:36.835 INFO:teuthology.orchestra.run.smithi076.stderr: 91.9% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T14:40:36.844 INFO:teuthology.orchestra.run.smithi070.stderr: 91.8% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-19T14:40:36.847 INFO:teuthology.orchestra.run.smithi094.stderr: 93.6% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.2.log.gz 2024-04-19T14:40:36.866 INFO:teuthology.orchestra.run.smithi070.stderr: 93.6% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.0.log.gz 2024-04-19T14:40:36.894 INFO:teuthology.orchestra.run.smithi076.stderr: 93.9% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-osd.1.log.gz 2024-04-19T14:40:36.898 INFO:teuthology.orchestra.run.smithi094.stderr: 93.1% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.c.log.gz 2024-04-19T14:40:36.899 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-04-19T14:40:36.899 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.113s 2024-04-19T14:40:36.899 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.177s 2024-04-19T14:40:36.899 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.028s 2024-04-19T14:40:36.933 INFO:teuthology.orchestra.run.smithi076.stderr: 92.9% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.b.log.gz 2024-04-19T14:40:36.935 INFO:teuthology.orchestra.run.smithi076.stderr: 2024-04-19T14:40:36.935 INFO:teuthology.orchestra.run.smithi076.stderr:real 0m0.150s 2024-04-19T14:40:36.935 INFO:teuthology.orchestra.run.smithi076.stderr:user 0m0.259s 2024-04-19T14:40:36.935 INFO:teuthology.orchestra.run.smithi076.stderr:sys 0m0.031s 2024-04-19T14:40:36.971 INFO:teuthology.orchestra.run.smithi070.stderr: 88.3% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mgr.a.log.gz 2024-04-19T14:40:37.185 INFO:teuthology.orchestra.run.smithi070.stderr: 91.4% -- replaced with /var/log/ceph/8aee3e06-fe58-11ee-bc92-c7b262605968/ceph-mon.a.log.gz 2024-04-19T14:40:37.186 INFO:teuthology.orchestra.run.smithi070.stderr: 2024-04-19T14:40:37.186 INFO:teuthology.orchestra.run.smithi070.stderr:real 0m0.405s 2024-04-19T14:40:37.186 INFO:teuthology.orchestra.run.smithi070.stderr:user 0m0.627s 2024-04-19T14:40:37.186 INFO:teuthology.orchestra.run.smithi070.stderr:sys 0m0.050s 2024-04-19T14:40:37.187 INFO:tasks.cephadm:Archiving logs... 2024-04-19T14:40:37.187 DEBUG:teuthology.misc:Transferring archived files from smithi070:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi070/log 2024-04-19T14:40:37.188 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T14:40:37.340 DEBUG:teuthology.misc:Transferring archived files from smithi076:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi076/log 2024-04-19T14:40:37.340 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T14:40:37.392 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi094/log 2024-04-19T14:40:37.393 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-19T14:40:37.432 INFO:tasks.cephadm:Removing cluster... 2024-04-19T14:40:37.432 DEBUG:teuthology.orchestra.run.smithi070:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 --force 2024-04-19T14:40:37.590 INFO:teuthology.orchestra.run.smithi070.stdout:Deleting cluster with fsid: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:40:38.887 DEBUG:teuthology.orchestra.run.smithi076:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 --force 2024-04-19T14:40:39.055 INFO:teuthology.orchestra.run.smithi076.stdout:Deleting cluster with fsid: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:40:40.415 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8aee3e06-fe58-11ee-bc92-c7b262605968 --force 2024-04-19T14:40:40.584 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 8aee3e06-fe58-11ee-bc92-c7b262605968 2024-04-19T14:40:41.920 INFO:tasks.cephadm:Removing cephadm ... 2024-04-19T14:40:41.921 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T14:40:41.927 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T14:40:41.933 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-19T14:40:41.938 INFO:tasks.cephadm:Teardown complete 2024-04-19T14:40:41.939 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-19T14:40:41.955 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-19T14:40:41.956 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T14:40:41.972 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T14:40:41.977 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-19T14:40:42.062 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-19T14:40:42.070 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-19T14:40:42.071 DEBUG:teuthology.orchestra.run.smithi070:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:40:42.073 DEBUG:teuthology.orchestra.run.smithi076:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:40:42.076 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-19T14:40:42.088 INFO:teuthology.orchestra.run.smithi070.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:40:42.088 INFO:teuthology.orchestra.run.smithi070.stdout:============================================================================== 2024-04-19T14:40:42.088 INFO:teuthology.orchestra.run.smithi070.stdout:*hv01.front.sepi 44.4.53.2 2 u 4 64 377 0.085 -9.643 2.151 2024-04-19T14:40:42.089 INFO:teuthology.orchestra.run.smithi070.stdout:+hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.099 -5.815 2.898 2024-04-19T14:40:42.089 INFO:teuthology.orchestra.run.smithi070.stdout:+hv03.front.sepi 74.6.168.72 3 u 64 64 377 0.076 -6.156 2.927 2024-04-19T14:40:42.089 INFO:teuthology.orchestra.run.smithi070.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-19T14:40:42.090 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:40:42.090 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi094.stdout:*hv01.front.sepi 44.4.53.2 2 u 66 64 377 0.096 -3.755 1.076 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi094.stdout:+hv02.front.sepi 63.231.80.2 3 u 59 64 377 0.109 -2.033 0.914 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi094.stdout:+hv03.front.sepi 74.6.168.72 3 u 5 64 377 0.105 -1.364 1.710 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi076.stdout: remote refid st t when poll reach delay offset jitter 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi076.stdout:============================================================================== 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi076.stdout:*hv01.front.sepi 44.4.53.2 2 u 59 64 377 0.100 -14.476 4.635 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi076.stdout:+hv02.front.sepi 63.231.80.2 3 u 56 64 377 0.099 -13.114 4.559 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi076.stdout:+hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.085 -13.480 4.662 2024-04-19T14:40:42.091 INFO:teuthology.orchestra.run.smithi076.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-19T14:40:42.091 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T14:40:42.101 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T14:40:42.101 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T14:40:42.109 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T14:40:42.117 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T14:40:42.125 INFO:teuthology.task.internal:Duration was 1769.519100 seconds 2024-04-19T14:40:42.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T14:40:42.136 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T14:40:42.136 DEBUG:teuthology.orchestra.run.smithi070:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:40:42.139 DEBUG:teuthology.orchestra.run.smithi076:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:40:42.141 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T14:40:42.177 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T14:40:42.177 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi070.front.sepia.ceph.com 2024-04-19T14:40:42.177 DEBUG:teuthology.orchestra.run.smithi070:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:40:42.227 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi076.front.sepia.ceph.com 2024-04-19T14:40:42.227 DEBUG:teuthology.orchestra.run.smithi076:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:40:42.237 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-04-19T14:40:42.237 DEBUG:teuthology.orchestra.run.smithi094:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-19T14:40:42.247 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T14:40:42.247 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:40:42.275 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:40:42.280 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T14:40:42.327 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T14:40:42.327 DEBUG:teuthology.orchestra.run.smithi070:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:40:42.359 DEBUG:teuthology.orchestra.run.smithi076:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:40:42.361 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T14:40:42.472 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T14:40:42.482 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T14:40:42.482 DEBUG:teuthology.orchestra.run.smithi070:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:40:42.494 DEBUG:teuthology.orchestra.run.smithi076:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:40:42.506 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T14:40:42.518 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T14:40:42.528 DEBUG:teuthology.orchestra.run.smithi070:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:40:42.539 DEBUG:teuthology.orchestra.run.smithi076:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:40:42.546 INFO:teuthology.orchestra.run.smithi070.stdout:kernel.core_pattern = core 2024-04-19T14:40:42.549 DEBUG:teuthology.orchestra.run.smithi094:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:40:42.558 INFO:teuthology.orchestra.run.smithi076.stdout:kernel.core_pattern = core 2024-04-19T14:40:42.570 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-04-19T14:40:42.598 DEBUG:teuthology.orchestra.run.smithi070:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:40:42.617 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:40:42.618 DEBUG:teuthology.orchestra.run.smithi076:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:40:42.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:40:42.635 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T14:40:42.643 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T14:40:42.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T14:40:42.653 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T14:40:42.654 DEBUG:teuthology.misc:Transferring archived files from smithi070:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi070 2024-04-19T14:40:42.654 DEBUG:teuthology.orchestra.run.smithi070:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:40:42.686 DEBUG:teuthology.misc:Transferring archived files from smithi076:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi076 2024-04-19T14:40:42.686 DEBUG:teuthology.orchestra.run.smithi076:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:40:42.710 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455/remote/smithi094 2024-04-19T14:40:42.710 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T14:40:42.733 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T14:40:42.733 DEBUG:teuthology.orchestra.run.smithi070:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:40:42.735 DEBUG:teuthology.orchestra.run.smithi076:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:40:42.749 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T14:40:42.777 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T14:40:42.791 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T14:40:42.791 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T14:40:42.800 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T14:40:42.800 DEBUG:teuthology.orchestra.run.smithi070:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:40:42.803 DEBUG:teuthology.orchestra.run.smithi076:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:40:42.805 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T14:40:42.806 INFO:teuthology.orchestra.run.smithi070.stdout: 658746 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:40 /home/ubuntu/cephtest 2024-04-19T14:40:42.810 INFO:teuthology.orchestra.run.smithi076.stdout: 658739 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:40 /home/ubuntu/cephtest 2024-04-19T14:40:42.825 INFO:teuthology.orchestra.run.smithi094.stdout: 658741 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 14:40 /home/ubuntu/cephtest 2024-04-19T14:40:42.826 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T14:40:42.836 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T14:40:42.856 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T14:40:42.881 DEBUG:teuthology.nuke:shortname: smithi070 2024-04-19T14:40:42.881 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:40:42.903 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi070.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:20:49.880066', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwWgHPlbS8ZSM69dTfPQ2fDRYchNacfbbBOmhuz6XlTFwDVE1L8jTLccHLcqL5Oy2hDnCAJhgrY7Vr3Li7E49A='} 2024-04-19T14:40:42.907 DEBUG:teuthology.nuke:shortname: smithi076 2024-04-19T14:40:42.907 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:40:42.929 DEBUG:teuthology.nuke:shortname: smithi094 2024-04-19T14:40:42.929 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T14:40:42.933 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi076.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:20:49.877612', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDPx+NfgRPX9goUt3ufZTNkkw33cCvsbIN8jFYyLq1mc6HN2oepG4b+pU48ciKPmVhiOd//PY4DV4YVUkYZsW8o='} 2024-04-19T14:40:42.954 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-19_13:19:23-orch:cephadm-wip-adk-testing-2024-04-17-1713-distro-default-smithi/7663455', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-19 13:20:49.878902', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK/DyIq4PIK1gH8ojkrfW15GI3unn41DBerwqlPWNuAZt1loi1rm9+yCff71PBg6YasiWj6FBlgiDskiZmfACMA='} 2024-04-19T14:40:42.963 INFO:teuthology.orchestra.console.smithi070:Power off 2024-04-19T14:40:42.963 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:40:42.988 DEBUG:teuthology.orchestra.console.smithi070:power off output: Chassis Power Control: Down/Off 2024-04-19T14:40:42.989 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:43.004 INFO:teuthology.orchestra.console.smithi076:Power off 2024-04-19T14:40:43.004 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:40:43.016 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2024-04-19T14:40:43.040 INFO:teuthology.orchestra.console.smithi094:Power off 2024-04-19T14:40:43.040 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T14:40:43.049 DEBUG:teuthology.orchestra.console.smithi076:power off output: Chassis Power Control: Down/Off 2024-04-19T14:40:43.049 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:43.062 DEBUG:teuthology.orchestra.console.smithi094:power off output: Chassis Power Control: Down/Off 2024-04-19T14:40:43.063 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:43.071 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-04-19T14:40:43.083 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-19T14:40:47.017 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:47.072 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:47.084 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:47.126 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is on 2024-04-19T14:40:47.182 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is on 2024-04-19T14:40:47.192 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-19T14:40:51.130 DEBUG:teuthology.orchestra.console.smithi070:pexpect command: ipmitool -H smithi070.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:51.183 DEBUG:teuthology.orchestra.console.smithi076:pexpect command: ipmitool -H smithi076.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:51.193 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T14:40:51.240 DEBUG:teuthology.orchestra.console.smithi070:check power output: Chassis Power is off 2024-04-19T14:40:51.292 DEBUG:teuthology.orchestra.console.smithi076:check power output: Chassis Power is off 2024-04-19T14:40:51.301 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is off 2024-04-19T14:40:51.341 INFO:teuthology.orchestra.console.smithi070:Power off completed 2024-04-19T14:40:51.393 INFO:teuthology.orchestra.console.smithi076:Power off completed 2024-04-19T14:40:51.403 INFO:teuthology.orchestra.console.smithi094:Power off completed 2024-04-19T14:40:51.507 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: 1769.5190999507904 failure_reason: '"2024-04-19T14:30:52.843816+0000 mon.a (mon.0) 506 : cluster [WRN] Health check failed: 1 stray daemon(s) [''stray daemon osd.1 on host smithi076 not managed by cephadm''] not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_adking@teuthology success: false 2024-04-19T14:40:51.507 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T14:40:51.582 INFO:teuthology.run:FAIL