2024-09-16T13:27:03.915 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-16T13:27:03.932 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T13:27:04.011 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331 branch: wip-guits-main-2024-09-13-1248 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: gabrioux@redhat.com first_in_suite: false job_id: '7907331' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-13-1248 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 - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 8293d73f8690540e843a81caec373f9cc29cf705 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8293d73f8690540e843a81caec373f9cc29cf705 workunit: branch: wip-guits-main-2024-09-13-1248 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 owner: scheduled_gabrioux@teuthology priority: 30 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: 6714 sha1: 8293d73f8690540e843a81caec373f9cc29cf705 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-13-1248 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 8293d73f8690540e843a81caec373f9cc29cf705 targets: smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBeLqda6islcTh5S8kKO7APeB0kSQuuM7KFSEZejTU6/+4T/wkoCzemI1qbnILL3+HCfijBnm51U562o8TeJdwc= smithi151.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM4ug7H1KNwBYnCfgfUa6uacSqR78ahgOi6NVS0HPNY9nIoUM0X1Yu2zDRuFzsGN4hroMrjnmy1ZpjcTsCIt8e4= smithi184.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAABbAYp2NYW+XHVeq3m/qLj8SOVe4FEjGgBAiasNE+qn1U/Nar9na2qEm/dVhw573moUImttVRqlbrjk7KHNXI= 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_13:13:56 tube: smithi user: gabrioux verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-16T13:27:04.011 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa; will attempt to use it 2024-09-16T13:27:04.012 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks 2024-09-16T13:27:04.012 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-16T13:27:04.014 INFO:teuthology.task.internal:Checking packages... 2024-09-16T13:27:04.035 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '8293d73f8690540e843a81caec373f9cc29cf705' 2024-09-16T13:27:04.036 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-16T13:27:04.036 INFO:teuthology.packaging:ref: None 2024-09-16T13:27:04.036 INFO:teuthology.packaging:tag: None 2024-09-16T13:27:04.036 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-13-1248 2024-09-16T13:27:04.036 INFO:teuthology.packaging:sha1: 8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:27:04.036 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-main-2024-09-13-1248 2024-09-16T13:27:04.180 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:27:04.181 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-16T13:27:04.188 INFO:teuthology.task.internal:no buildpackages task found 2024-09-16T13:27:04.188 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-16T13:27:04.235 INFO:teuthology.task.internal:Saving configuration 2024-09-16T13:27:04.247 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-16T13:27:04.253 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-16T13:27:04.277 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331', '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-09-16 13:21:12.114570', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGNnMLZM03ju/MokrYBN//YcKsDWWMuEN7yPVLHBiAh0'} 2024-09-16T13:27:04.300 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi151.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331', '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-09-16 13:21:12.113262', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIv+UynVrRQSX5E+XyUoW5VZbT3U1FhS6B2EeYqX7bXx'} 2024-09-16T13:27:04.322 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331', '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-09-16 13:21:12.111464', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHQmVFUYWn9ByF0Hghs/XvUEt5jmoCkYMUOOKmpdrhvX'} 2024-09-16T13:27:04.322 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-16T13:27:04.337 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-16T13:27:04.337 INFO:teuthology.task.internal:roles: ubuntu@smithi151.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-16T13:27:04.337 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-16T13:27:04.337 INFO:teuthology.run_tasks:Running task console_log... 2024-09-16T13:27:04.517 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f914882fbe0>, signals=[15]) 2024-09-16T13:27:04.517 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-16T13:27:04.524 INFO:teuthology.task.internal:Opening connections... 2024-09-16T13:27:04.524 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-09-16T13:27:04.526 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:27:04.618 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi151.front.sepia.ceph.com 2024-09-16T13:27:04.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:27:04.696 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-09-16T13:27:04.697 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:27:04.772 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-16T13:27:04.778 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-09-16T13:27:04.783 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-09-16T13:27:04.783 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-09-16T13:27:04.829 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T13:27:04.829 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Ubuntu" 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="22.04" 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_CODENAME=jammy 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:ID=ubuntu 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE=debian 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T13:27:04.830 INFO:teuthology.orchestra.run.smithi098.stdout:UBUNTU_CODENAME=jammy 2024-09-16T13:27:04.831 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-09-16T13:27:04.863 DEBUG:teuthology.orchestra.run.smithi151:> uname -m 2024-09-16T13:27:04.868 INFO:teuthology.orchestra.run.smithi151.stdout:x86_64 2024-09-16T13:27:04.869 DEBUG:teuthology.orchestra.run.smithi151:> cat /etc/os-release 2024-09-16T13:27:04.916 INFO:teuthology.orchestra.run.smithi151.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T13:27:04.916 INFO:teuthology.orchestra.run.smithi151.stdout:NAME="Ubuntu" 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION_ID="22.04" 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:VERSION_CODENAME=jammy 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:ID=ubuntu 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:ID_LIKE=debian 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T13:27:04.917 INFO:teuthology.orchestra.run.smithi151.stdout:UBUNTU_CODENAME=jammy 2024-09-16T13:27:04.917 INFO:teuthology.lock.ops:Updating smithi151.front.sepia.ceph.com on lock server 2024-09-16T13:27:04.938 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-09-16T13:27:04.943 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-09-16T13:27:04.943 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-09-16T13:27:04.991 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-16T13:27:04.991 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Ubuntu" 2024-09-16T13:27:04.991 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="22.04" 2024-09-16T13:27:04.991 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-16T13:27:04.991 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_CODENAME=jammy 2024-09-16T13:27:04.991 INFO:teuthology.orchestra.run.smithi184.stdout:ID=ubuntu 2024-09-16T13:27:04.991 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE=debian 2024-09-16T13:27:04.992 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-16T13:27:04.992 INFO:teuthology.orchestra.run.smithi184.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-16T13:27:04.992 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-16T13:27:04.992 INFO:teuthology.orchestra.run.smithi184.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-16T13:27:04.992 INFO:teuthology.orchestra.run.smithi184.stdout:UBUNTU_CODENAME=jammy 2024-09-16T13:27:04.992 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-09-16T13:27:05.021 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-16T13:27:05.030 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-16T13:27:05.035 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-16T13:27:05.035 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-09-16T13:27:05.037 DEBUG:teuthology.orchestra.run.smithi151:> test '!' -e /home/ubuntu/cephtest 2024-09-16T13:27:05.039 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-09-16T13:27:05.044 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-16T13:27:05.050 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-16T13:27:05.050 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-09-16T13:27:05.083 DEBUG:teuthology.orchestra.run.smithi151:> test -z $(ls -A /var/lib/ceph) 2024-09-16T13:27:05.086 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-09-16T13:27:05.174 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-16T13:27:05.246 INFO:teuthology.run_tasks:Running task kernel... 2024-09-16T13:27:05.261 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-16T13:27:05.261 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-09-16T13:27:05.264 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T13:27:05.264 DEBUG:teuthology.orchestra.run.smithi151:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T13:27:05.265 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-16T13:27:05.270 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T13:27:05.270 DEBUG:teuthology.orchestra.run.smithi151:> uname -r 2024-09-16T13:27:05.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T13:27:05.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T13:27:05.272 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-09-16T13:27:05.272 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-09-16T13:27:05.317 INFO:teuthology.orchestra.run.smithi151.stdout:5.15.0-56-generic 2024-09-16T13:27:05.317 INFO:teuthology.task.kernel:Running kernel on smithi151: 5.15.0-56-generic 2024-09-16T13:27:05.317 DEBUG:teuthology.orchestra.run.smithi151:> sudo apt-get clean 2024-09-16T13:27:05.318 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-56-generic 2024-09-16T13:27:05.319 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.15.0-56-generic 2024-09-16T13:27:05.319 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-09-16T13:27:05.320 INFO:teuthology.orchestra.run.smithi184.stdout:5.15.0-56-generic 2024-09-16T13:27:05.320 INFO:teuthology.task.kernel:Running kernel on smithi184: 5.15.0-56-generic 2024-09-16T13:27:05.320 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-09-16T13:27:05.427 DEBUG:teuthology.orchestra.run.smithi151:> sudo apt-get update 2024-09-16T13:27:05.449 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-09-16T13:27:05.456 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-09-16T13:27:05.604 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:27:05.605 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T13:27:05.620 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T13:27:05.699 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T13:27:05.704 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:27:05.704 INFO:teuthology.orchestra.run.smithi151.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T13:27:05.718 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:27:05.719 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-16T13:27:05.761 INFO:teuthology.orchestra.run.smithi151.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T13:27:05.804 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-16T13:27:05.821 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T13:27:05.828 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,025 kB] 2024-09-16T13:27:05.923 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T13:27:05.926 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T13:27:05.930 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T13:27:05.931 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [353 kB] 2024-09-16T13:27:05.933 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T13:27:05.933 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T13:27:05.933 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T13:27:05.934 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T13:27:05.934 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,441 kB] 2024-09-16T13:27:05.951 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [420 kB] 2024-09-16T13:27:05.952 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T13:27:05.952 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T13:27:05.954 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T13:27:05.954 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T13:27:05.955 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T13:27:05.955 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T13:27:05.959 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T13:27:05.961 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T13:27:05.964 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T13:27:05.966 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T13:27:05.966 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-16T13:27:05.967 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T13:27:05.968 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T13:27:05.968 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T13:27:05.968 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T13:27:05.969 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T13:27:05.996 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T13:27:05.996 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T13:27:05.996 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T13:27:05.997 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T13:27:05.998 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T13:27:05.998 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T13:27:06.001 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T13:27:06.001 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T13:27:06.002 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T13:27:06.003 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T13:27:06.018 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T13:27:06.018 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T13:27:06.117 INFO:teuthology.orchestra.run.smithi151.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T13:27:06.140 INFO:teuthology.orchestra.run.smithi151.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T13:27:06.155 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T13:27:06.155 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-16T13:27:06.256 INFO:teuthology.orchestra.run.smithi151.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,025 kB] 2024-09-16T13:27:06.381 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T13:27:06.439 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-16T13:27:06.575 INFO:teuthology.orchestra.run.smithi098.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,025 kB] 2024-09-16T13:27:06.576 INFO:teuthology.orchestra.run.smithi151.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-16T13:27:06.576 INFO:teuthology.orchestra.run.smithi151.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-16T13:27:06.591 INFO:teuthology.orchestra.run.smithi151.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T13:27:06.600 INFO:teuthology.orchestra.run.smithi151.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T13:27:06.600 INFO:teuthology.orchestra.run.smithi151.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T13:27:06.610 INFO:teuthology.orchestra.run.smithi151.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [353 kB] 2024-09-16T13:27:06.613 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-16T13:27:06.624 INFO:teuthology.orchestra.run.smithi151.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T13:27:06.625 INFO:teuthology.orchestra.run.smithi151.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T13:27:06.626 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-16T13:27:06.626 INFO:teuthology.orchestra.run.smithi151.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,441 kB] 2024-09-16T13:27:06.627 INFO:teuthology.orchestra.run.smithi184.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T13:27:06.629 INFO:teuthology.orchestra.run.smithi184.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-16T13:27:06.696 INFO:teuthology.orchestra.run.smithi151.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [420 kB] 2024-09-16T13:27:06.697 INFO:teuthology.orchestra.run.smithi151.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-16T13:27:06.713 INFO:teuthology.orchestra.run.smithi184.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T13:27:06.721 INFO:teuthology.orchestra.run.smithi184.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T13:27:06.721 INFO:teuthology.orchestra.run.smithi184.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T13:27:06.734 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [353 kB] 2024-09-16T13:27:06.739 INFO:teuthology.orchestra.run.smithi184.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T13:27:06.745 INFO:teuthology.orchestra.run.smithi151.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T13:27:06.745 INFO:teuthology.orchestra.run.smithi151.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-16T13:27:06.745 INFO:teuthology.orchestra.run.smithi151.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T13:27:06.748 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-16T13:27:06.748 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-16T13:27:06.750 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,441 kB] 2024-09-16T13:27:06.752 INFO:teuthology.orchestra.run.smithi151.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-16T13:27:06.753 INFO:teuthology.orchestra.run.smithi151.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-16T13:27:06.763 INFO:teuthology.orchestra.run.smithi151.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-16T13:27:06.765 INFO:teuthology.orchestra.run.smithi151.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T13:27:06.773 INFO:teuthology.orchestra.run.smithi184.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T13:27:06.778 INFO:teuthology.orchestra.run.smithi151.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T13:27:06.779 INFO:teuthology.orchestra.run.smithi184.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-16T13:27:06.779 INFO:teuthology.orchestra.run.smithi151.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-16T13:27:06.779 INFO:teuthology.orchestra.run.smithi184.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T13:27:06.780 INFO:teuthology.orchestra.run.smithi184.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T13:27:06.780 INFO:teuthology.orchestra.run.smithi184.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T13:27:06.782 INFO:teuthology.orchestra.run.smithi151.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-16T13:27:06.783 INFO:teuthology.orchestra.run.smithi151.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-16T13:27:06.783 INFO:teuthology.orchestra.run.smithi151.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T13:27:06.784 INFO:teuthology.orchestra.run.smithi151.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-16T13:27:06.784 INFO:teuthology.orchestra.run.smithi151.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T13:27:06.784 INFO:teuthology.orchestra.run.smithi151.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T13:27:06.785 INFO:teuthology.orchestra.run.smithi151.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T13:27:06.819 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [420 kB] 2024-09-16T13:27:06.821 INFO:teuthology.orchestra.run.smithi151.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T13:27:06.835 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-16T13:27:06.835 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-16T13:27:06.837 INFO:teuthology.orchestra.run.smithi151.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-16T13:27:06.838 INFO:teuthology.orchestra.run.smithi151.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T13:27:06.859 INFO:teuthology.orchestra.run.smithi184.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-16T13:27:06.867 INFO:teuthology.orchestra.run.smithi151.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T13:27:06.867 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-16T13:27:06.868 INFO:teuthology.orchestra.run.smithi151.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T13:27:06.869 INFO:teuthology.orchestra.run.smithi151.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T13:27:06.870 INFO:teuthology.orchestra.run.smithi151.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T13:27:06.870 INFO:teuthology.orchestra.run.smithi151.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T13:27:06.886 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-16T13:27:06.891 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-16T13:27:06.898 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-16T13:27:06.899 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-16T13:27:06.899 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-16T13:27:06.902 INFO:teuthology.orchestra.run.smithi151.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T13:27:06.903 INFO:teuthology.orchestra.run.smithi151.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T13:27:06.903 INFO:teuthology.orchestra.run.smithi151.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T13:27:06.974 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-16T13:27:06.974 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-16T13:27:06.976 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-16T13:27:06.977 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-16T13:27:06.977 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-16T13:27:06.979 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-16T13:27:06.980 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-16T13:27:07.061 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-16T13:27:07.061 INFO:teuthology.orchestra.run.smithi098.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-16T13:27:12.274 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 16.0 MB in 2s (7,438 kB/s) 2024-09-16T13:27:12.282 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 16.0 MB in 2s (7,459 kB/s) 2024-09-16T13:27:13.143 INFO:teuthology.orchestra.run.smithi151.stdout:Fetched 16.0 MB in 3s (5,700 kB/s) 2024-09-16T13:27:13.711 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-09-16T13:27:13.729 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T13:27:13.820 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-16T13:27:13.835 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-09-16T13:27:13.837 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T13:27:13.898 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-16T13:27:14.023 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-09-16T13:27:14.024 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-09-16T13:27:14.109 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-09-16T13:27:14.110 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-09-16T13:27:14.193 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:27:14.194 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:27:14.194 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:27:14.194 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:27:14.194 INFO:teuthology.orchestra.run.smithi184.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T13:27:14.194 INFO:teuthology.orchestra.run.smithi184.stdout: python2.7-minimal 2024-09-16T13:27:14.195 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:27:14.196 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-09-16T13:27:14.196 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T13:27:14.196 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T13:27:14.196 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T13:27:14.198 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-09-16T13:27:14.198 INFO:teuthology.orchestra.run.smithi184.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T13:27:14.198 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-09-16T13:27:14.198 INFO:teuthology.orchestra.run.smithi184.stdout: thermald 2024-09-16T13:27:14.242 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-09-16T13:27:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T13:27:14.242 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T13:27:14.243 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T13:27:14.244 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages will be upgraded: 2024-09-16T13:27:14.245 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T13:27:14.284 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:27:14.284 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:27:14.284 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:27:14.285 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:27:14.285 INFO:teuthology.orchestra.run.smithi098.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T13:27:14.285 INFO:teuthology.orchestra.run.smithi098.stdout: python2.7-minimal 2024-09-16T13:27:14.285 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:27:14.286 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-09-16T13:27:14.286 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T13:27:14.286 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T13:27:14.287 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T13:27:14.288 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-09-16T13:27:14.288 INFO:teuthology.orchestra.run.smithi098.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T13:27:14.288 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-09-16T13:27:14.288 INFO:teuthology.orchestra.run.smithi098.stdout: thermald 2024-09-16T13:27:14.330 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-09-16T13:27:14.330 INFO:teuthology.orchestra.run.smithi098.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T13:27:14.330 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T13:27:14.330 INFO:teuthology.orchestra.run.smithi098.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T13:27:14.331 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages will be upgraded: 2024-09-16T13:27:14.332 INFO:teuthology.orchestra.run.smithi098.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T13:27:14.426 INFO:teuthology.orchestra.run.smithi184.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T13:27:14.426 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 113 MB of archives. 2024-09-16T13:27:14.426 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T13:27:14.426 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T13:27:14.511 INFO:teuthology.orchestra.run.smithi098.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T13:27:14.511 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 113 MB of archives. 2024-09-16T13:27:14.511 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T13:27:14.511 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T13:27:14.653 INFO:teuthology.orchestra.run.smithi151.stdout:Reading package lists... 2024-09-16T13:27:14.671 DEBUG:teuthology.orchestra.run.smithi151:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T13:27:14.729 INFO:teuthology.orchestra.run.smithi151.stdout:Reading package lists... 2024-09-16T13:27:14.940 INFO:teuthology.orchestra.run.smithi151.stdout:Building dependency tree... 2024-09-16T13:27:14.941 INFO:teuthology.orchestra.run.smithi151.stdout:Reading state information... 2024-09-16T13:27:15.112 INFO:teuthology.orchestra.run.smithi151.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:27:15.112 INFO:teuthology.orchestra.run.smithi151.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:27:15.113 INFO:teuthology.orchestra.run.smithi151.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:27:15.113 INFO:teuthology.orchestra.run.smithi151.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:27:15.113 INFO:teuthology.orchestra.run.smithi151.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-16T13:27:15.113 INFO:teuthology.orchestra.run.smithi151.stdout: python2.7-minimal 2024-09-16T13:27:15.113 INFO:teuthology.orchestra.run.smithi151.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:27:15.115 INFO:teuthology.orchestra.run.smithi151.stdout:The following additional packages will be installed: 2024-09-16T13:27:15.115 INFO:teuthology.orchestra.run.smithi151.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T13:27:15.115 INFO:teuthology.orchestra.run.smithi151.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-16T13:27:15.115 INFO:teuthology.orchestra.run.smithi151.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-16T13:27:15.116 INFO:teuthology.orchestra.run.smithi151.stdout:Suggested packages: 2024-09-16T13:27:15.117 INFO:teuthology.orchestra.run.smithi151.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-16T13:27:15.117 INFO:teuthology.orchestra.run.smithi151.stdout:Recommended packages: 2024-09-16T13:27:15.117 INFO:teuthology.orchestra.run.smithi151.stdout: thermald 2024-09-16T13:27:15.166 INFO:teuthology.orchestra.run.smithi151.stdout:The following NEW packages will be installed: 2024-09-16T13:27:15.166 INFO:teuthology.orchestra.run.smithi151.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-16T13:27:15.166 INFO:teuthology.orchestra.run.smithi151.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-16T13:27:15.167 INFO:teuthology.orchestra.run.smithi151.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-16T13:27:15.167 INFO:teuthology.orchestra.run.smithi151.stdout:The following packages will be upgraded: 2024-09-16T13:27:15.168 INFO:teuthology.orchestra.run.smithi151.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-16T13:27:15.347 INFO:teuthology.orchestra.run.smithi151.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T13:27:15.347 INFO:teuthology.orchestra.run.smithi151.stdout:Need to get 113 MB of archives. 2024-09-16T13:27:15.347 INFO:teuthology.orchestra.run.smithi151.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-16T13:27:15.347 INFO:teuthology.orchestra.run.smithi151.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-16T13:27:15.830 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T13:27:15.917 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T13:27:16.182 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T13:27:16.271 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T13:27:16.853 INFO:teuthology.orchestra.run.smithi151.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-16T13:27:17.209 INFO:teuthology.orchestra.run.smithi151.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-16T13:27:18.371 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T13:27:18.371 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T13:27:18.371 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T13:27:18.524 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T13:27:18.524 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T13:27:18.524 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T13:27:18.724 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T13:27:18.805 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T13:27:19.028 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T13:27:19.151 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T13:27:19.208 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 113 MB in 5s (24.9 MB/s) 2024-09-16T13:27:19.392 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T13:27:19.423 INFO:teuthology.orchestra.run.smithi151.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-16T13:27:19.423 INFO:teuthology.orchestra.run.smithi151.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-16T13:27:19.423 INFO:teuthology.orchestra.run.smithi151.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-16T13:27:19.543 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 113 MB in 5s (23.5 MB/s) 2024-09-16T13:27:19.767 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T13:27:19.782 INFO:teuthology.orchestra.run.smithi151.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-16T13:27:19.865 INFO:teuthology.orchestra.run.smithi151.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-16T13:27:20.247 INFO:teuthology.orchestra.run.smithi151.stdout:Fetched 113 MB in 5s (24.2 MB/s) 2024-09-16T13:27:20.432 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-16T13:27:21.389 INFO:teuthology.orchestra.run.smithi184.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-09-16T13:27:21.393 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:21.464 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:21.802 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:27:21.806 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:21.941 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:22.522 INFO:teuthology.orchestra.run.smithi151.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-09-16T13:27:22.526 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:22.646 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:23.783 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T13:27:23.804 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:23.895 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:24.243 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T13:27:24.265 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:24.311 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T13:27:24.332 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:24.369 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:24.369 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:24.855 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T13:27:24.876 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:24.912 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:25.039 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-16T13:27:25.060 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:25.150 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:25.617 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-16T13:27:25.637 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:25.675 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:30.562 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:30.672 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:31.030 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:31.151 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:31.454 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T13:27:31.476 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T13:27:31.520 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T13:27:31.768 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:31.893 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:32.149 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:32.251 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:32.274 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:32.380 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:32.624 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T13:27:32.635 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T13:27:32.640 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:32.674 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T13:27:32.744 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:33.056 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-16T13:27:33.078 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-16T13:27:33.122 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T13:27:37.229 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T13:27:37.266 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:37.303 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:38.267 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T13:27:38.304 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:38.342 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:39.453 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-16T13:27:39.489 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-16T13:27:39.537 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:39.932 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:40.055 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:40.396 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T13:27:40.518 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:40.644 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T13:27:40.772 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:40.872 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:40.987 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:42.126 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:27:42.126 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T13:27:42.126 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:27:42.126 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T13:27:42.204 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T13:27:42.283 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:42.325 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:42.451 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T13:27:42.554 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:43.429 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-16T13:27:43.557 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-16T13:27:43.700 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:43.847 INFO:teuthology.orchestra.run.smithi151.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:27:43.847 INFO:teuthology.orchestra.run.smithi151.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T13:27:43.847 INFO:teuthology.orchestra.run.smithi151.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:27:43.847 INFO:teuthology.orchestra.run.smithi151.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T13:27:43.924 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-16T13:27:44.007 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:44.046 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:44.188 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-16T13:27:44.291 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:45.276 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T13:27:45.385 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T13:27:45.416 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:45.511 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:45.574 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T13:27:45.574 INFO:teuthology.orchestra.run.smithi184.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:27:45.617 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:27:45.617 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-16T13:27:45.617 INFO:teuthology.orchestra.run.smithi098.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:27:45.617 INFO:teuthology.orchestra.run.smithi098.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-16T13:27:45.786 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:46.793 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T13:27:46.910 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T13:27:47.020 INFO:teuthology.orchestra.run.smithi151.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:47.081 INFO:teuthology.orchestra.run.smithi151.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T13:27:47.081 INFO:teuthology.orchestra.run.smithi151.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:27:48.021 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:49.439 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-16T13:27:49.557 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-16T13:27:49.708 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-16T13:27:49.783 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-16T13:27:49.783 INFO:teuthology.orchestra.run.smithi098.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:27:59.511 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T13:27:59.511 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub' 2024-09-16T13:27:59.517 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T13:27:59.532 INFO:teuthology.orchestra.run.smithi184.stdout:Generating grub configuration file ... 2024-09-16T13:27:59.783 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:27:59.801 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:28:00.093 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:28:00.098 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T13:28:00.158 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T13:28:00.163 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T13:28:00.343 INFO:teuthology.orchestra.run.smithi184.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T13:28:00.343 INFO:teuthology.orchestra.run.smithi184.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T13:28:00.343 INFO:teuthology.orchestra.run.smithi184.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T13:28:00.381 INFO:teuthology.orchestra.run.smithi184.stdout:done 2024-09-16T13:28:00.858 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 21 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.15.0.121.121 2024-09-16T13:28:00.876 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T13:28:00.877 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T13:28:00.877 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-09-16T13:28:00.877 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-09-16T13:28:00.877 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-09-16T13:28:00.877 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-09-16T13:28:00.877 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T13:28:00.877 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T13:28:00.877 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T13:28:00.877 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-16T13:28:00.877 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T13:28:00.878 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-09-16T13:28:01.054 INFO:teuthology.orchestra.run.smithi151.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T13:28:01.054 INFO:teuthology.orchestra.run.smithi151.stdout:Sourcing file `/etc/default/grub' 2024-09-16T13:28:01.063 INFO:teuthology.orchestra.run.smithi151.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T13:28:01.080 INFO:teuthology.orchestra.run.smithi151.stdout:Generating grub configuration file ... 2024-09-16T13:28:01.081 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-09-16T13:28:01.208 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T13:28:01.337 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:28:01.374 INFO:teuthology.orchestra.run.smithi151.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:28:01.396 INFO:teuthology.orchestra.run.smithi151.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:28:01.410 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T13:28:01.493 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T13:28:01.687 INFO:teuthology.orchestra.run.smithi151.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:28:01.692 INFO:teuthology.orchestra.run.smithi151.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T13:28:01.761 INFO:teuthology.orchestra.run.smithi151.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T13:28:01.766 INFO:teuthology.orchestra.run.smithi151.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T13:28:01.913 INFO:teuthology.orchestra.run.smithi151.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T13:28:01.913 INFO:teuthology.orchestra.run.smithi151.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T13:28:01.913 INFO:teuthology.orchestra.run.smithi151.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T13:28:01.962 INFO:teuthology.orchestra.run.smithi151.stdout:done 2024-09-16T13:28:02.480 DEBUG:teuthology.orchestra.run.smithi151:> dpkg -s linux-image-generic 2024-09-16T13:28:02.502 INFO:teuthology.orchestra.run.smithi151.stdout:Package: linux-image-generic 2024-09-16T13:28:02.502 INFO:teuthology.orchestra.run.smithi151.stdout:Status: install ok installed 2024-09-16T13:28:02.502 INFO:teuthology.orchestra.run.smithi151.stdout:Priority: optional 2024-09-16T13:28:02.502 INFO:teuthology.orchestra.run.smithi151.stdout:Section: kernel 2024-09-16T13:28:02.502 INFO:teuthology.orchestra.run.smithi151.stdout:Installed-Size: 21 2024-09-16T13:28:02.502 INFO:teuthology.orchestra.run.smithi151.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout:Architecture: amd64 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout:Source: linux-meta 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout:Version: 5.15.0.121.121 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout:Recommends: thermald 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout:Description: Generic Linux kernel image 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout: This package will always depend on the latest generic kernel image 2024-09-16T13:28:02.503 INFO:teuthology.orchestra.run.smithi151.stdout: available. 2024-09-16T13:28:02.503 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T13:28:02.503 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T13:28:02.504 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T13:28:02.504 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-16T13:28:02.504 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi151.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T13:28:02.504 DEBUG:teuthology.orchestra.run.smithi151:> sudo apt-get clean 2024-09-16T13:28:02.657 DEBUG:teuthology.orchestra.run.smithi151:> sudo apt-get update 2024-09-16T13:28:02.718 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-09-16T13:28:02.736 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T13:28:02.793 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T13:28:02.799 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-09-16T13:28:02.915 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:28:02.999 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T13:28:03.011 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-09-16T13:28:03.012 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-09-16T13:28:03.077 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T13:28:03.194 INFO:teuthology.orchestra.run.smithi184.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T13:28:03.194 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:28:03.194 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:28:03.194 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:28:03.194 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:28:03.195 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T13:28:03.195 INFO:teuthology.orchestra.run.smithi184.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T13:28:03.195 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:28:03.235 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T13:28:03.237 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-09-16T13:28:03.253 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-09-16T13:28:03.253 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-09-16T13:28:03.253 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 21 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 5.15.0.121.121 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-09-16T13:28:03.254 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-09-16T13:28:03.255 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2024-09-16T13:28:03.301 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.oZklhfKyKD 2024-09-16T13:28:03.301 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub/grub.cfg /tmp/tmp.oZklhfKyKD 2024-09-16T13:28:03.353 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.oZklhfKyKD 2024-09-16T13:28:03.465 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.oZklhfKyKD is 10KB 2024-09-16T13:28:03.478 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.oZklhfKyKD 2024-09-16T13:28:03.483 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T13:28:03.538 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:28:03.538 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T13:28:03.538 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T13:28:03.610 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T13:28:03.610 DEBUG:teuthology.orchestra.run.smithi184:> sudo update-grub 2024-09-16T13:28:04.190 INFO:teuthology.orchestra.run.smithi098.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-16T13:28:04.190 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub' 2024-09-16T13:28:04.198 INFO:teuthology.orchestra.run.smithi151.stdout:Reading package lists... 2024-09-16T13:28:04.204 INFO:teuthology.orchestra.run.smithi098.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T13:28:04.216 DEBUG:teuthology.orchestra.run.smithi151:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T13:28:04.228 INFO:teuthology.orchestra.run.smithi098.stdout:Generating grub configuration file ... 2024-09-16T13:28:04.282 INFO:teuthology.orchestra.run.smithi151.stdout:Reading package lists... 2024-09-16T13:28:04.492 INFO:teuthology.orchestra.run.smithi151.stdout:Building dependency tree... 2024-09-16T13:28:04.493 INFO:teuthology.orchestra.run.smithi151.stdout:Reading state information... 2024-09-16T13:28:04.526 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:28:04.540 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:28:04.685 INFO:teuthology.orchestra.run.smithi151.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T13:28:04.685 INFO:teuthology.orchestra.run.smithi151.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:28:04.685 INFO:teuthology.orchestra.run.smithi151.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:28:04.685 INFO:teuthology.orchestra.run.smithi151.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:28:04.685 INFO:teuthology.orchestra.run.smithi151.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:28:04.686 INFO:teuthology.orchestra.run.smithi151.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T13:28:04.686 INFO:teuthology.orchestra.run.smithi151.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T13:28:04.686 INFO:teuthology.orchestra.run.smithi151.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:28:04.730 INFO:teuthology.orchestra.run.smithi151.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T13:28:04.731 DEBUG:teuthology.orchestra.run.smithi151:> dpkg -s linux-image-generic 2024-09-16T13:28:04.743 INFO:teuthology.orchestra.run.smithi151.stdout:Package: linux-image-generic 2024-09-16T13:28:04.743 INFO:teuthology.orchestra.run.smithi151.stdout:Status: install ok installed 2024-09-16T13:28:04.743 INFO:teuthology.orchestra.run.smithi151.stdout:Priority: optional 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Section: kernel 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Installed-Size: 21 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Architecture: amd64 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Source: linux-meta 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Version: 5.15.0.121.121 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Recommends: thermald 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout:Description: Generic Linux kernel image 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout: This package will always depend on the latest generic kernel image 2024-09-16T13:28:04.744 INFO:teuthology.orchestra.run.smithi151.stdout: available. 2024-09-16T13:28:04.745 DEBUG:teuthology.orchestra.run.smithi151:> mktemp 2024-09-16T13:28:04.790 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub' 2024-09-16T13:28:04.792 INFO:teuthology.orchestra.run.smithi151.stdout:/tmp/tmp.BDCy1H0psT 2024-09-16T13:28:04.792 DEBUG:teuthology.orchestra.run.smithi151:> sudo cp /boot/grub/grub.cfg /tmp/tmp.BDCy1H0psT 2024-09-16T13:28:04.792 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T13:28:04.793 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2024-09-16T13:28:04.848 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 0666 /tmp/tmp.BDCy1H0psT 2024-09-16T13:28:04.868 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:28:04.873 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T13:28:04.935 INFO:teuthology.orchestra.run.smithi098.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T13:28:04.940 INFO:teuthology.orchestra.run.smithi098.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T13:28:04.965 DEBUG:teuthology.orchestra.remote:smithi151:/tmp/tmp.BDCy1H0psT is 10KB 2024-09-16T13:28:04.978 DEBUG:teuthology.orchestra.run.smithi151:> rm -fr /tmp/tmp.BDCy1H0psT 2024-09-16T13:28:04.982 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:28:04.983 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T13:28:04.989 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:28:05.035 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:28:05.035 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T13:28:05.035 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T13:28:05.099 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T13:28:05.099 DEBUG:teuthology.orchestra.run.smithi151:> sudo update-grub 2024-09-16T13:28:05.105 INFO:teuthology.orchestra.run.smithi098.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T13:28:05.105 INFO:teuthology.orchestra.run.smithi098.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T13:28:05.106 INFO:teuthology.orchestra.run.smithi098.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T13:28:05.154 INFO:teuthology.orchestra.run.smithi098.stdout:done 2024-09-16T13:28:05.228 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:28:05.233 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T13:28:05.274 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T13:28:05.279 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T13:28:05.399 INFO:teuthology.orchestra.run.smithi184.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T13:28:05.400 INFO:teuthology.orchestra.run.smithi184.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T13:28:05.400 INFO:teuthology.orchestra.run.smithi184.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T13:28:05.421 INFO:teuthology.orchestra.run.smithi184.stderr:done 2024-09-16T13:28:05.435 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2024-09-16T13:28:05.628 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-09-16T13:28:05.644 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-09-16T13:28:05.644 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-09-16T13:28:05.644 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.121.121 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-09-16T13:28:05.645 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-09-16T13:28:05.645 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-16T13:28:05.646 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-16T13:28:05.646 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-16T13:28:05.646 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-16T13:28:05.646 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi098.front.sepia.ceph.com, path=None, version=distro) 2024-09-16T13:28:05.646 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get clean 2024-09-16T13:28:05.810 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-09-16T13:28:06.060 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T13:28:06.060 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:28:06.133 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T13:28:06.214 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T13:28:06.227 INFO:teuthology.orchestra.run.smithi151.stderr:Sourcing file `/etc/default/grub' 2024-09-16T13:28:06.229 INFO:teuthology.orchestra.run.smithi151.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T13:28:06.231 INFO:teuthology.orchestra.run.smithi151.stderr:Generating grub configuration file ... 2024-09-16T13:28:06.416 INFO:teuthology.orchestra.run.smithi151.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:28:06.421 INFO:teuthology.orchestra.run.smithi151.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:28:06.650 INFO:teuthology.orchestra.run.smithi151.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:28:06.655 INFO:teuthology.orchestra.run.smithi151.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T13:28:06.690 INFO:teuthology.orchestra.run.smithi151.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T13:28:06.695 INFO:teuthology.orchestra.run.smithi151.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T13:28:06.831 INFO:teuthology.orchestra.run.smithi151.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T13:28:06.831 INFO:teuthology.orchestra.run.smithi151.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T13:28:06.831 INFO:teuthology.orchestra.run.smithi151.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T13:28:06.847 INFO:teuthology.orchestra.run.smithi151.stderr:done 2024-09-16T13:28:06.861 DEBUG:teuthology.orchestra.run.smithi151:> sudo shutdown -r now 2024-09-16T13:28:07.484 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-16T13:28:07.501 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-16T13:28:07.554 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-16T13:28:07.751 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-09-16T13:28:07.751 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-09-16T13:28:07.918 INFO:teuthology.orchestra.run.smithi098.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-16T13:28:07.918 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:28:07.918 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:28:07.918 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:28:07.918 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:28:07.919 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T13:28:07.919 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T13:28:07.919 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:28:07.956 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-16T13:28:07.958 DEBUG:teuthology.orchestra.run.smithi098:> dpkg -s linux-image-generic 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Package: linux-image-generic 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Status: install ok installed 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Priority: optional 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Section: kernel 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Installed-Size: 21 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Maintainer: Ubuntu Kernel Team 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Architecture: amd64 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Source: linux-meta 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Version: 5.15.0.121.121 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-16T13:28:08.020 INFO:teuthology.orchestra.run.smithi098.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-16T13:28:08.021 INFO:teuthology.orchestra.run.smithi098.stdout:Recommends: thermald 2024-09-16T13:28:08.021 INFO:teuthology.orchestra.run.smithi098.stdout:Description: Generic Linux kernel image 2024-09-16T13:28:08.021 INFO:teuthology.orchestra.run.smithi098.stdout: This package will always depend on the latest generic kernel image 2024-09-16T13:28:08.021 INFO:teuthology.orchestra.run.smithi098.stdout: available. 2024-09-16T13:28:08.021 DEBUG:teuthology.orchestra.run.smithi098:> mktemp 2024-09-16T13:28:08.065 INFO:teuthology.orchestra.run.smithi098.stdout:/tmp/tmp.Xecpf2q0Hf 2024-09-16T13:28:08.066 DEBUG:teuthology.orchestra.run.smithi098:> sudo cp /boot/grub/grub.cfg /tmp/tmp.Xecpf2q0Hf 2024-09-16T13:28:08.121 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 0666 /tmp/tmp.Xecpf2q0Hf 2024-09-16T13:28:08.239 DEBUG:teuthology.orchestra.remote:smithi098:/tmp/tmp.Xecpf2q0Hf is 10KB 2024-09-16T13:28:08.251 DEBUG:teuthology.orchestra.run.smithi098:> rm -fr /tmp/tmp.Xecpf2q0Hf 2024-09-16T13:28:08.256 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-16T13:28:08.308 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:28:08.308 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-16T13:28:08.308 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-16T13:28:08.381 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-16T13:28:08.381 DEBUG:teuthology.orchestra.run.smithi098:> sudo update-grub 2024-09-16T13:28:09.753 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub' 2024-09-16T13:28:09.755 INFO:teuthology.orchestra.run.smithi098.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-16T13:28:09.759 INFO:teuthology.orchestra.run.smithi098.stderr:Generating grub configuration file ... 2024-09-16T13:28:09.962 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-16T13:28:09.968 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-16T13:28:10.236 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-16T13:28:10.242 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-16T13:28:10.284 INFO:teuthology.orchestra.run.smithi098.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-16T13:28:10.289 INFO:teuthology.orchestra.run.smithi098.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-16T13:28:10.477 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-16T13:28:10.477 INFO:teuthology.orchestra.run.smithi098.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-16T13:28:10.477 INFO:teuthology.orchestra.run.smithi098.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-16T13:28:10.496 INFO:teuthology.orchestra.run.smithi098.stderr:done 2024-09-16T13:28:10.514 DEBUG:teuthology.orchestra.run.smithi098:> sudo shutdown -r now 2024-09-16T13:28:35.462 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-16T13:28:35.463 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-09-16T13:28:35.464 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:28:36.865 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-16T13:28:36.865 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-09-16T13:28:36.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:28:40.517 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-16T13:28:40.517 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T13:28:40.518 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:28:53.821 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-09-16T13:28:55.357 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.151 2024-09-16T13:28:58.941 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-09-16T13:29:02.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-09-16T13:29:02.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:29:04.359 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-09-16T13:29:04.360 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:29:05.981 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-09-16T13:29:07.421 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.151 2024-09-16T13:29:07.943 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T13:29:07.944 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:29:11.009 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-09-16T13:29:17.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-09-16T13:29:17.989 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:29:19.423 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-09-16T13:29:19.424 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:29:23.013 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T13:29:23.013 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:29:41.441 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.98 2024-09-16T13:29:49.660 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-09-16T13:29:50.229 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-09-16T13:29:50.229 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-121-generic"... 2024-09-16T13:29:50.229 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-09-16T13:29:50.276 INFO:teuthology.orchestra.run.smithi184.stdout:5.15.0-121-generic 2024-09-16T13:29:50.277 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T13:29:50.277 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T13:29:50.277 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T13:29:51.278 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-16T13:29:51.278 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T13:29:51.642 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-09-16T13:29:51.658 DEBUG:teuthology.parallel:result is None 2024-09-16T13:29:56.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T13:29:56.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:29:56.684 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-09-16T13:29:57.279 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T13:29:57.280 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-121-generic"... 2024-09-16T13:29:57.280 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-09-16T13:29:57.326 INFO:teuthology.orchestra.run.smithi098.stdout:5.15.0-121-generic 2024-09-16T13:29:57.326 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T13:29:57.326 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T13:29:57.326 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T13:29:58.326 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-16T13:29:58.327 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T13:29:58.402 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-09-16T13:29:58.451 DEBUG:teuthology.parallel:result is None 2024-09-16T13:30:19.426 DEBUG:teuthology.orchestra.remote:timed out 2024-09-16T13:30:34.427 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-09-16T13:30:34.428 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:30:34.790 DEBUG:teuthology.orchestra.run.smithi151:> true 2024-09-16T13:30:35.339 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-09-16T13:30:35.339 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-121-generic"... 2024-09-16T13:30:35.340 DEBUG:teuthology.orchestra.run.smithi151:> uname -r 2024-09-16T13:30:35.388 INFO:teuthology.orchestra.run.smithi151.stdout:5.15.0-121-generic 2024-09-16T13:30:35.389 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-16T13:30:35.389 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-16T13:30:35.389 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-16T13:30:36.389 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-16T13:30:36.390 DEBUG:teuthology.orchestra.run.smithi151:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-16T13:30:36.756 INFO:teuthology.orchestra.run.smithi151.stdout:ttyS1 2024-09-16T13:30:36.782 DEBUG:teuthology.parallel:result is None 2024-09-16T13:30:36.782 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-16T13:30:36.789 INFO:teuthology.task.internal:Creating test directory... 2024-09-16T13:30:36.789 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T13:30:36.792 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T13:30:36.794 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-16T13:30:36.801 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-16T13:30:36.807 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-16T13:30:36.813 INFO:teuthology.task.internal:Creating archive directory... 2024-09-16T13:30:36.813 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T13:30:36.843 DEBUG:teuthology.orchestra.run.smithi151:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T13:30:36.845 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-16T13:30:36.950 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-16T13:30:36.957 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-16T13:30:36.957 DEBUG:teuthology.orchestra.run.smithi098:> 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-09-16T13:30:36.960 DEBUG:teuthology.orchestra.run.smithi151:> 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-09-16T13:30:36.962 DEBUG:teuthology.orchestra.run.smithi184:> 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-09-16T13:30:36.980 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T13:30:36.982 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T13:30:36.988 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T13:30:36.988 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T13:30:36.990 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T13:30:36.996 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-16T13:30:36.998 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-16T13:30:37.005 INFO:teuthology.task.internal:Configuring sudo... 2024-09-16T13:30:37.005 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T13:30:37.034 DEBUG:teuthology.orchestra.run.smithi151:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T13:30:37.036 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-16T13:30:37.058 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-16T13:30:37.069 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-16T13:30:37.069 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T13:30:37.090 DEBUG:teuthology.orchestra.run.smithi151:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T13:30:37.097 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-16T13:30:37.104 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T13:30:37.141 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T13:30:37.190 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:30:37.190 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T13:30:37.267 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T13:30:37.273 DEBUG:teuthology.orchestra.run.smithi151:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T13:30:37.320 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:30:37.321 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T13:30:37.377 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-16T13:30:37.383 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-16T13:30:37.432 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:30:37.432 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-16T13:30:37.497 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-09-16T13:30:37.500 DEBUG:teuthology.orchestra.run.smithi151:> sudo service rsyslog restart 2024-09-16T13:30:37.502 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-09-16T13:30:37.595 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-16T13:30:37.602 INFO:teuthology.task.internal:Starting timer... 2024-09-16T13:30:37.602 INFO:teuthology.run_tasks:Running task pcp... 2024-09-16T13:30:37.611 INFO:teuthology.run_tasks:Running task selinux... 2024-09-16T13:30:37.619 DEBUG:teuthology.task.selinux:Excluding smithi098: OS 'ubuntu' does not support SELinux 2024-09-16T13:30:37.619 DEBUG:teuthology.task.selinux:Excluding smithi151: OS 'ubuntu' does not support SELinux 2024-09-16T13:30:37.619 DEBUG:teuthology.task.selinux:Excluding smithi184: OS 'ubuntu' does not support SELinux 2024-09-16T13:30:37.619 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-16T13:30:37.619 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-16T13:30:37.619 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-16T13:30:37.619 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-16T13:30:37.628 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-16T13:30:37.631 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-16T13:30:37.775 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-16T13:30:37.786 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-09-16T13:30:37.787 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi098.front.sepia.ceph.com,smithi151.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-16T13:38:06.491 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi151.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-09-16T13:38:06.493 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T13:38:06.494 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:38:06.572 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-09-16T13:38:06.653 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-09-16T13:38:06.654 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-09-16T13:38:06.654 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi151.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:38:06.733 DEBUG:teuthology.orchestra.run.smithi151:> true 2024-09-16T13:38:06.813 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi151.front.sepia.ceph.com' 2024-09-16T13:38:06.813 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-09-16T13:38:06.813 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-16T13:38:06.890 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-09-16T13:38:06.965 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-09-16T13:38:06.965 INFO:teuthology.run_tasks:Running task clock... 2024-09-16T13:38:06.977 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-16T13:38:06.977 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T13:38:06.978 DEBUG:teuthology.orchestra.run.smithi098:> 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-09-16T13:38:06.980 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T13:38:06.981 DEBUG:teuthology.orchestra.run.smithi151:> 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-09-16T13:38:06.983 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-16T13:38:06.983 DEBUG:teuthology.orchestra.run.smithi184:> 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-09-16T13:38:07.007 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Command line: ntpd -gq 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: ---------------------------------------------------- 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: corporation. Support and training for ntp-4 are 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: available at https://www.nwtime.org/support 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: ---------------------------------------------------- 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: proto: precision = 0.045 usec (-24) 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: basedate set to 2022-02-04 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: gps base set to 2022-02-06 (week 2196) 2024-09-16T13:38:07.008 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T13:38:07.009 INFO:teuthology.orchestra.run.smithi098.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T13:38:07.009 INFO:teuthology.orchestra.run.smithi098.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Listen normally on 3 enp3s0f1 172.21.15.98:123 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Listen normally on 4 lo [::1]:123 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d26b%5]:123 2024-09-16T13:38:07.010 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:07 ntpd[18520]: Listening on routing socket on fd #22 for interface updates 2024-09-16T13:38:07.011 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T13:38:07.011 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Command line: ntpd -gq 2024-09-16T13:38:07.011 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: ---------------------------------------------------- 2024-09-16T13:38:07.011 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T13:38:07.011 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T13:38:07.011 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: corporation. Support and training for ntp-4 are 2024-09-16T13:38:07.011 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: available at https://www.nwtime.org/support 2024-09-16T13:38:07.012 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: ---------------------------------------------------- 2024-09-16T13:38:07.012 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: proto: precision = 0.045 usec (-24) 2024-09-16T13:38:07.012 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: basedate set to 2022-02-04 2024-09-16T13:38:07.012 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: gps base set to 2022-02-06 (week 2196) 2024-09-16T13:38:07.012 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T13:38:07.012 INFO:teuthology.orchestra.run.smithi151.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T13:38:07.012 INFO:teuthology.orchestra.run.smithi151.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T13:38:07.013 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T13:38:07.013 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T13:38:07.013 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T13:38:07.013 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T13:38:07.013 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Listen normally on 3 enp3s0f1 172.21.15.151:123 2024-09-16T13:38:07.013 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Listen normally on 4 lo [::1]:123 2024-09-16T13:38:07.013 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6f63%5]:123 2024-09-16T13:38:07.014 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:07 ntpd[18459]: Listening on routing socket on fd #22 for interface updates 2024-09-16T13:38:07.031 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-16T13:38:07.031 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Command line: ntpd -gq 2024-09-16T13:38:07.031 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: ---------------------------------------------------- 2024-09-16T13:38:07.031 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: ntp-4 is maintained by Network Time Foundation, 2024-09-16T13:38:07.031 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-16T13:38:07.031 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: corporation. Support and training for ntp-4 are 2024-09-16T13:38:07.032 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: available at https://www.nwtime.org/support 2024-09-16T13:38:07.032 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: ---------------------------------------------------- 2024-09-16T13:38:07.032 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: proto: precision = 0.046 usec (-24) 2024-09-16T13:38:07.032 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: basedate set to 2022-02-04 2024-09-16T13:38:07.032 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: gps base set to 2022-02-06 (week 2196) 2024-09-16T13:38:07.033 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T13:38:07.033 INFO:teuthology.orchestra.run.smithi184.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-16T13:38:07.033 INFO:teuthology.orchestra.run.smithi184.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-16T13:38:07.034 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: restrict ::: KOD does nothing without LIMITED. 2024-09-16T13:38:07.034 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Listen and drop on 0 v6wildcard [::]:123 2024-09-16T13:38:07.034 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-16T13:38:07.034 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Listen normally on 2 lo 127.0.0.1:123 2024-09-16T13:38:07.034 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Listen normally on 3 enp3s0f1 172.21.15.184:123 2024-09-16T13:38:07.034 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Listen normally on 4 lo [::1]:123 2024-09-16T13:38:07.034 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7b8f%5]:123 2024-09-16T13:38:07.035 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:07 ntpd[18488]: Listening on routing socket on fd #22 for interface updates 2024-09-16T13:38:08.007 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:08 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:08.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:08 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:08.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:08 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:08.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:08 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:08.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:08 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:08.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:08 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:08.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:08.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:08.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:08.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:08.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:08.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:08.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:08.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:08 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:09.007 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:09 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:09 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:09 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:09 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:09 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:09.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:09 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:09.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:09.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:09 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:09.032 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.032 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:09.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:09.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:09.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:09 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:10.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:10.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:10.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:10.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:10.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:10.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:10.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:10.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:10.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:10.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:10.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:10.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:10 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:10.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:10 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:10.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:10 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:10.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:10 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:10.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:10 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:10.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:10 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:10.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:10 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:11.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:11 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:11.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:11.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:11 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:11.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:11.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:11 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:12.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:12.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:12.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:12.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:12.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:12.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:12.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:12.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:12.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:12.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:12.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:12.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:12 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:12.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:12 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:12.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:12 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:12.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:12 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:12.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:12 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:12.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:12 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:12.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:12 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:13.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:13 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:13 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:13 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:13 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:13 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:13.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:13 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:13.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.010 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:13.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:13 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:13.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:13.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:13 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:14.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:14.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:14.008 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stdout:16 Sep 13:38:14 ntpd[18520]: ntpd: time slew -0.000742 s 2024-09-16T13:38:14.009 INFO:teuthology.orchestra.run.smithi098.stdout:ntpd: time slew -0.000742s 2024-09-16T13:38:14.010 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T13:38:14.010 INFO:teuthology.orchestra.run.smithi098.stderr:16 Sep 13:38:14 ntpd[18520]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T13:38:14.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:14.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:14.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:14.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:14.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:14.011 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:14.012 INFO:teuthology.orchestra.run.smithi151.stdout:16 Sep 13:38:14 ntpd[18459]: ntpd: time slew -0.000521 s 2024-09-16T13:38:14.012 INFO:teuthology.orchestra.run.smithi151.stdout:ntpd: time slew -0.000521s 2024-09-16T13:38:14.012 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T13:38:14.012 INFO:teuthology.orchestra.run.smithi151.stderr:16 Sep 13:38:14 ntpd[18459]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T13:38:14.061 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T13:38:14.062 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-09-16T13:38:14.062 INFO:teuthology.orchestra.run.smithi098.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:14.062 INFO:teuthology.orchestra.run.smithi098.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:14.062 INFO:teuthology.orchestra.run.smithi098.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:14.062 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:14.068 INFO:teuthology.orchestra.run.smithi151.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T13:38:14.068 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================== 2024-09-16T13:38:14.068 INFO:teuthology.orchestra.run.smithi151.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:14.069 INFO:teuthology.orchestra.run.smithi151.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:14.069 INFO:teuthology.orchestra.run.smithi151.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:14.069 INFO:teuthology.orchestra.run.smithi151.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:15.032 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:15.032 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:15.032 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: can't open /var/log/ntpstats/rawstats.20240916: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: can't open /var/log/ntpstats/peerstats.20240916: Permission denied 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stdout:16 Sep 13:38:15 ntpd[18488]: ntpd: time slew -0.000562 s 2024-09-16T13:38:15.033 INFO:teuthology.orchestra.run.smithi184.stdout:ntpd: time slew -0.000562s 2024-09-16T13:38:15.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-16T13:38:15.034 INFO:teuthology.orchestra.run.smithi184.stderr:16 Sep 13:38:15 ntpd[18488]: can't open /var/log/ntpstats/loopstats.20240916: Permission denied 2024-09-16T13:38:15.076 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T13:38:15.077 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-09-16T13:38:15.077 INFO:teuthology.orchestra.run.smithi184.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:15.077 INFO:teuthology.orchestra.run.smithi184.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:15.077 INFO:teuthology.orchestra.run.smithi184.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:15.077 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-16T13:38:15.078 INFO:teuthology.run_tasks:Running task install... 2024-09-16T13:38:15.086 DEBUG:teuthology.task.install:project ceph 2024-09-16T13:38:15.087 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'}} 2024-09-16T13:38:15.087 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T13:38:15.087 INFO:teuthology.task.install:Using flavor: default 2024-09-16T13:38:15.092 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-09-16T13:38:15.092 INFO:teuthology.task.install:extra packages: [] 2024-09-16T13:38:15.092 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-key list | grep Ceph 2024-09-16T13:38:15.093 DEBUG:teuthology.orchestra.run.smithi151:> sudo apt-key list | grep Ceph 2024-09-16T13:38:15.093 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-key list | grep Ceph 2024-09-16T13:38:15.154 INFO:teuthology.orchestra.run.smithi151.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T13:38:15.155 INFO:teuthology.orchestra.run.smithi098.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T13:38:15.176 INFO:teuthology.orchestra.run.smithi184.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-16T13:38:15.183 INFO:teuthology.orchestra.run.smithi151.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T13:38:15.183 INFO:teuthology.orchestra.run.smithi151.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T13:38:15.184 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-09-16T13:38:15.184 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:38:15.189 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T13:38:15.189 INFO:teuthology.orchestra.run.smithi098.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T13:38:15.189 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-09-16T13:38:15.189 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:38:15.201 INFO:teuthology.orchestra.run.smithi184.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-16T13:38:15.202 INFO:teuthology.orchestra.run.smithi184.stdout:uid [ unknown] Ceph.com (release key) 2024-09-16T13:38:15.202 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-09-16T13:38:15.202 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:38:15.333 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/ 2024-09-16T13:38:15.333 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:38:15.344 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/ 2024-09-16T13:38:15.344 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:38:15.347 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/ 2024-09-16T13:38:15.347 INFO:teuthology.task.install.deb:Package version is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:38:15.443 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:38:15.443 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T13:38:15.454 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:38:15.454 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T13:38:15.456 DEBUG:teuthology.orchestra.run.smithi151:> sudo apt-get update 2024-09-16T13:38:15.466 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:38:15.466 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-16T13:38:15.468 DEBUG:teuthology.orchestra.run.smithi098:> sudo apt-get update 2024-09-16T13:38:15.479 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-09-16T13:38:15.628 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:38:15.637 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T13:38:15.642 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T13:38:15.650 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T13:38:15.654 INFO:teuthology.orchestra.run.smithi151.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T13:38:15.689 INFO:teuthology.orchestra.run.smithi151.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T13:38:15.694 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T13:38:15.705 INFO:teuthology.orchestra.run.smithi184.stdout:Ign:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy InRelease 2024-09-16T13:38:15.713 INFO:teuthology.orchestra.run.smithi151.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-16T13:38:15.715 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-16T13:38:15.727 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-16T13:38:15.734 INFO:teuthology.orchestra.run.smithi151.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T13:38:15.738 INFO:teuthology.orchestra.run.smithi098.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T13:38:15.750 INFO:teuthology.orchestra.run.smithi184.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-16T13:38:15.760 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:38:15.772 INFO:teuthology.orchestra.run.smithi151.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-16T13:38:15.773 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T13:38:15.776 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-16T13:38:15.776 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-16T13:38:15.776 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-16T13:38:15.798 INFO:teuthology.orchestra.run.smithi151.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T13:38:15.800 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-16T13:38:15.805 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.2 kB] 2024-09-16T13:38:15.841 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T13:38:15.849 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-16T13:38:15.923 INFO:teuthology.orchestra.run.smithi098.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T13:38:15.931 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-16T13:38:15.977 INFO:teuthology.orchestra.run.smithi151.stdout:Fetched 29.3 kB in 0s (87.4 kB/s) 2024-09-16T13:38:16.068 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 29.3 kB in 0s (70.9 kB/s) 2024-09-16T13:38:16.150 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 29.3 kB in 0s (59.5 kB/s) 2024-09-16T13:38:16.997 INFO:teuthology.orchestra.run.smithi151.stdout:Reading package lists... 2024-09-16T13:38:17.014 DEBUG:teuthology.orchestra.run.smithi151:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-g8293d73f-1jammy cephadm=19.3.0-4917-g8293d73f-1jammy ceph-mds=19.3.0-4917-g8293d73f-1jammy ceph-mgr=19.3.0-4917-g8293d73f-1jammy ceph-common=19.3.0-4917-g8293d73f-1jammy ceph-fuse=19.3.0-4917-g8293d73f-1jammy ceph-test=19.3.0-4917-g8293d73f-1jammy ceph-volume=19.3.0-4917-g8293d73f-1jammy radosgw=19.3.0-4917-g8293d73f-1jammy python3-rados=19.3.0-4917-g8293d73f-1jammy python3-rgw=19.3.0-4917-g8293d73f-1jammy python3-cephfs=19.3.0-4917-g8293d73f-1jammy python3-rbd=19.3.0-4917-g8293d73f-1jammy libcephfs2=19.3.0-4917-g8293d73f-1jammy libcephfs-dev=19.3.0-4917-g8293d73f-1jammy librados2=19.3.0-4917-g8293d73f-1jammy librbd1=19.3.0-4917-g8293d73f-1jammy rbd-fuse=19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:38:17.066 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-16T13:38:17.080 INFO:teuthology.orchestra.run.smithi151.stdout:Reading package lists... 2024-09-16T13:38:17.083 DEBUG:teuthology.orchestra.run.smithi098:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-g8293d73f-1jammy cephadm=19.3.0-4917-g8293d73f-1jammy ceph-mds=19.3.0-4917-g8293d73f-1jammy ceph-mgr=19.3.0-4917-g8293d73f-1jammy ceph-common=19.3.0-4917-g8293d73f-1jammy ceph-fuse=19.3.0-4917-g8293d73f-1jammy ceph-test=19.3.0-4917-g8293d73f-1jammy ceph-volume=19.3.0-4917-g8293d73f-1jammy radosgw=19.3.0-4917-g8293d73f-1jammy python3-rados=19.3.0-4917-g8293d73f-1jammy python3-rgw=19.3.0-4917-g8293d73f-1jammy python3-cephfs=19.3.0-4917-g8293d73f-1jammy python3-rbd=19.3.0-4917-g8293d73f-1jammy libcephfs2=19.3.0-4917-g8293d73f-1jammy libcephfs-dev=19.3.0-4917-g8293d73f-1jammy librados2=19.3.0-4917-g8293d73f-1jammy librbd1=19.3.0-4917-g8293d73f-1jammy rbd-fuse=19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:38:17.136 INFO:teuthology.orchestra.run.smithi098.stdout:Reading package lists... 2024-09-16T13:38:17.166 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-09-16T13:38:17.182 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4917-g8293d73f-1jammy cephadm=19.3.0-4917-g8293d73f-1jammy ceph-mds=19.3.0-4917-g8293d73f-1jammy ceph-mgr=19.3.0-4917-g8293d73f-1jammy ceph-common=19.3.0-4917-g8293d73f-1jammy ceph-fuse=19.3.0-4917-g8293d73f-1jammy ceph-test=19.3.0-4917-g8293d73f-1jammy ceph-volume=19.3.0-4917-g8293d73f-1jammy radosgw=19.3.0-4917-g8293d73f-1jammy python3-rados=19.3.0-4917-g8293d73f-1jammy python3-rgw=19.3.0-4917-g8293d73f-1jammy python3-cephfs=19.3.0-4917-g8293d73f-1jammy python3-rbd=19.3.0-4917-g8293d73f-1jammy libcephfs2=19.3.0-4917-g8293d73f-1jammy libcephfs-dev=19.3.0-4917-g8293d73f-1jammy librados2=19.3.0-4917-g8293d73f-1jammy librbd1=19.3.0-4917-g8293d73f-1jammy rbd-fuse=19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:38:17.247 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-09-16T13:38:17.289 INFO:teuthology.orchestra.run.smithi151.stdout:Building dependency tree... 2024-09-16T13:38:17.290 INFO:teuthology.orchestra.run.smithi151.stdout:Reading state information... 2024-09-16T13:38:17.330 INFO:teuthology.orchestra.run.smithi098.stdout:Building dependency tree... 2024-09-16T13:38:17.331 INFO:teuthology.orchestra.run.smithi098.stdout:Reading state information... 2024-09-16T13:38:17.457 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-09-16T13:38:17.457 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-09-16T13:38:17.499 INFO:teuthology.orchestra.run.smithi151.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:38:17.499 INFO:teuthology.orchestra.run.smithi151.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:38:17.499 INFO:teuthology.orchestra.run.smithi151.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:38:17.500 INFO:teuthology.orchestra.run.smithi151.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:38:17.500 INFO:teuthology.orchestra.run.smithi151.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T13:38:17.500 INFO:teuthology.orchestra.run.smithi151.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T13:38:17.500 INFO:teuthology.orchestra.run.smithi151.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:38:17.501 INFO:teuthology.orchestra.run.smithi151.stdout:The following additional packages will be installed: 2024-09-16T13:38:17.501 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T13:38:17.502 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T13:38:17.502 INFO:teuthology.orchestra.run.smithi151.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T13:38:17.502 INFO:teuthology.orchestra.run.smithi151.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T13:38:17.502 INFO:teuthology.orchestra.run.smithi151.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T13:38:17.502 INFO:teuthology.orchestra.run.smithi151.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T13:38:17.503 INFO:teuthology.orchestra.run.smithi151.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: xmlstarlet zip 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout:Suggested packages: 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T13:38:17.504 INFO:teuthology.orchestra.run.smithi151.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T13:38:17.505 INFO:teuthology.orchestra.run.smithi151.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T13:38:17.505 INFO:teuthology.orchestra.run.smithi151.stdout:Recommended packages: 2024-09-16T13:38:17.505 INFO:teuthology.orchestra.run.smithi151.stdout: btrfs-tools 2024-09-16T13:38:17.520 INFO:teuthology.orchestra.run.smithi098.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:38:17.520 INFO:teuthology.orchestra.run.smithi098.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:38:17.521 INFO:teuthology.orchestra.run.smithi098.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:38:17.521 INFO:teuthology.orchestra.run.smithi098.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:38:17.521 INFO:teuthology.orchestra.run.smithi098.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T13:38:17.521 INFO:teuthology.orchestra.run.smithi098.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T13:38:17.521 INFO:teuthology.orchestra.run.smithi098.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:38:17.522 INFO:teuthology.orchestra.run.smithi098.stdout:The following additional packages will be installed: 2024-09-16T13:38:17.522 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T13:38:17.522 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T13:38:17.523 INFO:teuthology.orchestra.run.smithi098.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T13:38:17.523 INFO:teuthology.orchestra.run.smithi098.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T13:38:17.523 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T13:38:17.523 INFO:teuthology.orchestra.run.smithi098.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T13:38:17.523 INFO:teuthology.orchestra.run.smithi098.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T13:38:17.523 INFO:teuthology.orchestra.run.smithi098.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T13:38:17.524 INFO:teuthology.orchestra.run.smithi098.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet zip 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout:Suggested packages: 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T13:38:17.525 INFO:teuthology.orchestra.run.smithi098.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T13:38:17.526 INFO:teuthology.orchestra.run.smithi098.stdout:Recommended packages: 2024-09-16T13:38:17.526 INFO:teuthology.orchestra.run.smithi098.stdout: btrfs-tools 2024-09-16T13:38:17.608 INFO:teuthology.orchestra.run.smithi151.stdout:The following NEW packages will be installed: 2024-09-16T13:38:17.608 INFO:teuthology.orchestra.run.smithi151.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T13:38:17.608 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T13:38:17.608 INFO:teuthology.orchestra.run.smithi151.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T13:38:17.608 INFO:teuthology.orchestra.run.smithi151.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T13:38:17.608 INFO:teuthology.orchestra.run.smithi151.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T13:38:17.608 INFO:teuthology.orchestra.run.smithi151.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T13:38:17.609 INFO:teuthology.orchestra.run.smithi151.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T13:38:17.610 INFO:teuthology.orchestra.run.smithi151.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T13:38:17.611 INFO:teuthology.orchestra.run.smithi151.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T13:38:17.611 INFO:teuthology.orchestra.run.smithi151.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T13:38:17.611 INFO:teuthology.orchestra.run.smithi151.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T13:38:17.611 INFO:teuthology.orchestra.run.smithi151.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T13:38:17.611 INFO:teuthology.orchestra.run.smithi151.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T13:38:17.631 INFO:teuthology.orchestra.run.smithi098.stdout:The following NEW packages will be installed: 2024-09-16T13:38:17.631 INFO:teuthology.orchestra.run.smithi098.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T13:38:17.631 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T13:38:17.631 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T13:38:17.631 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T13:38:17.631 INFO:teuthology.orchestra.run.smithi098.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T13:38:17.632 INFO:teuthology.orchestra.run.smithi098.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T13:38:17.632 INFO:teuthology.orchestra.run.smithi098.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T13:38:17.633 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T13:38:17.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T13:38:17.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T13:38:17.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T13:38:17.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T13:38:17.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T13:38:17.634 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T13:38:17.634 INFO:teuthology.orchestra.run.smithi098.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T13:38:17.655 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-09-16T13:38:17.655 INFO:teuthology.orchestra.run.smithi184.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-16T13:38:17.655 INFO:teuthology.orchestra.run.smithi184.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-16T13:38:17.656 INFO:teuthology.orchestra.run.smithi184.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-16T13:38:17.656 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-16T13:38:17.656 INFO:teuthology.orchestra.run.smithi184.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-16T13:38:17.656 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-16T13:38:17.657 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-09-16T13:38:17.657 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-16T13:38:17.657 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-16T13:38:17.657 INFO:teuthology.orchestra.run.smithi184.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-16T13:38:17.657 INFO:teuthology.orchestra.run.smithi184.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-16T13:38:17.657 INFO:teuthology.orchestra.run.smithi184.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-16T13:38:17.658 INFO:teuthology.orchestra.run.smithi184.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-16T13:38:17.658 INFO:teuthology.orchestra.run.smithi184.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-16T13:38:17.658 INFO:teuthology.orchestra.run.smithi184.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-16T13:38:17.658 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-16T13:38:17.659 INFO:teuthology.orchestra.run.smithi184.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: xmlstarlet zip 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-16T13:38:17.660 INFO:teuthology.orchestra.run.smithi184.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-16T13:38:17.661 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-09-16T13:38:17.661 INFO:teuthology.orchestra.run.smithi184.stdout: btrfs-tools 2024-09-16T13:38:17.763 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-09-16T13:38:17.763 INFO:teuthology.orchestra.run.smithi184.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-16T13:38:17.763 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-16T13:38:17.764 INFO:teuthology.orchestra.run.smithi184.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-16T13:38:17.764 INFO:teuthology.orchestra.run.smithi184.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-16T13:38:17.764 INFO:teuthology.orchestra.run.smithi184.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-16T13:38:17.764 INFO:teuthology.orchestra.run.smithi184.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-16T13:38:17.765 INFO:teuthology.orchestra.run.smithi184.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-16T13:38:17.766 INFO:teuthology.orchestra.run.smithi184.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-16T13:38:17.780 INFO:teuthology.orchestra.run.smithi151.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T13:38:17.780 INFO:teuthology.orchestra.run.smithi151.stdout:Need to get 251 MB of archives. 2024-09-16T13:38:17.780 INFO:teuthology.orchestra.run.smithi151.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T13:38:17.780 INFO:teuthology.orchestra.run.smithi151.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-g8293d73f-1jammy [3,629 kB] 2024-09-16T13:38:17.797 INFO:teuthology.orchestra.run.smithi151.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T13:38:17.809 INFO:teuthology.orchestra.run.smithi098.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T13:38:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:Need to get 251 MB of archives. 2024-09-16T13:38:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T13:38:17.810 INFO:teuthology.orchestra.run.smithi098.stdout:Get:1 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-g8293d73f-1jammy [3,629 kB] 2024-09-16T13:38:17.821 INFO:teuthology.orchestra.run.smithi098.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T13:38:17.824 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-16T13:38:17.824 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 251 MB of archives. 2024-09-16T13:38:17.824 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-16T13:38:17.824 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-16T13:38:17.910 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4917-g8293d73f-1jammy [3,629 kB] 2024-09-16T13:38:17.912 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T13:38:17.915 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T13:38:17.932 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T13:38:17.993 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T13:38:17.998 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T13:38:18.010 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T13:38:18.014 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T13:38:18.015 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T13:38:18.016 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T13:38:18.017 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T13:38:18.025 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T13:38:18.027 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T13:38:18.029 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T13:38:18.032 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T13:38:18.032 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T13:38:18.049 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T13:38:18.050 INFO:teuthology.orchestra.run.smithi151.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-g8293d73f-1jammy [3,334 kB] 2024-09-16T13:38:18.051 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T13:38:18.053 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T13:38:18.053 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T13:38:18.054 INFO:teuthology.orchestra.run.smithi184.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-09-16T13:38:18.055 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T13:38:18.055 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T13:38:18.055 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T13:38:18.066 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T13:38:18.066 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T13:38:18.083 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T13:38:18.083 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T13:38:18.086 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T13:38:18.086 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T13:38:18.087 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T13:38:18.087 INFO:teuthology.orchestra.run.smithi184.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T13:38:18.089 INFO:teuthology.orchestra.run.smithi184.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T13:38:18.089 INFO:teuthology.orchestra.run.smithi184.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T13:38:18.100 INFO:teuthology.orchestra.run.smithi184.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T13:38:18.101 INFO:teuthology.orchestra.run.smithi184.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T13:38:18.116 INFO:teuthology.orchestra.run.smithi184.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T13:38:18.117 INFO:teuthology.orchestra.run.smithi184.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T13:38:18.122 INFO:teuthology.orchestra.run.smithi184.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T13:38:18.122 INFO:teuthology.orchestra.run.smithi184.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T13:38:18.123 INFO:teuthology.orchestra.run.smithi184.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T13:38:18.123 INFO:teuthology.orchestra.run.smithi184.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T13:38:18.125 INFO:teuthology.orchestra.run.smithi184.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T13:38:18.126 INFO:teuthology.orchestra.run.smithi184.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T13:38:18.133 INFO:teuthology.orchestra.run.smithi184.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T13:38:18.134 INFO:teuthology.orchestra.run.smithi151.stdout:Get:4 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-g8293d73f-1jammy [722 kB] 2024-09-16T13:38:18.135 INFO:teuthology.orchestra.run.smithi184.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T13:38:18.144 INFO:teuthology.orchestra.run.smithi184.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T13:38:18.147 INFO:teuthology.orchestra.run.smithi184.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T13:38:18.147 INFO:teuthology.orchestra.run.smithi184.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T13:38:18.148 INFO:teuthology.orchestra.run.smithi184.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T13:38:18.151 INFO:teuthology.orchestra.run.smithi184.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T13:38:18.182 INFO:teuthology.orchestra.run.smithi151.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-g8293d73f-1jammy [356 kB] 2024-09-16T13:38:18.203 INFO:teuthology.orchestra.run.smithi184.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T13:38:18.203 INFO:teuthology.orchestra.run.smithi151.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-g8293d73f-1jammy [32.8 kB] 2024-09-16T13:38:18.204 INFO:teuthology.orchestra.run.smithi184.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T13:38:18.205 INFO:teuthology.orchestra.run.smithi184.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T13:38:18.205 INFO:teuthology.orchestra.run.smithi184.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T13:38:18.207 INFO:teuthology.orchestra.run.smithi184.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T13:38:18.218 INFO:teuthology.orchestra.run.smithi151.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-g8293d73f-1jammy [180 kB] 2024-09-16T13:38:18.220 INFO:teuthology.orchestra.run.smithi151.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T13:38:18.222 INFO:teuthology.orchestra.run.smithi151.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-g8293d73f-1jammy [71.3 kB] 2024-09-16T13:38:18.224 INFO:teuthology.orchestra.run.smithi184.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T13:38:18.226 INFO:teuthology.orchestra.run.smithi184.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T13:38:18.226 INFO:teuthology.orchestra.run.smithi184.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T13:38:18.233 INFO:teuthology.orchestra.run.smithi151.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T13:38:18.240 INFO:teuthology.orchestra.run.smithi098.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-16T13:38:18.241 INFO:teuthology.orchestra.run.smithi184.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T13:38:18.241 INFO:teuthology.orchestra.run.smithi184.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T13:38:18.241 INFO:teuthology.orchestra.run.smithi184.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T13:38:18.242 INFO:teuthology.orchestra.run.smithi184.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T13:38:18.242 INFO:teuthology.orchestra.run.smithi184.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T13:38:18.242 INFO:teuthology.orchestra.run.smithi184.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T13:38:18.246 INFO:teuthology.orchestra.run.smithi151.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-g8293d73f-1jammy [338 kB] 2024-09-16T13:38:18.253 INFO:teuthology.orchestra.run.smithi098.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-16T13:38:18.256 INFO:teuthology.orchestra.run.smithi184.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T13:38:18.257 INFO:teuthology.orchestra.run.smithi184.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T13:38:18.260 INFO:teuthology.orchestra.run.smithi184.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T13:38:18.273 INFO:teuthology.orchestra.run.smithi184.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T13:38:18.275 INFO:teuthology.orchestra.run.smithi184.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T13:38:18.275 INFO:teuthology.orchestra.run.smithi184.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T13:38:18.278 INFO:teuthology.orchestra.run.smithi184.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T13:38:18.281 INFO:teuthology.orchestra.run.smithi184.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T13:38:18.281 INFO:teuthology.orchestra.run.smithi184.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T13:38:18.282 INFO:teuthology.orchestra.run.smithi184.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T13:38:18.290 INFO:teuthology.orchestra.run.smithi184.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T13:38:18.291 INFO:teuthology.orchestra.run.smithi184.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T13:38:18.294 INFO:teuthology.orchestra.run.smithi184.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T13:38:18.299 INFO:teuthology.orchestra.run.smithi151.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-g8293d73f-1jammy [7,989 kB] 2024-09-16T13:38:18.307 INFO:teuthology.orchestra.run.smithi184.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T13:38:18.308 INFO:teuthology.orchestra.run.smithi184.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T13:38:18.308 INFO:teuthology.orchestra.run.smithi184.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T13:38:18.310 INFO:teuthology.orchestra.run.smithi184.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T13:38:18.310 INFO:teuthology.orchestra.run.smithi184.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T13:38:18.313 INFO:teuthology.orchestra.run.smithi151.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T13:38:18.316 INFO:teuthology.orchestra.run.smithi184.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T13:38:18.316 INFO:teuthology.orchestra.run.smithi184.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T13:38:18.324 INFO:teuthology.orchestra.run.smithi184.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T13:38:18.326 INFO:teuthology.orchestra.run.smithi184.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T13:38:18.326 INFO:teuthology.orchestra.run.smithi184.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T13:38:18.333 INFO:teuthology.orchestra.run.smithi098.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-16T13:38:18.523 INFO:teuthology.orchestra.run.smithi151.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-g8293d73f-1jammy [112 kB] 2024-09-16T13:38:18.542 INFO:teuthology.orchestra.run.smithi151.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T13:38:18.549 INFO:teuthology.orchestra.run.smithi151.stdout:Get:16 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-g8293d73f-1jammy [473 kB] 2024-09-16T13:38:18.553 INFO:teuthology.orchestra.run.smithi151.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T13:38:18.559 INFO:teuthology.orchestra.run.smithi151.stdout:Get:18 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-g8293d73f-1jammy [28.3 MB] 2024-09-16T13:38:18.562 INFO:teuthology.orchestra.run.smithi098.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-16T13:38:18.573 INFO:teuthology.orchestra.run.smithi098.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-16T13:38:18.583 INFO:teuthology.orchestra.run.smithi151.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T13:38:18.592 INFO:teuthology.orchestra.run.smithi151.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T13:38:18.594 INFO:teuthology.orchestra.run.smithi151.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T13:38:18.595 INFO:teuthology.orchestra.run.smithi151.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T13:38:18.596 INFO:teuthology.orchestra.run.smithi151.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T13:38:18.603 INFO:teuthology.orchestra.run.smithi098.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-16T13:38:18.611 INFO:teuthology.orchestra.run.smithi098.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-16T13:38:18.614 INFO:teuthology.orchestra.run.smithi098.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-16T13:38:18.614 INFO:teuthology.orchestra.run.smithi151.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T13:38:18.614 INFO:teuthology.orchestra.run.smithi098.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-16T13:38:18.616 INFO:teuthology.orchestra.run.smithi098.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-16T13:38:18.618 INFO:teuthology.orchestra.run.smithi151.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T13:38:18.624 INFO:teuthology.orchestra.run.smithi151.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T13:38:18.633 INFO:teuthology.orchestra.run.smithi098.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-16T13:38:18.637 INFO:teuthology.orchestra.run.smithi098.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-16T13:38:18.644 INFO:teuthology.orchestra.run.smithi098.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-16T13:38:18.704 INFO:teuthology.orchestra.run.smithi151.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T13:38:18.705 INFO:teuthology.orchestra.run.smithi151.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T13:38:18.709 INFO:teuthology.orchestra.run.smithi151.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T13:38:18.713 INFO:teuthology.orchestra.run.smithi151.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T13:38:18.717 INFO:teuthology.orchestra.run.smithi151.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T13:38:18.718 INFO:teuthology.orchestra.run.smithi151.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T13:38:18.719 INFO:teuthology.orchestra.run.smithi151.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-16T13:38:18.721 INFO:teuthology.orchestra.run.smithi151.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T13:38:18.722 INFO:teuthology.orchestra.run.smithi151.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T13:38:18.723 INFO:teuthology.orchestra.run.smithi098.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-16T13:38:18.724 INFO:teuthology.orchestra.run.smithi098.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-16T13:38:18.728 INFO:teuthology.orchestra.run.smithi098.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-16T13:38:18.733 INFO:teuthology.orchestra.run.smithi098.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-16T13:38:18.736 INFO:teuthology.orchestra.run.smithi098.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-16T13:38:18.738 INFO:teuthology.orchestra.run.smithi098.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-16T13:38:18.738 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:38:18.740 INFO:teuthology.orchestra.run.smithi098.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-16T13:38:18.741 INFO:teuthology.orchestra.run.smithi098.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-16T13:38:18.787 INFO:teuthology.orchestra.run.smithi151.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T13:38:18.804 INFO:teuthology.orchestra.run.smithi151.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T13:38:18.805 INFO:teuthology.orchestra.run.smithi151.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T13:38:18.806 INFO:teuthology.orchestra.run.smithi151.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T13:38:18.806 INFO:teuthology.orchestra.run.smithi098.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-16T13:38:18.806 INFO:teuthology.orchestra.run.smithi151.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T13:38:18.812 INFO:teuthology.orchestra.run.smithi151.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T13:38:18.823 INFO:teuthology.orchestra.run.smithi098.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-16T13:38:18.824 INFO:teuthology.orchestra.run.smithi098.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-16T13:38:18.824 INFO:teuthology.orchestra.run.smithi098.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-16T13:38:18.825 INFO:teuthology.orchestra.run.smithi098.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-16T13:38:18.830 INFO:teuthology.orchestra.run.smithi098.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-16T13:38:18.869 INFO:teuthology.orchestra.run.smithi151.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T13:38:18.870 INFO:teuthology.orchestra.run.smithi151.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T13:38:18.871 INFO:teuthology.orchestra.run.smithi151.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T13:38:18.872 INFO:teuthology.orchestra.run.smithi151.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T13:38:18.888 INFO:teuthology.orchestra.run.smithi098.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-16T13:38:18.889 INFO:teuthology.orchestra.run.smithi098.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-16T13:38:18.889 INFO:teuthology.orchestra.run.smithi098.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-16T13:38:18.891 INFO:teuthology.orchestra.run.smithi098.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-16T13:38:18.950 INFO:teuthology.orchestra.run.smithi151.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T13:38:18.950 INFO:teuthology.orchestra.run.smithi151.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T13:38:18.953 INFO:teuthology.orchestra.run.smithi151.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T13:38:18.955 INFO:teuthology.orchestra.run.smithi151.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T13:38:18.955 INFO:teuthology.orchestra.run.smithi151.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T13:38:18.969 INFO:teuthology.orchestra.run.smithi098.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-16T13:38:18.969 INFO:teuthology.orchestra.run.smithi098.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-16T13:38:18.971 INFO:teuthology.orchestra.run.smithi098.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-16T13:38:18.973 INFO:teuthology.orchestra.run.smithi098.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-16T13:38:18.974 INFO:teuthology.orchestra.run.smithi098.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-16T13:38:19.031 INFO:teuthology.orchestra.run.smithi151.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T13:38:19.032 INFO:teuthology.orchestra.run.smithi151.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T13:38:19.033 INFO:teuthology.orchestra.run.smithi151.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T13:38:19.034 INFO:teuthology.orchestra.run.smithi151.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T13:38:19.036 INFO:teuthology.orchestra.run.smithi151.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T13:38:19.050 INFO:teuthology.orchestra.run.smithi098.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-16T13:38:19.050 INFO:teuthology.orchestra.run.smithi098.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-16T13:38:19.051 INFO:teuthology.orchestra.run.smithi098.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-16T13:38:19.053 INFO:teuthology.orchestra.run.smithi098.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-16T13:38:19.055 INFO:teuthology.orchestra.run.smithi098.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-16T13:38:19.113 INFO:teuthology.orchestra.run.smithi151.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T13:38:19.114 INFO:teuthology.orchestra.run.smithi151.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T13:38:19.117 INFO:teuthology.orchestra.run.smithi151.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T13:38:19.119 INFO:teuthology.orchestra.run.smithi151.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T13:38:19.123 INFO:teuthology.orchestra.run.smithi151.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T13:38:19.131 INFO:teuthology.orchestra.run.smithi098.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-16T13:38:19.132 INFO:teuthology.orchestra.run.smithi098.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-16T13:38:19.135 INFO:teuthology.orchestra.run.smithi098.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-16T13:38:19.137 INFO:teuthology.orchestra.run.smithi098.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-16T13:38:19.144 INFO:teuthology.orchestra.run.smithi098.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-16T13:38:19.194 INFO:teuthology.orchestra.run.smithi151.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T13:38:19.195 INFO:teuthology.orchestra.run.smithi151.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T13:38:19.200 INFO:teuthology.orchestra.run.smithi151.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T13:38:19.212 INFO:teuthology.orchestra.run.smithi098.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-16T13:38:19.213 INFO:teuthology.orchestra.run.smithi098.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-16T13:38:19.218 INFO:teuthology.orchestra.run.smithi098.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-16T13:38:19.362 INFO:teuthology.orchestra.run.smithi151.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T13:38:19.364 INFO:teuthology.orchestra.run.smithi151.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T13:38:19.366 INFO:teuthology.orchestra.run.smithi151.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T13:38:19.367 INFO:teuthology.orchestra.run.smithi151.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T13:38:19.369 INFO:teuthology.orchestra.run.smithi151.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T13:38:19.380 INFO:teuthology.orchestra.run.smithi098.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-16T13:38:19.381 INFO:teuthology.orchestra.run.smithi098.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-16T13:38:19.384 INFO:teuthology.orchestra.run.smithi098.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-16T13:38:19.385 INFO:teuthology.orchestra.run.smithi098.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-16T13:38:19.387 INFO:teuthology.orchestra.run.smithi098.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-16T13:38:19.422 INFO:teuthology.orchestra.run.smithi098.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T13:38:19.425 INFO:teuthology.orchestra.run.smithi098.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T13:38:19.425 INFO:teuthology.orchestra.run.smithi098.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T13:38:19.436 INFO:teuthology.orchestra.run.smithi151.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-16T13:38:19.484 INFO:teuthology.orchestra.run.smithi098.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T13:38:19.484 INFO:teuthology.orchestra.run.smithi098.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T13:38:19.497 INFO:teuthology.orchestra.run.smithi151.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-16T13:38:19.498 INFO:teuthology.orchestra.run.smithi151.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-16T13:38:19.546 INFO:teuthology.orchestra.run.smithi098.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T13:38:19.547 INFO:teuthology.orchestra.run.smithi098.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T13:38:19.547 INFO:teuthology.orchestra.run.smithi098.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T13:38:19.549 INFO:teuthology.orchestra.run.smithi098.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T13:38:19.549 INFO:teuthology.orchestra.run.smithi098.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T13:38:19.552 INFO:teuthology.orchestra.run.smithi098.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T13:38:19.557 INFO:teuthology.orchestra.run.smithi098.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T13:38:19.593 INFO:teuthology.orchestra.run.smithi151.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-16T13:38:19.593 INFO:teuthology.orchestra.run.smithi151.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-g8293d73f-1jammy [5,209 kB] 2024-09-16T13:38:19.593 INFO:teuthology.orchestra.run.smithi151.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-16T13:38:19.595 INFO:teuthology.orchestra.run.smithi151.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-16T13:38:19.596 INFO:teuthology.orchestra.run.smithi151.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-16T13:38:19.597 INFO:teuthology.orchestra.run.smithi151.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-16T13:38:19.598 INFO:teuthology.orchestra.run.smithi151.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-16T13:38:19.598 INFO:teuthology.orchestra.run.smithi151.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-16T13:38:19.611 INFO:teuthology.orchestra.run.smithi151.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-16T13:38:19.617 INFO:teuthology.orchestra.run.smithi151.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-16T13:38:19.627 INFO:teuthology.orchestra.run.smithi098.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T13:38:19.630 INFO:teuthology.orchestra.run.smithi098.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T13:38:19.631 INFO:teuthology.orchestra.run.smithi098.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T13:38:19.636 INFO:teuthology.orchestra.run.smithi098.stdout:Get:73 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-g8293d73f-1jammy [3,334 kB] 2024-09-16T13:38:19.675 INFO:teuthology.orchestra.run.smithi151.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-g8293d73f-1jammy [251 kB] 2024-09-16T13:38:19.678 INFO:teuthology.orchestra.run.smithi151.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-g8293d73f-1jammy [124 kB] 2024-09-16T13:38:19.680 INFO:teuthology.orchestra.run.smithi151.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-g8293d73f-1jammy [1,562 kB] 2024-09-16T13:38:19.692 INFO:teuthology.orchestra.run.smithi151.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-16T13:38:19.696 INFO:teuthology.orchestra.run.smithi151.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-16T13:38:19.697 INFO:teuthology.orchestra.run.smithi151.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-16T13:38:19.706 INFO:teuthology.orchestra.run.smithi151.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T13:38:19.708 INFO:teuthology.orchestra.run.smithi098.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-16T13:38:19.712 INFO:teuthology.orchestra.run.smithi151.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T13:38:19.714 INFO:teuthology.orchestra.run.smithi098.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-16T13:38:19.715 INFO:teuthology.orchestra.run.smithi151.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T13:38:19.716 INFO:teuthology.orchestra.run.smithi151.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T13:38:19.717 INFO:teuthology.orchestra.run.smithi098.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-16T13:38:19.718 INFO:teuthology.orchestra.run.smithi098.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-16T13:38:19.727 INFO:teuthology.orchestra.run.smithi151.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T13:38:19.729 INFO:teuthology.orchestra.run.smithi098.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-16T13:38:19.730 INFO:teuthology.orchestra.run.smithi098.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T13:38:19.738 INFO:teuthology.orchestra.run.smithi098.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T13:38:19.774 INFO:teuthology.orchestra.run.smithi151.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-16T13:38:19.781 INFO:teuthology.orchestra.run.smithi151.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-16T13:38:19.789 INFO:teuthology.orchestra.run.smithi098.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T13:38:19.791 INFO:teuthology.orchestra.run.smithi098.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T13:38:19.792 INFO:teuthology.orchestra.run.smithi098.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T13:38:19.818 INFO:teuthology.orchestra.run.smithi151.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-g8293d73f-1jammy [6,309 kB] 2024-09-16T13:38:19.855 INFO:teuthology.orchestra.run.smithi151.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-16T13:38:19.857 INFO:teuthology.orchestra.run.smithi151.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-16T13:38:19.858 INFO:teuthology.orchestra.run.smithi151.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-16T13:38:19.861 INFO:teuthology.orchestra.run.smithi151.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T13:38:19.864 INFO:teuthology.orchestra.run.smithi151.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T13:38:19.871 INFO:teuthology.orchestra.run.smithi098.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-16T13:38:19.872 INFO:teuthology.orchestra.run.smithi098.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-16T13:38:19.880 INFO:teuthology.orchestra.run.smithi151.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T13:38:19.881 INFO:teuthology.orchestra.run.smithi151.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T13:38:19.882 INFO:teuthology.orchestra.run.smithi151.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T13:38:19.889 INFO:teuthology.orchestra.run.smithi098.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-16T13:38:19.890 INFO:teuthology.orchestra.run.smithi098.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-16T13:38:19.891 INFO:teuthology.orchestra.run.smithi098.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-16T13:38:19.896 INFO:teuthology.orchestra.run.smithi098.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T13:38:19.897 INFO:teuthology.orchestra.run.smithi098.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T13:38:19.937 INFO:teuthology.orchestra.run.smithi151.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-16T13:38:19.938 INFO:teuthology.orchestra.run.smithi151.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-16T13:38:20.001 INFO:teuthology.orchestra.run.smithi151.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-g8293d73f-1jammy [23.1 MB] 2024-09-16T13:38:20.904 INFO:teuthology.orchestra.run.smithi151.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-g8293d73f-1jammy [14.0 kB] 2024-09-16T13:38:20.904 INFO:teuthology.orchestra.run.smithi151.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-g8293d73f-1jammy [880 kB] 2024-09-16T13:38:20.922 INFO:teuthology.orchestra.run.smithi151.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-g8293d73f-1jammy [2,453 kB] 2024-09-16T13:38:20.963 INFO:teuthology.orchestra.run.smithi151.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-g8293d73f-1jammy [813 kB] 2024-09-16T13:38:21.000 INFO:teuthology.orchestra.run.smithi151.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-g8293d73f-1jammy [160 kB] 2024-09-16T13:38:21.031 INFO:teuthology.orchestra.run.smithi151.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-g8293d73f-1jammy [61.4 MB] 2024-09-16T13:38:23.546 INFO:teuthology.orchestra.run.smithi098.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-g8293d73f-1jammy [722 kB] 2024-09-16T13:38:23.552 INFO:teuthology.orchestra.run.smithi184.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4917-g8293d73f-1jammy [3,334 kB] 2024-09-16T13:38:23.560 INFO:teuthology.orchestra.run.smithi098.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-g8293d73f-1jammy [356 kB] 2024-09-16T13:38:23.569 INFO:teuthology.orchestra.run.smithi098.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-g8293d73f-1jammy [32.8 kB] 2024-09-16T13:38:23.571 INFO:teuthology.orchestra.run.smithi098.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-g8293d73f-1jammy [180 kB] 2024-09-16T13:38:23.574 INFO:teuthology.orchestra.run.smithi098.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-g8293d73f-1jammy [71.3 kB] 2024-09-16T13:38:23.576 INFO:teuthology.orchestra.run.smithi098.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-g8293d73f-1jammy [338 kB] 2024-09-16T13:38:23.583 INFO:teuthology.orchestra.run.smithi098.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-g8293d73f-1jammy [7,989 kB] 2024-09-16T13:38:23.627 INFO:teuthology.orchestra.run.smithi151.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-g8293d73f-1jammy [8,625 kB] 2024-09-16T13:38:23.740 INFO:teuthology.orchestra.run.smithi098.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-g8293d73f-1jammy [112 kB] 2024-09-16T13:38:23.742 INFO:teuthology.orchestra.run.smithi098.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-g8293d73f-1jammy [473 kB] 2024-09-16T13:38:23.766 INFO:teuthology.orchestra.run.smithi098.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-g8293d73f-1jammy [28.3 MB] 2024-09-16T13:38:23.907 INFO:teuthology.orchestra.run.smithi151.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-g8293d73f-1jammy [14.2 kB] 2024-09-16T13:38:23.908 INFO:teuthology.orchestra.run.smithi151.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-g8293d73f-1jammy [55.8 MB] 2024-09-16T13:38:24.208 INFO:teuthology.orchestra.run.smithi184.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4917-g8293d73f-1jammy [722 kB] 2024-09-16T13:38:25.866 INFO:teuthology.orchestra.run.smithi151.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-g8293d73f-1jammy [130 kB] 2024-09-16T13:38:25.868 INFO:teuthology.orchestra.run.smithi151.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-g8293d73f-1jammy [39.0 kB] 2024-09-16T13:38:25.869 INFO:teuthology.orchestra.run.smithi151.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-g8293d73f-1jammy [15.9 MB] 2024-09-16T13:38:26.042 INFO:teuthology.orchestra.run.smithi184.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4917-g8293d73f-1jammy [356 kB] 2024-09-16T13:38:26.115 INFO:teuthology.orchestra.run.smithi184.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4917-g8293d73f-1jammy [32.8 kB] 2024-09-16T13:38:26.116 INFO:teuthology.orchestra.run.smithi184.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4917-g8293d73f-1jammy [180 kB] 2024-09-16T13:38:26.187 INFO:teuthology.orchestra.run.smithi184.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4917-g8293d73f-1jammy [71.3 kB] 2024-09-16T13:38:26.188 INFO:teuthology.orchestra.run.smithi184.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4917-g8293d73f-1jammy [338 kB] 2024-09-16T13:38:26.238 INFO:teuthology.orchestra.run.smithi184.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4917-g8293d73f-1jammy [7,989 kB] 2024-09-16T13:38:26.281 INFO:teuthology.orchestra.run.smithi151.stdout:Get:119 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-g8293d73f-1jammy [91.3 kB] 2024-09-16T13:38:26.525 INFO:teuthology.orchestra.run.smithi098.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-g8293d73f-1jammy [5,209 kB] 2024-09-16T13:38:26.594 INFO:teuthology.orchestra.run.smithi098.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-g8293d73f-1jammy [251 kB] 2024-09-16T13:38:26.597 INFO:teuthology.orchestra.run.smithi098.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-g8293d73f-1jammy [124 kB] 2024-09-16T13:38:26.598 INFO:teuthology.orchestra.run.smithi098.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-g8293d73f-1jammy [1,562 kB] 2024-09-16T13:38:26.613 INFO:teuthology.orchestra.run.smithi098.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-g8293d73f-1jammy [6,309 kB] 2024-09-16T13:38:26.750 INFO:teuthology.orchestra.run.smithi098.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-g8293d73f-1jammy [23.1 MB] 2024-09-16T13:38:26.807 INFO:teuthology.orchestra.run.smithi184.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4917-g8293d73f-1jammy [112 kB] 2024-09-16T13:38:26.810 INFO:teuthology.orchestra.run.smithi184.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4917-g8293d73f-1jammy [473 kB] 2024-09-16T13:38:26.847 INFO:teuthology.orchestra.run.smithi184.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4917-g8293d73f-1jammy [28.3 MB] 2024-09-16T13:38:26.852 INFO:teuthology.orchestra.run.smithi151.stdout:Fetched 251 MB in 9s (29.0 MB/s) 2024-09-16T13:38:27.008 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T13:38:27.108 INFO:teuthology.orchestra.run.smithi151.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-16T13:38:27.114 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T13:38:27.182 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T13:38:27.370 INFO:teuthology.orchestra.run.smithi098.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-g8293d73f-1jammy [14.0 kB] 2024-09-16T13:38:27.371 INFO:teuthology.orchestra.run.smithi098.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-g8293d73f-1jammy [880 kB] 2024-09-16T13:38:27.387 INFO:teuthology.orchestra.run.smithi098.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-g8293d73f-1jammy [2,453 kB] 2024-09-16T13:38:27.425 INFO:teuthology.orchestra.run.smithi098.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-g8293d73f-1jammy [813 kB] 2024-09-16T13:38:27.435 INFO:teuthology.orchestra.run.smithi098.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-g8293d73f-1jammy [160 kB] 2024-09-16T13:38:27.437 INFO:teuthology.orchestra.run.smithi098.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-g8293d73f-1jammy [61.4 MB] 2024-09-16T13:38:27.486 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T13:38:27.512 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T13:38:27.553 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T13:38:27.890 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T13:38:27.916 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T13:38:27.956 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T13:38:28.337 INFO:teuthology.orchestra.run.smithi184.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4917-g8293d73f-1jammy [5,209 kB] 2024-09-16T13:38:28.369 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T13:38:28.396 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:28.435 INFO:teuthology.orchestra.run.smithi184.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4917-g8293d73f-1jammy [251 kB] 2024-09-16T13:38:28.438 INFO:teuthology.orchestra.run.smithi184.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4917-g8293d73f-1jammy [124 kB] 2024-09-16T13:38:28.440 INFO:teuthology.orchestra.run.smithi184.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4917-g8293d73f-1jammy [1,562 kB] 2024-09-16T13:38:28.444 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:28.485 INFO:teuthology.orchestra.run.smithi184.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4917-g8293d73f-1jammy [6,309 kB] 2024-09-16T13:38:28.748 INFO:teuthology.orchestra.run.smithi184.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4917-g8293d73f-1jammy [23.1 MB] 2024-09-16T13:38:28.856 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T13:38:28.883 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:28.923 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:29.466 INFO:teuthology.orchestra.run.smithi184.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4917-g8293d73f-1jammy [14.0 kB] 2024-09-16T13:38:29.467 INFO:teuthology.orchestra.run.smithi184.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4917-g8293d73f-1jammy [880 kB] 2024-09-16T13:38:29.484 INFO:teuthology.orchestra.run.smithi184.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4917-g8293d73f-1jammy [2,453 kB] 2024-09-16T13:38:29.485 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T13:38:29.512 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:29.525 INFO:teuthology.orchestra.run.smithi098.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-g8293d73f-1jammy [8,625 kB] 2024-09-16T13:38:29.525 INFO:teuthology.orchestra.run.smithi184.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4917-g8293d73f-1jammy [813 kB] 2024-09-16T13:38:29.535 INFO:teuthology.orchestra.run.smithi184.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4917-g8293d73f-1jammy [160 kB] 2024-09-16T13:38:29.537 INFO:teuthology.orchestra.run.smithi184.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4917-g8293d73f-1jammy [61.4 MB] 2024-09-16T13:38:29.552 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:29.722 INFO:teuthology.orchestra.run.smithi098.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-g8293d73f-1jammy [14.2 kB] 2024-09-16T13:38:29.723 INFO:teuthology.orchestra.run.smithi098.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-g8293d73f-1jammy [55.8 MB] 2024-09-16T13:38:29.898 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T13:38:29.924 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T13:38:29.964 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T13:38:30.310 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package librados2. 2024-09-16T13:38:30.335 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:30.376 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:30.863 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libnbd0. 2024-09-16T13:38:30.955 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T13:38:30.955 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T13:38:31.225 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package librbd1. 2024-09-16T13:38:31.251 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:31.291 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:31.712 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T13:38:31.738 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:31.746 INFO:teuthology.orchestra.run.smithi184.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4917-g8293d73f-1jammy [8,625 kB] 2024-09-16T13:38:31.778 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:31.855 INFO:teuthology.orchestra.run.smithi184.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4917-g8293d73f-1jammy [14.2 kB] 2024-09-16T13:38:31.855 INFO:teuthology.orchestra.run.smithi184.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4917-g8293d73f-1jammy [55.8 MB] 2024-09-16T13:38:31.907 INFO:teuthology.orchestra.run.smithi098.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-g8293d73f-1jammy [130 kB] 2024-09-16T13:38:31.910 INFO:teuthology.orchestra.run.smithi098.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-g8293d73f-1jammy [39.0 kB] 2024-09-16T13:38:31.911 INFO:teuthology.orchestra.run.smithi098.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-g8293d73f-1jammy [15.9 MB] 2024-09-16T13:38:32.064 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-rados. 2024-09-16T13:38:32.080 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:32.123 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:32.460 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T13:38:32.486 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:32.499 INFO:teuthology.orchestra.run.smithi098.stdout:Get:119 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-g8293d73f-1jammy [91.3 kB] 2024-09-16T13:38:32.526 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:32.779 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T13:38:32.805 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:32.846 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:33.066 INFO:teuthology.orchestra.run.smithi098.stdout:Fetched 251 MB in 15s (16.9 MB/s) 2024-09-16T13:38:33.124 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T13:38:33.140 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:33.183 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:33.210 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T13:38:33.229 INFO:teuthology.orchestra.run.smithi184.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4917-g8293d73f-1jammy [130 kB] 2024-09-16T13:38:33.232 INFO:teuthology.orchestra.run.smithi184.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4917-g8293d73f-1jammy [39.0 kB] 2024-09-16T13:38:33.233 INFO:teuthology.orchestra.run.smithi184.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4917-g8293d73f-1jammy [15.9 MB] 2024-09-16T13:38:33.304 INFO:teuthology.orchestra.run.smithi098.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-16T13:38:33.309 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T13:38:33.392 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T13:38:33.503 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T13:38:33.529 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T13:38:33.547 INFO:teuthology.orchestra.run.smithi184.stdout:Get:119 https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4917-g8293d73f-1jammy [91.3 kB] 2024-09-16T13:38:33.570 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T13:38:33.721 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T13:38:33.747 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T13:38:33.779 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T13:38:33.865 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T13:38:33.891 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T13:38:33.931 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T13:38:34.107 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T13:38:34.122 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 251 MB in 16s (15.9 MB/s) 2024-09-16T13:38:34.134 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T13:38:34.174 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T13:38:34.202 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T13:38:34.217 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:34.250 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-16T13:38:34.252 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:34.308 INFO:teuthology.orchestra.run.smithi184.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-16T13:38:34.312 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-16T13:38:34.384 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T13:38:34.597 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T13:38:34.602 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T13:38:34.623 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T13:38:34.629 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:34.654 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-16T13:38:34.663 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T13:38:34.681 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-16T13:38:34.685 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:34.712 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T13:38:34.925 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T13:38:34.940 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T13:38:34.983 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T13:38:35.031 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T13:38:35.049 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-16T13:38:35.057 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:35.075 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-16T13:38:35.089 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:35.269 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T13:38:35.295 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T13:38:35.311 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T13:38:35.345 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T13:38:35.434 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T13:38:35.460 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:35.500 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:35.658 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package lua5.1. 2024-09-16T13:38:35.684 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T13:38:35.724 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T13:38:35.786 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-16T13:38:35.812 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:35.854 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T13:38:35.860 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:35.880 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T13:38:35.920 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T13:38:36.036 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package lua-any. 2024-09-16T13:38:36.051 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T13:38:36.095 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T13:38:36.215 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librados2. 2024-09-16T13:38:36.222 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-16T13:38:36.238 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:36.241 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:36.272 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:36.282 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:36.331 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package zip. 2024-09-16T13:38:36.357 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T13:38:36.398 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T13:38:36.600 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-16T13:38:36.626 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-16T13:38:36.667 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:38:36.719 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package unzip. 2024-09-16T13:38:36.743 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libnbd0. 2024-09-16T13:38:36.745 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T13:38:36.769 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T13:38:36.785 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T13:38:36.809 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T13:38:37.020 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-16T13:38:37.046 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-16T13:38:37.086 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T13:38:37.121 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librbd1. 2024-09-16T13:38:37.147 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:37.165 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package luarocks. 2024-09-16T13:38:37.188 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:37.191 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T13:38:37.231 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T13:38:37.381 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librados2. 2024-09-16T13:38:37.408 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../007-librados2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:37.456 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:37.633 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package librgw2. 2024-09-16T13:38:37.640 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T13:38:37.659 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:37.663 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:37.699 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:37.707 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:37.926 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libnbd0. 2024-09-16T13:38:37.951 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-16T13:38:37.960 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rados. 2024-09-16T13:38:37.975 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:37.992 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-16T13:38:38.151 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:38.303 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librbd1. 2024-09-16T13:38:38.319 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T13:38:38.329 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../009-librbd1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:38.345 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:38.370 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:38.386 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:38.529 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T13:38:38.556 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:38.596 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:38.714 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T13:38:38.740 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T13:38:38.781 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T13:38:38.789 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libcephfs2. 2024-09-16T13:38:38.804 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:38.823 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T13:38:38.839 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:38.839 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:38.874 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:39.068 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T13:38:39.075 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rados. 2024-09-16T13:38:39.090 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:39.094 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:39.133 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:39.143 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:39.168 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T13:38:39.194 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:39.235 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:39.486 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-16T13:38:39.512 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:39.553 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:39.555 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T13:38:39.581 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T13:38:39.621 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T13:38:39.747 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-common. 2024-09-16T13:38:39.773 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:39.809 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cephfs. 2024-09-16T13:38:39.813 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:39.832 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:39.872 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:39.933 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T13:38:39.959 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T13:38:39.999 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T13:38:40.158 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-16T13:38:40.185 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:40.225 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:40.235 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T13:38:40.251 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:40.293 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:40.613 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T13:38:40.640 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T13:38:40.678 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-16T13:38:40.680 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T13:38:40.705 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-16T13:38:40.745 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T13:38:40.916 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T13:38:40.931 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T13:38:40.974 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T13:38:41.064 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-prettytable. 2024-09-16T13:38:41.091 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-16T13:38:41.131 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-16T13:38:41.302 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T13:38:41.329 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T13:38:41.369 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T13:38:41.400 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rbd. 2024-09-16T13:38:41.415 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:41.453 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-base. 2024-09-16T13:38:41.458 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:41.479 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:41.528 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:41.698 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua5.1. 2024-09-16T13:38:41.724 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T13:38:41.761 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-16T13:38:41.764 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T13:38:41.788 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-16T13:38:41.819 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T13:38:42.025 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-any. 2024-09-16T13:38:42.038 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T13:38:42.067 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T13:38:42.067 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T13:38:42.072 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-16T13:38:42.085 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-16T13:38:42.093 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T13:38:42.122 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T13:38:42.133 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T13:38:42.319 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package zip. 2024-09-16T13:38:42.335 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T13:38:42.395 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T13:38:42.403 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T13:38:42.416 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-16T13:38:42.426 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T13:38:42.432 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-16T13:38:42.470 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T13:38:42.475 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T13:38:42.707 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package unzip. 2024-09-16T13:38:42.733 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T13:38:42.773 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T13:38:42.782 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T13:38:42.809 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T13:38:42.812 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua5.1. 2024-09-16T13:38:42.838 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-16T13:38:42.849 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T13:38:42.878 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-16T13:38:43.102 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package luarocks. 2024-09-16T13:38:43.123 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-any. 2024-09-16T13:38:43.129 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T13:38:43.139 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-16T13:38:43.160 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T13:38:43.161 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T13:38:43.173 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-16T13:38:43.187 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T13:38:43.228 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T13:38:43.426 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package zip. 2024-09-16T13:38:43.452 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-16T13:38:43.492 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking zip (3.0-12build2) ... 2024-09-16T13:38:43.510 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package librgw2. 2024-09-16T13:38:43.531 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T13:38:43.537 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:43.557 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T13:38:43.576 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:43.598 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T13:38:43.804 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package unzip. 2024-09-16T13:38:43.830 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-16T13:38:43.870 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-16T13:38:43.876 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T13:38:43.903 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T13:38:43.943 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T13:38:44.204 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T13:38:44.207 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package luarocks. 2024-09-16T13:38:44.230 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-portend. 2024-09-16T13:38:44.231 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:44.234 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-16T13:38:44.256 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T13:38:44.265 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-16T13:38:44.271 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:44.296 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T13:38:44.575 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T13:38:44.599 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T13:38:44.601 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T13:38:44.625 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T13:38:44.633 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T13:38:44.649 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package librgw2. 2024-09-16T13:38:44.665 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T13:38:44.675 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../026-librgw2_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:44.715 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:44.935 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T13:38:44.945 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T13:38:44.962 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:44.972 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T13:38:45.002 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:45.012 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T13:38:45.326 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rgw. 2024-09-16T13:38:45.333 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T13:38:45.349 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T13:38:45.352 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:45.383 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T13:38:45.392 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:45.455 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-common. 2024-09-16T13:38:45.482 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:45.522 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:45.695 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T13:38:45.696 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-16T13:38:45.722 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T13:38:45.722 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-16T13:38:45.762 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T13:38:45.762 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T13:38:46.065 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T13:38:46.082 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libradosstriper1. 2024-09-16T13:38:46.091 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T13:38:46.108 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:46.132 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T13:38:46.148 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:46.419 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-mako. 2024-09-16T13:38:46.434 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T13:38:46.479 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T13:38:46.577 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-common. 2024-09-16T13:38:46.603 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:46.643 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:46.808 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T13:38:46.834 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T13:38:46.874 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T13:38:47.044 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-base. 2024-09-16T13:38:47.071 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:47.120 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:47.178 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T13:38:47.204 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T13:38:47.244 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T13:38:47.531 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-webob. 2024-09-16T13:38:47.558 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T13:38:47.598 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T13:38:47.632 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T13:38:47.658 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T13:38:47.690 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T13:38:47.943 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T13:38:47.970 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T13:38:47.993 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T13:38:48.012 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T13:38:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T13:38:48.059 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T13:38:48.082 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-base. 2024-09-16T13:38:48.108 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:48.181 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:48.331 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T13:38:48.357 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T13:38:48.379 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T13:38:48.397 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T13:38:48.406 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T13:38:48.446 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T13:38:48.658 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-paste. 2024-09-16T13:38:48.674 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T13:38:48.709 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T13:38:48.728 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-16T13:38:48.755 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-16T13:38:48.794 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-16T13:38:48.916 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T13:38:48.942 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T13:38:48.982 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T13:38:49.021 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T13:38:49.036 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T13:38:49.087 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T13:38:49.097 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cheroot. 2024-09-16T13:38:49.124 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-16T13:38:49.164 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T13:38:49.285 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T13:38:49.312 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T13:38:49.352 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T13:38:49.391 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T13:38:49.417 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T13:38:49.457 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T13:38:49.492 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-16T13:38:49.519 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-16T13:38:49.558 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-16T13:38:49.630 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T13:38:49.657 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T13:38:49.697 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T13:38:49.719 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T13:38:49.746 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T13:38:49.786 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T13:38:49.845 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-16T13:38:49.860 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-16T13:38:49.895 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-16T13:38:50.000 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-portend. 2024-09-16T13:38:50.026 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T13:38:50.190 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-16T13:38:50.216 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-16T13:38:50.256 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-16T13:38:50.341 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T13:38:50.559 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-tempora. 2024-09-16T13:38:50.586 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-16T13:38:50.625 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-16T13:38:50.937 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-portend. 2024-09-16T13:38:50.964 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-16T13:38:51.091 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T13:38:51.117 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T13:38:51.119 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T13:38:51.135 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T13:38:51.157 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T13:38:51.169 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T13:38:51.395 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-16T13:38:51.456 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T13:38:51.484 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T13:38:51.513 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T13:38:51.522 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T13:38:51.540 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T13:38:51.580 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T13:38:51.851 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T13:38:51.875 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-idna. 2024-09-16T13:38:51.877 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T13:38:51.901 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T13:38:51.918 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T13:38:51.933 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T13:38:52.180 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T13:38:52.206 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T13:38:52.228 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T13:38:52.246 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T13:38:52.254 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T13:38:52.281 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-16T13:38:52.295 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T13:38:52.309 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-16T13:38:52.348 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-16T13:38:52.549 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T13:38:52.575 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T13:38:52.607 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-requests. 2024-09-16T13:38:52.633 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T13:38:52.640 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T13:38:52.651 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-16T13:38:52.674 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T13:38:52.677 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-16T13:38:52.717 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-16T13:38:52.943 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-mako. 2024-09-16T13:38:52.970 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T13:38:52.977 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T13:38:52.993 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T13:38:53.010 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T13:38:53.036 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T13:38:53.063 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-natsort. 2024-09-16T13:38:53.090 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-16T13:38:53.129 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-16T13:38:53.324 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T13:38:53.348 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T13:38:53.365 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T13:38:53.388 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T13:38:53.391 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:53.431 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:53.441 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-logutils. 2024-09-16T13:38:53.467 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-16T13:38:53.507 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-16T13:38:53.641 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T13:38:53.668 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T13:38:53.708 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T13:38:53.785 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-16T13:38:53.800 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-16T13:38:53.820 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T13:38:53.835 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-16T13:38:53.847 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:53.887 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:54.028 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webob. 2024-09-16T13:38:54.054 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T13:38:54.094 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T13:38:54.140 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-mako. 2024-09-16T13:38:54.166 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T13:38:54.166 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-16T13:38:54.192 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T13:38:54.207 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T13:38:54.232 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T13:38:54.464 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T13:38:54.491 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T13:38:54.510 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-16T13:38:54.533 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T13:38:54.535 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T13:38:54.536 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-16T13:38:54.563 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T13:38:54.577 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-16T13:38:54.619 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T13:38:54.842 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T13:38:54.869 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T13:38:54.871 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-16T13:38:54.898 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-16T13:38:54.906 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T13:38:54.909 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T13:38:54.933 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:54.937 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-16T13:38:54.972 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:55.170 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-paste. 2024-09-16T13:38:55.185 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T13:38:55.220 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T13:38:55.257 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-webob. 2024-09-16T13:38:55.284 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-16T13:38:55.324 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T13:38:55.410 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T13:38:55.437 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:55.476 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:55.532 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T13:38:55.547 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T13:38:55.590 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T13:38:55.669 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-waitress. 2024-09-16T13:38:55.695 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-16T13:38:55.738 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T13:38:55.851 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T13:38:55.866 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T13:38:55.901 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T13:38:56.030 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-tempita. 2024-09-16T13:38:56.056 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-16T13:38:56.088 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T13:38:56.122 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T13:38:56.149 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:56.181 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:56.189 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T13:38:56.214 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T13:38:56.254 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T13:38:56.408 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-paste. 2024-09-16T13:38:56.434 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-16T13:38:56.474 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T13:38:56.591 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T13:38:56.617 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T13:38:56.657 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T13:38:56.803 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-16T13:38:56.826 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-16T13:38:56.869 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T13:38:57.004 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T13:38:57.030 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T13:38:57.070 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T13:38:57.172 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-16T13:38:57.199 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-16T13:38:57.239 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-16T13:38:57.243 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph. 2024-09-16T13:38:57.269 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:57.309 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:57.374 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-idna. 2024-09-16T13:38:57.400 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T13:38:57.440 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T13:38:57.542 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-webtest. 2024-09-16T13:38:57.568 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-16T13:38:57.608 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-16T13:38:57.629 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T13:38:57.655 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:57.696 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:57.701 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T13:38:57.728 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T13:38:57.768 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T13:38:57.920 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pecan. 2024-09-16T13:38:57.946 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-16T13:38:57.986 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T13:38:58.033 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T13:38:58.038 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests. 2024-09-16T13:38:58.059 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:58.064 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T13:38:58.091 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:58.104 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T13:38:58.349 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-certifi. 2024-09-16T13:38:58.376 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-16T13:38:58.416 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-16T13:38:58.418 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T13:38:58.444 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T13:38:58.484 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T13:38:58.497 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package cephadm. 2024-09-16T13:38:58.521 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:58.561 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:58.727 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-idna. 2024-09-16T13:38:58.754 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-16T13:38:58.771 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T13:38:58.785 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T13:38:58.787 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:38:58.829 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:58.873 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T13:38:58.900 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T13:38:58.939 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T13:38:59.080 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-urllib3. 2024-09-16T13:38:59.107 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-16T13:38:59.146 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T13:38:59.209 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T13:38:59.226 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T13:38:59.236 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:38:59.241 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T13:38:59.275 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:38:59.285 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T13:38:59.467 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-requests. 2024-09-16T13:38:59.493 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-16T13:38:59.533 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T13:38:59.554 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T13:38:59.580 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T13:38:59.620 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T13:38:59.828 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-16T13:38:59.854 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-16T13:38:59.894 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T13:38:59.898 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T13:38:59.925 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T13:38:59.964 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T13:39:00.139 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-16T13:39:00.154 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:00.189 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:00.326 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T13:39:00.341 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-babel. 2024-09-16T13:39:00.353 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:00.368 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T13:39:00.393 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:00.407 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:00.561 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-16T13:39:00.588 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:00.627 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:00.771 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T13:39:00.798 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:00.837 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:00.919 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T13:39:00.946 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T13:39:00.955 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-16T13:39:00.981 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-16T13:39:00.986 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T13:39:01.030 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-16T13:39:01.300 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-openssl. 2024-09-16T13:39:01.326 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-16T13:39:01.348 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T13:39:01.357 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-16T13:39:01.375 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:01.408 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T13:39:01.414 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:01.435 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:01.474 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:01.735 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T13:39:01.762 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T13:39:01.802 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T13:39:01.844 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr. 2024-09-16T13:39:01.871 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:01.910 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:02.072 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-routes. 2024-09-16T13:39:02.099 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T13:39:02.147 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T13:39:02.297 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mon. 2024-09-16T13:39:02.324 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:02.364 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:02.459 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T13:39:02.487 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:02.511 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph. 2024-09-16T13:39:02.517 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:02.538 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:02.577 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:02.922 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T13:39:02.934 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-osd. 2024-09-16T13:39:02.949 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:02.960 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:02.988 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:02.992 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:03.333 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T13:39:03.360 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:03.400 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:03.769 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package cephadm. 2024-09-16T13:39:03.796 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:03.836 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:04.053 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph. 2024-09-16T13:39:04.069 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../067-ceph_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:04.112 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:04.299 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T13:39:04.325 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T13:39:04.397 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T13:39:04.448 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-fuse. 2024-09-16T13:39:04.474 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:04.514 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:04.716 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T13:39:04.732 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T13:39:04.766 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:04.892 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mds. 2024-09-16T13:39:04.919 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:04.959 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:05.226 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T13:39:05.243 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T13:39:05.275 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T13:39:05.312 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package cephadm. 2024-09-16T13:39:05.339 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../070-cephadm_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:05.378 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:05.698 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-16T13:39:05.725 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-16T13:39:05.746 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-babel. 2024-09-16T13:39:05.747 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T13:39:05.764 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-16T13:39:05.774 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T13:39:05.774 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T13:39:05.813 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:05.813 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T13:39:06.067 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-16T13:39:06.083 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T13:39:06.125 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:06.150 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T13:39:06.177 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T13:39:06.184 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T13:39:06.212 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T13:39:06.216 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T13:39:06.251 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T13:39:06.528 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T13:39:06.554 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T13:39:06.555 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:06.582 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T13:39:06.594 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:06.724 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T13:39:06.931 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T13:39:06.958 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T13:39:06.997 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T13:39:07.173 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-babel. 2024-09-16T13:39:07.200 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-16T13:39:07.239 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:07.284 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-routes. 2024-09-16T13:39:07.311 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T13:39:07.350 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T13:39:07.377 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T13:39:07.405 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:07.443 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:07.584 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-jinja2. 2024-09-16T13:39:07.610 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-16T13:39:07.650 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T13:39:07.687 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T13:39:07.714 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:07.753 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:08.012 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-16T13:39:08.038 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:08.078 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:08.381 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T13:39:08.408 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T13:39:08.432 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-16T13:39:08.447 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T13:39:08.458 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-16T13:39:08.498 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-16T13:39:08.743 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T13:39:08.770 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T13:39:08.801 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-routes. 2024-09-16T13:39:08.809 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T13:39:08.827 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-16T13:39:08.867 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T13:39:09.147 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T13:39:09.174 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T13:39:09.187 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-16T13:39:09.213 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T13:39:09.214 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:09.253 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:09.525 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T13:39:09.553 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T13:39:09.592 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T13:39:09.880 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T13:39:09.907 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T13:39:09.967 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T13:39:10.284 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T13:39:10.311 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T13:39:10.350 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T13:39:10.526 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T13:39:10.555 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T13:39:10.592 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T13:39:10.645 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T13:39:10.661 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T13:39:10.706 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T13:39:11.079 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T13:39:11.107 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T13:39:11.145 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T13:39:11.174 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T13:39:11.202 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T13:39:11.337 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T13:39:11.666 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T13:39:11.693 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T13:39:11.732 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T13:39:11.965 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T13:39:11.993 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:12.040 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:12.069 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T13:39:12.096 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T13:39:12.220 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T13:39:12.251 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-16T13:39:12.280 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-16T13:39:12.317 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T13:39:12.368 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T13:39:12.396 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T13:39:12.434 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T13:39:12.722 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T13:39:12.749 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T13:39:12.754 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-joblib. 2024-09-16T13:39:12.780 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T13:39:12.781 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-16T13:39:12.812 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T13:39:12.947 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T13:39:12.976 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:13.013 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:13.042 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package jq. 2024-09-16T13:39:13.057 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T13:39:13.100 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T13:39:13.207 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-16T13:39:13.223 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-16T13:39:13.265 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-16T13:39:13.378 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package socat. 2024-09-16T13:39:13.406 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T13:39:13.445 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T13:39:13.543 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-sklearn. 2024-09-16T13:39:13.571 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-16T13:39:13.687 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T13:39:13.707 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T13:39:13.723 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T13:39:13.757 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T13:39:13.933 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T13:39:13.961 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T13:39:13.991 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T13:39:14.079 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-test. 2024-09-16T13:39:14.095 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:14.137 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:14.253 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T13:39:14.280 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T13:39:14.319 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T13:39:14.430 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-16T13:39:14.459 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:14.496 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:14.656 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T13:39:14.683 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T13:39:14.722 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T13:39:15.034 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T13:39:15.062 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T13:39:15.100 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T13:39:15.371 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T13:39:15.386 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T13:39:15.391 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-cachetools. 2024-09-16T13:39:15.419 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-16T13:39:15.420 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T13:39:15.458 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-16T13:39:15.749 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T13:39:15.761 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-16T13:39:15.776 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T13:39:15.789 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-16T13:39:15.815 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T13:39:15.827 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-16T13:39:16.119 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T13:39:16.146 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T13:39:16.156 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-16T13:39:16.184 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-16T13:39:16.185 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T13:39:16.222 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T13:39:16.489 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T13:39:16.516 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T13:39:16.534 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-rsa. 2024-09-16T13:39:16.555 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T13:39:16.562 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-16T13:39:16.600 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-16T13:39:16.693 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T13:39:16.721 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:16.759 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:16.870 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-google-auth. 2024-09-16T13:39:16.887 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-16T13:39:16.929 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-16T13:39:17.055 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T13:39:17.083 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:17.122 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:17.224 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-16T13:39:17.251 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-16T13:39:17.260 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T13:39:17.277 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:17.290 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T13:39:17.319 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:17.392 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T13:39:17.420 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T13:39:17.459 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T13:39:17.568 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-websocket. 2024-09-16T13:39:17.585 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-16T13:39:17.626 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-16T13:39:17.630 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T13:39:17.658 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T13:39:17.697 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T13:39:17.798 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T13:39:17.826 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T13:39:17.864 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T13:39:17.938 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-16T13:39:17.966 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-16T13:39:18.000 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T13:39:18.004 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T13:39:18.027 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T13:39:18.075 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T13:39:18.169 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T13:39:18.197 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T13:39:18.227 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T13:39:18.303 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package jq. 2024-09-16T13:39:18.330 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T13:39:18.369 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T13:39:18.622 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package socat. 2024-09-16T13:39:18.625 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package pkg-config. 2024-09-16T13:39:18.650 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T13:39:18.654 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T13:39:18.677 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-16T13:39:18.688 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T13:39:18.692 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T13:39:18.706 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:18.743 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:18.954 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T13:39:18.970 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T13:39:18.983 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T13:39:18.999 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T13:39:19.012 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T13:39:19.050 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T13:39:19.063 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-16T13:39:19.092 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-16T13:39:19.129 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T13:39:19.363 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-test. 2024-09-16T13:39:19.381 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:19.421 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:19.424 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T13:39:19.449 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-16T13:39:19.453 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T13:39:19.478 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T13:39:19.491 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T13:39:19.516 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T13:39:19.752 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package jq. 2024-09-16T13:39:19.753 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T13:39:19.768 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T13:39:19.769 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-16T13:39:19.802 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T13:39:19.810 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-16T13:39:20.063 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package socat. 2024-09-16T13:39:20.080 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-16T13:39:20.107 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T13:39:20.121 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-16T13:39:20.135 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T13:39:20.173 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T13:39:20.416 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package xmlstarlet. 2024-09-16T13:39:20.445 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-16T13:39:20.483 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-16T13:39:20.485 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T13:39:20.514 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T13:39:20.552 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T13:39:20.846 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-test. 2024-09-16T13:39:20.874 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:20.880 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-py. 2024-09-16T13:39:20.909 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T13:39:20.912 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:20.955 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T13:39:21.235 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T13:39:21.263 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T13:39:21.293 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T13:39:21.756 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T13:39:21.784 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T13:39:21.822 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T13:39:21.934 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T13:39:21.962 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:21.992 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:22.109 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-toml. 2024-09-16T13:39:22.137 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T13:39:22.168 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T13:39:22.280 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T13:39:22.307 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:22.346 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:22.471 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T13:39:22.500 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T13:39:22.537 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T13:39:22.590 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T13:39:22.618 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T13:39:22.648 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T13:39:22.877 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T13:39:22.905 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T13:39:22.943 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T13:39:22.962 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T13:39:22.990 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T13:39:23.028 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T13:39:23.213 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T13:39:23.229 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T13:39:23.304 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T13:39:23.408 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package ceph-volume. 2024-09-16T13:39:23.416 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T13:39:23.424 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4917-g8293d73f-1jammy_all.deb ... 2024-09-16T13:39:23.443 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T13:39:23.466 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:23.482 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T13:39:23.754 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-16T13:39:23.778 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:23.820 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:23.904 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package pkg-config. 2024-09-16T13:39:23.933 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T13:39:23.971 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T13:39:24.050 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package radosgw. 2024-09-16T13:39:24.078 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:24.116 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:24.140 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-16T13:39:24.168 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-16T13:39:24.206 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T13:39:24.215 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T13:39:24.232 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T13:39:24.265 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T13:39:24.536 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-16T13:39:24.564 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-16T13:39:24.602 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-16T13:39:24.694 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T13:39:24.722 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T13:39:24.760 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T13:39:24.957 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package nvme-cli. 2024-09-16T13:39:24.985 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-16T13:39:25.019 INFO:teuthology.orchestra.run.smithi151.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T13:39:25.023 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T13:39:25.035 INFO:teuthology.orchestra.run.smithi151.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:25.063 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T13:39:25.077 INFO:teuthology.orchestra.run.smithi151.stdout:Unpacking rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:25.091 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T13:39:25.129 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T13:39:25.356 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T13:39:25.412 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package pkg-config. 2024-09-16T13:39:25.440 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-16T13:39:25.478 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T13:39:25.598 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T13:39:25.698 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-16T13:39:25.714 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-16T13:39:25.724 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T13:39:25.756 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-16T13:39:25.758 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T13:39:25.787 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T13:39:25.824 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T13:39:25.984 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T13:39:26.094 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T13:39:26.122 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T13:39:26.176 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-16T13:39:26.177 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T13:39:26.204 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-16T13:39:26.243 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-16T13:39:26.350 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T13:39:26.497 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-py. 2024-09-16T13:39:26.525 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T13:39:26.529 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pastescript. 2024-09-16T13:39:26.557 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-16T13:39:26.563 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T13:39:26.595 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-16T13:39:26.779 INFO:teuthology.orchestra.run.smithi151.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T13:39:26.850 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T13:39:26.867 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T13:39:26.899 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pluggy. 2024-09-16T13:39:26.900 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T13:39:26.901 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:26.927 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-16T13:39:26.965 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-16T13:39:27.274 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-psutil. 2024-09-16T13:39:27.291 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-16T13:39:27.326 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-16T13:39:27.382 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T13:39:27.408 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T13:39:27.446 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T13:39:27.477 INFO:teuthology.orchestra.run.smithi151.stdout:Adding system user cephadm....done 2024-09-16T13:39:27.658 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T13:39:27.663 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-py. 2024-09-16T13:39:27.691 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-16T13:39:27.729 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-16T13:39:27.749 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-toml. 2024-09-16T13:39:27.777 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T13:39:27.815 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T13:39:28.016 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pygments. 2024-09-16T13:39:28.045 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-16T13:39:28.074 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T13:39:28.118 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T13:39:28.135 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T13:39:28.146 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T13:39:28.185 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T13:39:28.394 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T13:39:28.520 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-16T13:39:28.521 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T13:39:28.521 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T13:39:28.548 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-16T13:39:28.549 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T13:39:28.586 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-16T13:39:28.588 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T13:39:28.780 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T13:39:28.857 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T13:39:28.885 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T13:39:28.889 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-toml. 2024-09-16T13:39:28.918 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-16T13:39:28.924 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T13:39:28.964 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-16T13:39:29.031 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T13:39:29.157 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T13:39:29.267 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-pytest. 2024-09-16T13:39:29.296 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-16T13:39:29.333 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T13:39:29.483 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T13:39:29.603 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package radosgw. 2024-09-16T13:39:29.620 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:29.653 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:29.721 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package python3-simplejson. 2024-09-16T13:39:29.749 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-16T13:39:29.787 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-16T13:39:29.860 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T13:39:30.067 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-16T13:39:30.095 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-16T13:39:30.125 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-16T13:39:30.145 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T13:39:30.413 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T13:39:30.514 INFO:teuthology.orchestra.run.smithi098.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T13:39:30.530 INFO:teuthology.orchestra.run.smithi098.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:30.564 INFO:teuthology.orchestra.run.smithi098.stdout:Unpacking rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:30.698 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T13:39:30.871 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package radosgw. 2024-09-16T13:39:30.895 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T13:39:30.899 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../117-radosgw_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:30.937 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:30.940 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T13:39:31.145 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T13:39:31.249 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T13:39:31.271 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T13:39:31.530 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T13:39:31.567 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:31.818 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T13:39:31.857 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package rbd-fuse. 2024-09-16T13:39:31.866 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T13:39:31.885 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4917-g8293d73f-1jammy_amd64.deb ... 2024-09-16T13:39:31.923 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:31.944 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T13:39:32.078 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T13:39:32.196 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T13:39:32.219 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-16T13:39:32.281 INFO:teuthology.orchestra.run.smithi098.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T13:39:32.306 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T13:39:32.348 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:32.470 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-16T13:39:32.556 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T13:39:32.596 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-16T13:39:32.839 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-16T13:39:32.864 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user cephadm....done 2024-09-16T13:39:32.982 INFO:teuthology.orchestra.run.smithi151.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T13:39:33.012 INFO:teuthology.orchestra.run.smithi151.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T13:39:33.021 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T13:39:33.076 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T13:39:33.177 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T13:39:33.179 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-16T13:39:33.314 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T13:39:33.553 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:33.565 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T13:39:33.610 INFO:teuthology.orchestra.run.smithi184.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-16T13:39:33.679 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T13:39:33.691 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T13:39:33.756 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:33.938 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T13:39:33.951 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T13:39:34.189 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T13:39:34.202 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T13:39:34.214 INFO:teuthology.orchestra.run.smithi184.stdout:Adding system user cephadm....done 2024-09-16T13:39:34.320 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T13:39:34.362 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-16T13:39:34.507 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T13:39:34.605 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T13:39:34.631 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-16T13:39:34.633 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T13:39:34.873 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-16T13:39:34.957 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T13:39:35.000 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-16T13:39:35.225 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T13:39:35.285 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T13:39:35.349 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-16T13:39:35.510 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T13:39:35.536 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T13:39:35.679 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T13:39:35.694 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-16T13:39:35.770 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T13:39:35.788 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T13:39:35.820 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-16T13:39:36.021 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T13:39:36.081 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T13:39:36.147 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-16T13:39:36.255 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T13:39:36.473 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T13:39:36.489 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:36.498 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-16T13:39:36.724 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T13:39:36.757 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T13:39:36.766 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-16T13:39:36.883 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T13:39:37.026 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-16T13:39:37.034 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T13:39:37.109 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T13:39:37.161 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T13:39:37.278 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-16T13:39:37.286 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T13:39:37.394 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T13:39:37.529 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T13:39:37.540 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-16T13:39:37.737 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T13:39:37.796 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-16T13:39:37.887 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T13:39:37.918 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T13:39:37.983 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T13:39:37.996 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T13:39:38.031 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-ceph-argparse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:38.109 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T13:39:38.122 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:38.265 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-16T13:39:38.383 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-16T13:39:38.423 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T13:39:38.492 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-16T13:39:38.493 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:38.618 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-16T13:39:38.619 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T13:39:38.744 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-16T13:39:38.749 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T13:39:38.904 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T13:39:39.020 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-16T13:39:39.155 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T13:39:39.411 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-16T13:39:39.439 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T13:39:39.443 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-16T13:39:39.490 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-16T13:39:39.565 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T13:39:39.617 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-16T13:39:39.888 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T13:39:39.976 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:40.102 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-16T13:39:40.148 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:40.245 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T13:39:40.282 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T13:39:40.403 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-16T13:39:40.504 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T13:39:40.550 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T13:39:40.630 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T13:39:40.659 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T13:39:40.679 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-16T13:39:40.756 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T13:39:40.760 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T13:39:40.989 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up zip (3.0-12build2) ... 2024-09-16T13:39:41.036 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T13:39:41.090 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-16T13:39:41.274 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T13:39:41.296 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T13:39:41.538 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:41.664 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T13:39:41.666 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T13:39:41.775 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-16T13:39:41.926 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T13:39:41.965 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T13:39:42.035 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-16T13:39:42.161 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-16T13:39:42.233 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T13:39:42.286 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T13:39:42.286 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-16T13:39:42.493 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T13:39:42.579 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T13:39:42.588 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-16T13:39:42.744 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T13:39:42.931 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T13:39:42.947 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-16T13:39:42.986 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T13:39:43.173 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T13:39:43.181 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-16T13:39:43.287 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T13:39:43.299 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:43.388 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T13:39:43.558 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-16T13:39:43.609 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T13:39:43.647 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T13:39:43.765 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T13:39:43.843 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-16T13:39:43.951 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T13:39:44.058 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T13:39:44.178 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-16T13:39:44.343 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T13:39:44.420 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-16T13:39:44.546 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:44.593 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T13:39:44.703 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T13:39:44.829 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:44.839 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-16T13:39:44.917 INFO:teuthology.orchestra.run.smithi151.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T13:39:45.138 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T13:39:45.149 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-16T13:39:45.166 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T13:39:45.239 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T13:39:45.417 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:45.535 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T13:39:45.633 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T13:39:45.803 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T13:39:45.892 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T13:39:45.921 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T13:39:46.022 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T13:39:46.026 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T13:39:46.277 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:46.290 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T13:39:46.305 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-16T13:39:46.403 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T13:39:46.548 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:46.566 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T13:39:46.691 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-16T13:39:46.729 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T13:39:46.825 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:46.942 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-16T13:39:46.943 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T13:39:47.030 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T13:39:47.043 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-16T13:39:47.152 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-16T13:39:47.236 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T13:39:47.289 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T13:39:47.416 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T13:39:47.445 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-16T13:39:47.487 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T13:39:47.692 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T13:39:47.696 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-16T13:39:47.730 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T13:39:47.956 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:47.989 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T13:39:48.036 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T13:39:48.090 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-16T13:39:48.232 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T13:39:48.296 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T13:39:48.367 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-16T13:39:48.500 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T13:39:48.618 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-16T13:39:48.626 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T13:39:48.672 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T13:39:48.877 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-16T13:39:48.910 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T13:39:48.957 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T13:39:49.020 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T13:39:49.296 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T13:39:49.301 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T13:39:49.362 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-16T13:39:49.427 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:49.553 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:49.581 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T13:39:49.613 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-16T13:39:49.704 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T13:39:49.856 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T13:39:49.880 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-16T13:39:49.982 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T13:39:49.998 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-16T13:39:50.015 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:50.108 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:50.141 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:50.197 INFO:teuthology.orchestra.run.smithi098.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T13:39:50.267 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T13:39:50.291 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-16T13:39:50.392 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-16T13:39:50.460 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T13:39:50.552 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:50.586 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T13:39:50.669 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-16T13:39:50.670 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:50.796 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:50.971 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T13:39:50.978 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-16T13:39:51.005 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T13:39:51.005 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T13:39:51.224 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T13:39:51.229 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-16T13:39:51.323 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T13:39:51.355 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-16T13:39:51.463 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:51.481 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-16T13:39:51.564 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:51.570 INFO:teuthology.orchestra.run.smithi184.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-16T13:39:51.574 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:51.665 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:51.700 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T13:39:51.791 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T13:39:51.816 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-16T13:39:51.917 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-16T13:39:52.018 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T13:39:52.311 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T13:39:52.327 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-16T13:39:52.579 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T13:39:52.586 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-16T13:39:52.680 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T13:39:52.713 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-16T13:39:52.922 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T13:39:52.945 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:52.972 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-16T13:39:53.071 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:53.089 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-16T13:39:53.196 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:53.259 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T13:39:53.339 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:53.416 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-16T13:39:53.465 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:53.519 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T13:39:53.701 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-16T13:39:53.879 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T13:39:53.985 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-16T13:39:54.000 INFO:teuthology.orchestra.run.smithi151.stdout:Adding group ceph....done 2024-09-16T13:39:54.111 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-16T13:39:54.155 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T13:39:54.378 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-16T13:39:54.384 INFO:teuthology.orchestra.run.smithi151.stdout:Adding system user ceph....done 2024-09-16T13:39:54.483 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T13:39:54.552 INFO:teuthology.orchestra.run.smithi151.stdout:Setting system user ceph properties....done 2024-09-16T13:39:54.568 INFO:teuthology.orchestra.run.smithi151.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T13:39:54.609 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:54.700 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T13:39:54.735 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:54.756 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-16T13:39:54.861 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T13:39:54.986 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T13:39:55.008 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-16T13:39:55.173 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:55.274 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:55.377 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-16T13:39:55.391 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T13:39:55.491 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:55.617 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:55.661 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-16T13:39:55.667 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:55.777 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:55.878 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.022 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-16T13:39:56.071 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T13:39:56.071 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T13:39:56.090 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T13:39:56.090 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T13:39:56.140 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librados2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.250 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.376 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-16T13:39:56.527 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.563 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.664 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.712 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libcephfs2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.782 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.855 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libradosstriper1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:56.869 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T13:39:56.891 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T13:39:56.981 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-16T13:39:57.249 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librbd1 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:57.350 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-modules-core (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:57.353 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:57.451 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:57.579 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T13:39:57.579 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T13:39:57.664 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T13:39:57.664 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-16T13:39:58.022 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.103 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.153 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up libcephfs-dev (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.230 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T13:39:58.231 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T13:39:58.237 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.304 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rados (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.364 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.447 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up librgw2 (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.489 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.616 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.679 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-16T13:39:58.698 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:58.983 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T13:39:58.983 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T13:39:59.141 INFO:teuthology.orchestra.run.smithi098.stdout:Adding group ceph....done 2024-09-16T13:39:59.443 INFO:teuthology.orchestra.run.smithi098.stdout:Adding system user ceph....done 2024-09-16T13:39:59.449 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:59.584 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:59.612 INFO:teuthology.orchestra.run.smithi098.stdout:Setting system user ceph properties....done 2024-09-16T13:39:59.627 INFO:teuthology.orchestra.run.smithi098.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T13:39:59.735 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:39:59.765 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T13:39:59.949 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T13:39:59.949 INFO:teuthology.orchestra.run.smithi151.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T13:40:00.019 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rbd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.122 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T13:40:00.146 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up rbd-fuse (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.271 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-rgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.397 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up python3-cephfs (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.405 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.523 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-common (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.553 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.600 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.679 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.718 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.822 INFO:teuthology.orchestra.run.smithi151.stdout:Setting up ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:00.974 INFO:teuthology.orchestra.run.smithi184.stdout:Adding group ceph....done 2024-09-16T13:40:01.158 INFO:teuthology.orchestra.run.smithi151.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T13:40:01.187 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T13:40:01.187 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T13:40:01.267 INFO:teuthology.orchestra.run.smithi151.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T13:40:01.334 INFO:teuthology.orchestra.run.smithi184.stdout:Adding system user ceph....done 2024-09-16T13:40:01.395 INFO:teuthology.orchestra.run.smithi151.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T13:40:01.478 INFO:teuthology.orchestra.run.smithi184.stdout:Setting system user ceph properties....done 2024-09-16T13:40:01.496 INFO:teuthology.orchestra.run.smithi184.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-16T13:40:01.635 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-16T13:40:01.933 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-16T13:40:02.089 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:02.417 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-test (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:02.447 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T13:40:02.543 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up radosgw (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:02.896 INFO:teuthology.orchestra.run.smithi151.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T13:40:02.898 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:03.024 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T13:40:03.024 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-16T13:40:03.113 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T13:40:03.114 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T13:40:03.475 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-base (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:03.570 INFO:teuthology.orchestra.run.smithi151.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T13:40:03.576 DEBUG:teuthology.parallel:result is None 2024-09-16T13:40:03.577 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:03.791 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T13:40:03.791 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T13:40:03.967 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-16T13:40:04.259 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:04.432 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mds (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:04.521 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T13:40:04.521 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T13:40:04.812 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T13:40:04.812 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-16T13:40:04.986 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:05.112 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:05.255 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:05.286 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:05.452 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T13:40:05.453 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T13:40:05.499 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T13:40:05.500 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-16T13:40:05.923 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:05.954 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-osd (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:06.066 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:06.192 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:06.226 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T13:40:06.226 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-16T13:40:06.343 INFO:teuthology.orchestra.run.smithi098.stdout:Setting up ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:06.689 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:06.781 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T13:40:06.815 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:06.890 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T13:40:06.950 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mon (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:07.034 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T13:40:07.148 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T13:40:07.148 INFO:teuthology.orchestra.run.smithi184.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-16T13:40:07.626 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-cephadm (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:07.768 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:07.895 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-mgr-dashboard (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:08.046 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up ceph-volume (19.3.0-4917-g8293d73f-1jammy) ... 2024-09-16T13:40:08.093 INFO:teuthology.orchestra.run.smithi098.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T13:40:08.407 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-16T13:40:08.516 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-16T13:40:08.669 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-16T13:40:08.728 INFO:teuthology.orchestra.run.smithi098.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T13:40:08.733 DEBUG:teuthology.parallel:result is None 2024-09-16T13:40:09.460 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-16T13:40:10.452 INFO:teuthology.orchestra.run.smithi184.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-16T13:40:10.457 DEBUG:teuthology.parallel:result is None 2024-09-16T13:40:10.458 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:40:10.605 DEBUG:teuthology.orchestra.run.smithi098:> dpkg-query -W -f '${Version}' ceph 2024-09-16T13:40:10.624 INFO:teuthology.orchestra.run.smithi098.stdout:19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:40:10.625 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:40:10.625 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-g8293d73f-1jammy is installed. 2024-09-16T13:40:10.627 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:40:10.761 DEBUG:teuthology.orchestra.run.smithi151:> dpkg-query -W -f '${Version}' ceph 2024-09-16T13:40:10.780 INFO:teuthology.orchestra.run.smithi151.stdout:19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:40:10.781 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:40:10.781 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-g8293d73f-1jammy is installed. 2024-09-16T13:40:10.782 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:40:10.915 DEBUG:teuthology.orchestra.run.smithi184:> dpkg-query -W -f '${Version}' ceph 2024-09-16T13:40:10.934 INFO:teuthology.orchestra.run.smithi184.stdout:19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:40:10.934 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4917-g8293d73f-1jammy 2024-09-16T13:40:10.934 INFO:teuthology.task.install:The correct ceph version 19.3.0-4917-g8293d73f-1jammy is installed. 2024-09-16T13:40:10.936 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-16T13:40:10.936 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:40:10.936 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T13:40:10.950 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:40:10.950 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T13:40:10.965 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:40:10.965 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-16T13:40:10.989 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-16T13:40:10.989 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:40:10.989 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T13:40:11.003 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T13:40:11.065 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:40:11.065 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T13:40:11.078 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T13:40:11.134 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:40:11.134 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/daemon-helper 2024-09-16T13:40:11.148 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-16T13:40:11.199 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-16T13:40:11.200 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:40:11.200 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T13:40:11.213 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T13:40:11.267 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:40:11.267 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T13:40:11.281 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T13:40:11.334 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:40:11.334 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-16T13:40:11.348 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-16T13:40:11.400 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-16T13:40:11.400 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:40:11.400 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T13:40:11.413 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T13:40:11.467 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:40:11.468 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T13:40:11.480 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T13:40:11.535 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:40:11.535 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/usr/bin/stdin-killer 2024-09-16T13:40:11.549 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-16T13:40:11.605 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-16T13:40:11.709 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', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705'} 2024-09-16T13:40:11.710 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:40:11.710 INFO:tasks.cephadm:Cluster fsid is 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:40:11.710 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-16T13:40:11.711 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.98', 'mon.b': '172.21.15.151', 'mon.c': '172.21.15.184'} 2024-09-16T13:40:11.711 INFO:tasks.cephadm:First mon is mon.a on smithi098 2024-09-16T13:40:11.711 INFO:tasks.cephadm:First mgr is a 2024-09-16T13:40:11.711 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-16T13:40:11.711 DEBUG:teuthology.orchestra.run.smithi098:> sudo hostname $(hostname -s) 2024-09-16T13:40:11.726 DEBUG:teuthology.orchestra.run.smithi151:> sudo hostname $(hostname -s) 2024-09-16T13:40:11.741 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-09-16T13:40:11.755 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-16T13:40:11.756 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:40:11.895 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '8293d73f8690540e843a81caec373f9cc29cf705', '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/83046/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4917-g8293d73f', 'node_name': '172.21.2.11+braggi11', '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.3.0-4917-g8293d73f-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-13 17:57:06.888124', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-13-1248', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-16T13:40:12.040 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-guits-main-2024-09-13-1248, sha1 8293d73f8690540e843a81caec373f9cc29cf705 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:40:12.046 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-16T13:40:12.046 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-16T13:40:12.046 DEBUG:teuthology.orchestra.run.smithi098:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:12.516 INFO:teuthology.orchestra.run.smithi098.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811871 Sep 16 13:40 /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:12.516 DEBUG:teuthology.orchestra.run.smithi151:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:12.969 INFO:teuthology.orchestra.run.smithi151.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811871 Sep 16 13:40 /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:12.969 DEBUG:teuthology.orchestra.run.smithi184:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-13-1248/8293d73f8690540e843a81caec373f9cc29cf705/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:13.408 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811871 Sep 16 13:40 /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:13.408 DEBUG:teuthology.orchestra.run.smithi098:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:13.416 DEBUG:teuthology.orchestra.run.smithi151:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:13.424 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-16T13:40:13.646 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 on all hosts... 2024-09-16T13:40:13.646 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T13:40:13.649 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T13:40:13.651 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 pull 2024-09-16T13:40:13.831 INFO:teuthology.orchestra.run.smithi098.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T13:40:13.835 INFO:teuthology.orchestra.run.smithi151.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T13:40:13.836 INFO:teuthology.orchestra.run.smithi184.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T13:41:24.330 INFO:teuthology.orchestra.run.smithi151.stdout:{ 2024-09-16T13:41:24.331 INFO:teuthology.orchestra.run.smithi151.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T13:41:24.331 INFO:teuthology.orchestra.run.smithi151.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T13:41:24.331 INFO:teuthology.orchestra.run.smithi151.stdout: "repo_digests": [ 2024-09-16T13:41:24.331 INFO:teuthology.orchestra.run.smithi151.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T13:41:24.331 INFO:teuthology.orchestra.run.smithi151.stdout: ] 2024-09-16T13:41:24.332 INFO:teuthology.orchestra.run.smithi151.stdout:} 2024-09-16T13:41:35.627 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-09-16T13:41:35.627 INFO:teuthology.orchestra.run.smithi098.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T13:41:35.627 INFO:teuthology.orchestra.run.smithi098.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T13:41:35.627 INFO:teuthology.orchestra.run.smithi098.stdout: "repo_digests": [ 2024-09-16T13:41:35.627 INFO:teuthology.orchestra.run.smithi098.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T13:41:35.627 INFO:teuthology.orchestra.run.smithi098.stdout: ] 2024-09-16T13:41:35.628 INFO:teuthology.orchestra.run.smithi098.stdout:} 2024-09-16T13:41:36.851 INFO:teuthology.orchestra.run.smithi184.stdout:{ 2024-09-16T13:41:36.852 INFO:teuthology.orchestra.run.smithi184.stdout: "ceph_version": "ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev)", 2024-09-16T13:41:36.852 INFO:teuthology.orchestra.run.smithi184.stdout: "image_id": "425e316ba8ebf74f04aa3640f7deb4fa3f293a78d0c8d097cb679eaf86ddca6c", 2024-09-16T13:41:36.852 INFO:teuthology.orchestra.run.smithi184.stdout: "repo_digests": [ 2024-09-16T13:41:36.852 INFO:teuthology.orchestra.run.smithi184.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce" 2024-09-16T13:41:36.852 INFO:teuthology.orchestra.run.smithi184.stdout: ] 2024-09-16T13:41:36.852 INFO:teuthology.orchestra.run.smithi184.stdout:} 2024-09-16T13:41:36.901 DEBUG:teuthology.orchestra.run.smithi098:> sudo mkdir -p /etc/ceph 2024-09-16T13:41:36.916 DEBUG:teuthology.orchestra.run.smithi151:> sudo mkdir -p /etc/ceph 2024-09-16T13:41:36.931 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2024-09-16T13:41:36.944 DEBUG:teuthology.orchestra.run.smithi098:> sudo chmod 777 /etc/ceph 2024-09-16T13:41:36.971 DEBUG:teuthology.orchestra.run.smithi151:> sudo chmod 777 /etc/ceph 2024-09-16T13:41:36.987 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2024-09-16T13:41:36.999 INFO:tasks.cephadm:Writing seed config... 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-16T13:41:37.000 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-16T13:41:37.001 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:41:37.001 DEBUG:teuthology.orchestra.run.smithi098:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-16T13:41:37.019 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 = 3240e16a-7431-11ef-bceb-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-09-16T13:41:37.020 DEBUG:teuthology.orchestra.run.smithi098:mon.a> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a.service 2024-09-16T13:41:37.066 DEBUG:teuthology.orchestra.run.smithi098:mgr.a> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.a.service 2024-09-16T13:41:37.108 INFO:tasks.cephadm:Bootstrapping... 2024-09-16T13:41:37.108 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 -v bootstrap --fsid 3240e16a-7431-11ef-bceb-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.98 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:41:37.336 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-09-16T13:41:37.336 INFO:teuthology.orchestra.run.smithi098.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705', '-v', 'bootstrap', '--fsid', '3240e16a-7431-11ef-bceb-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.98', '--skip-admin-label'] 2024-09-16T13:41:37.337 INFO:teuthology.orchestra.run.smithi098.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-16T13:41:37.337 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying podman|docker is present... 2024-09-16T13:41:37.337 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying lvm2 is present... 2024-09-16T13:41:37.337 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying time synchronization is in place... 2024-09-16T13:41:37.343 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T13:41:37.344 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T13:41:37.348 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T13:41:37.348 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.352 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-16T13:41:37.352 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-16T13:41:37.356 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-16T13:41:37.356 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.359 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-16T13:41:37.360 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout masked 2024-09-16T13:41:37.363 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-16T13:41:37.363 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.366 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-16T13:41:37.366 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-16T13:41:37.369 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-16T13:41:37.369 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.372 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout enabled 2024-09-16T13:41:37.375 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout active 2024-09-16T13:41:37.375 INFO:teuthology.orchestra.run.smithi098.stdout:Unit ntp.service is enabled and running 2024-09-16T13:41:37.376 INFO:teuthology.orchestra.run.smithi098.stdout:Repeating the final host check... 2024-09-16T13:41:37.376 INFO:teuthology.orchestra.run.smithi098.stdout:docker (/usr/bin/docker) is present 2024-09-16T13:41:37.376 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl is present 2024-09-16T13:41:37.376 INFO:teuthology.orchestra.run.smithi098.stdout:lvcreate is present 2024-09-16T13:41:37.379 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-16T13:41:37.379 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-16T13:41:37.382 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-16T13:41:37.382 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.385 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-16T13:41:37.385 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-16T13:41:37.388 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-16T13:41:37.388 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.391 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-16T13:41:37.391 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout masked 2024-09-16T13:41:37.394 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-16T13:41:37.394 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.397 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-16T13:41:37.397 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-16T13:41:37.400 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-16T13:41:37.400 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout inactive 2024-09-16T13:41:37.403 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout enabled 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stdout active 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Unit ntp.service is enabled and running 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Host looks OK 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Cluster fsid: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Acquiring lock 140308623582896 on /run/cephadm/3240e16a-7431-11ef-bceb-c7b262605968.lock 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Lock 140308623582896 acquired on /run/cephadm/3240e16a-7431-11ef-bceb-c7b262605968.lock 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying IP 172.21.15.98 port 3300 ... 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying IP 172.21.15.98 port 6789 ... 2024-09-16T13:41:37.407 INFO:teuthology.orchestra.run.smithi098.stdout:Base mon IP(s) is [172.21.15.98:3300, 172.21.15.98:6789], mon addrv is [v2:172.21.15.98:3300,v1:172.21.15.98:6789] 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.98 metric 100 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.98 metric 100 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.98 metric 100 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.98 metric 100 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.98 metric 100 2024-09-16T13:41:37.410 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.98 metric 100 2024-09-16T13:41:37.411 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-16T13:41:37.411 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-16T13:41:37.411 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1795sec pref medium 2024-09-16T13:41:37.413 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-16T13:41:37.413 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-16T13:41:37.413 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T13:41:37.414 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-16T13:41:37.414 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d26b/64 scope link 2024-09-16T13:41:37.414 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.0.0/20` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.0.0/20` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.0.1/32` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.0.1/32` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.0.2/32` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.0.2/32` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.15.254/32` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.stdout:Mon IP `172.21.15.98` is in CIDR network `172.21.15.254/32` 2024-09-16T13:41:37.415 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:37.416 INFO:teuthology.orchestra.run.smithi098.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-16T13:41:37.416 INFO:teuthology.orchestra.run.smithi098.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705... 2024-09-16T13:41:37.654 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/docker: stdout 8293d73f8690540e843a81caec373f9cc29cf705: Pulling from ceph-ci/ceph 2024-09-16T13:41:37.655 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/docker: stdout Digest: sha256:f7ad55f9ccd17ba66aadb19b4d291e67b60ea24e5d8a0c0e92941fd59c81e4ce 2024-09-16T13:41:37.655 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:41:37.655 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 2024-09-16T13:41:39.356 INFO:teuthology.orchestra.run.smithi098.stdout:ceph: stdout ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T13:41:39.357 INFO:teuthology.orchestra.run.smithi098.stdout:Ceph version: ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev) 2024-09-16T13:41:39.357 INFO:teuthology.orchestra.run.smithi098.stdout:Extracting ceph user uid/gid from container image... 2024-09-16T13:41:40.737 INFO:teuthology.orchestra.run.smithi098.stdout:stat: stdout 167 167 2024-09-16T13:41:40.737 INFO:teuthology.orchestra.run.smithi098.stdout:Creating initial keys... 2024-09-16T13:41:42.218 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-authtool: stdout AQCVNehmldFwJhAA6r6JqI8LtrtPDCLOZ5ZMhQ== 2024-09-16T13:41:43.599 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-authtool: stdout AQCXNehmAt4hBBAAv5+bmrH4AKl7OVfYhSVedw== 2024-09-16T13:41:45.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-authtool: stdout AQCYNehmybDiHRAAEMKkQsspMT6WNVHxBUiyjg== 2024-09-16T13:41:45.039 INFO:teuthology.orchestra.run.smithi098.stdout:Creating initial monmap... 2024-09-16T13:41:46.545 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T13:41:46.545 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-16T13:41:46.545 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:46.545 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T13:41:46.546 INFO:teuthology.orchestra.run.smithi098.stdout:monmaptool for a [v2:172.21.15.98:3300,v1:172.21.15.98:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-16T13:41:46.546 INFO:teuthology.orchestra.run.smithi098.stdout:setting min_mon_release = quincy 2024-09-16T13:41:46.546 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/monmaptool: set fsid to 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:46.546 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-16T13:41:46.546 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:41:46.546 INFO:teuthology.orchestra.run.smithi098.stdout:Creating mon... 2024-09-16T13:41:48.018 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.456+0000 7f80b2f40c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-16T13:41:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.456+0000 7f80b2f40c80 1 imported monmap: 2024-09-16T13:41:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-16T13:41:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:48.019 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-16T13:41:48.031 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-16T13:41:48.031 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:41:48.031 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.456+0000 7f80b2f40c80 0 /usr/bin/ceph-mon: set fsid to 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Git sha 0 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: DB SUMMARY 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: DB Session ID: 352PWG3KJ8JQLDAK936B 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-16T13:41:48.032 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.error_if_exists: 0 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.create_if_missing: 1 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.env: 0x55c72de23120 2024-09-16T13:41:48.033 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-16T13:41:48.034 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.info_log: 0x55c72fb14bc0 2024-09-16T13:41:48.034 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-16T13:41:48.034 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.statistics: (nil) 2024-09-16T13:41:48.034 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.use_fsync: 0 2024-09-16T13:41:48.034 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-16T13:41:48.035 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T13:41:48.035 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T13:41:48.035 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-16T13:41:48.035 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-16T13:41:48.035 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.db_log_dir: 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.wal_dir: 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T13:41:48.036 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.write_buffer_manager: 0x55c72fb0dcc0 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T13:41:48.037 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.unordered_write: 0 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.row_cache: None 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.wal_filter: None 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-16T13:41:48.038 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.two_write_queues: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.wal_compression: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.atomic_flush: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-16T13:41:48.039 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_open_files: -1 2024-09-16T13:41:48.040 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Compression algorithms supported: 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kZSTD supported: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kXpressCompression supported: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kZlibCompression supported: 1 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-16T13:41:48.041 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-16T13:41:48.042 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T13:41:48.042 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T13:41:48.042 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-16T13:41:48.042 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.042 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-16T13:41:48.042 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.042 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T13:41:48.067 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.067 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T13:41:48.067 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.merge_operator: 2024-09-16T13:41:48.067 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_filter: None 2024-09-16T13:41:48.067 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c72fb14820) 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-16T13:41:48.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55c72fafd610 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-16T13:41:48.069 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-16T13:41:48.070 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression: NoCompression 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.num_levels: 7 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T13:41:48.071 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-16T13:41:48.072 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T13:41:48.073 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T13:41:48.074 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-16T13:41:48.075 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.bloom_locality: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.ttl: 2592000 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T13:41:48.076 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.enable_blob_files: false 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.min_blob_size: 0 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 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-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.077 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7f20f92b-d9f3-4e42-91e8-a1e115219c5e 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.460+0000 7f80b2f40c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.464+0000 7f80b2f40c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c72fb2ce00 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.464+0000 7f80b2f40c80 4 rocksdb: DB pointer 0x55c72fc0e000 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.464+0000 7f80aa6cb640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.464+0000 7f80aa6cb640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.078 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.079 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.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-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55c72fafd610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-16T13:41:48.080 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr 2024-09-16T13:41:48.081 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.464+0000 7f80b2f40c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-16T13:41:48.081 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.464+0000 7f80b2f40c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-16T13:41:48.081 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-16T13:41:47.464+0000 7f80b2f40c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-16T13:41:48.081 INFO:teuthology.orchestra.run.smithi098.stdout:create mon.a on 2024-09-16T13:41:48.302 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-16T13:41:48.505 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-16T13:41:48.728 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-3240e16a-7431-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-c7b262605968.target. 2024-09-16T13:41:48.728 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-3240e16a-7431-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-c7b262605968.target. 2024-09-16T13:41:49.006 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a 2024-09-16T13:41:49.006 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-16T13:41:49.202 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-c7b262605968.target.wants/ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-c7b262605968@.service. 2024-09-16T13:41:49.211 INFO:teuthology.orchestra.run.smithi098.stdout:firewalld does not appear to be present 2024-09-16T13:41:49.211 INFO:teuthology.orchestra.run.smithi098.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T13:41:49.211 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for mon to start... 2024-09-16T13:41:49.211 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for mon... 2024-09-16T13:41:50.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:50 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.687310+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T13:41:51.431 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout cluster: 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout id: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout services: 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.167741s) 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout data: 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-16T13:41:51.432 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout pgs: 2024-09-16T13:41:51.433 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:41:51.433 INFO:teuthology.orchestra.run.smithi098.stdout:mon is available 2024-09-16T13:41:51.433 INFO:teuthology.orchestra.run.smithi098.stdout:Assimilating anything we can from ceph.conf... 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712209+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712209+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712448+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712448+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712458+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712458+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712465+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712465+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712473+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:51.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712473+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712483+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712483+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712490+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712490+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712498+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.712498+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.714947+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.714947+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.717330+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.717330+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.717777+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: cluster 2024-09-16T13:41:50.717777+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: audit 2024-09-16T13:41:50.879897+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.98:0/4112056250' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-16T13:41:51.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:51 smithi098 bash[22364]: audit 2024-09-16T13:41:50.879897+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.98:0/4112056250' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-16T13:41:52.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:52 smithi098 bash[22364]: audit 2024-09-16T13:41:52.501798+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.98:0/2318462181' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T13:41:52.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:52 smithi098 bash[22364]: audit 2024-09-16T13:41:52.501798+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.98:0/2318462181' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T13:41:52.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:52 smithi098 bash[22364]: audit 2024-09-16T13:41:52.505727+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.98:0/2318462181' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T13:41:52.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:52 smithi098 bash[22364]: audit 2024-09-16T13:41:52.505727+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.98:0/2318462181' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T13:41:53.054 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:41:53.054 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T13:41:53.054 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout fsid = 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:53.054 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T13:41:53.054 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.98:3300,v1:172.21.15.98:6789] 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-16T13:41:53.055 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T13:41:53.056 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:41:53.056 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T13:41:53.056 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T13:41:53.056 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T13:41:53.056 INFO:teuthology.orchestra.run.smithi098.stdout:Generating new minimal ceph.conf... 2024-09-16T13:41:54.552 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:54 smithi098 bash[22364]: audit 2024-09-16T13:41:54.257283+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.98:0/4056371072' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:41:54.552 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:54 smithi098 bash[22364]: audit 2024-09-16T13:41:54.257283+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.98:0/4056371072' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:41:54.769 INFO:teuthology.orchestra.run.smithi098.stdout:Restarting the monitor... 2024-09-16T13:41:54.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:54 smithi098 systemd[1]: Stopping Ceph mon.a for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:41:55.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:54 smithi098 bash[22364]: debug 2024-09-16T13:41:54.895+0000 7f6cd0c5c640 -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-09-16T13:41:55.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:54 smithi098 bash[22364]: debug 2024-09-16T13:41:54.895+0000 7f6cd0c5c640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-16T13:41:55.507 INFO:teuthology.orchestra.run.smithi098.stdout:Setting public_network to 172.21.0.2/32,172.21.0.1/32,172.21.15.254/32,172.21.0.0/20 in mon config section 2024-09-16T13:41:55.618 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:55 smithi098 bash[22748]: ceph-3240e16a-7431-11ef-bceb-c7b262605968-mon-a 2024-09-16T13:41:55.618 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:55 smithi098 bash[22807]: ceph-3240e16a-7431-11ef-bceb-c7b262605968-mon-a 2024-09-16T13:41:55.618 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:55 smithi098 systemd[1]: ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-16T13:41:55.618 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:55 smithi098 systemd[1]: Stopped Ceph mon.a for 3240e16a-7431-11ef-bceb-c7b262605968. 2024-09-16T13:41:55.618 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:55 smithi098 systemd[1]: Started Ceph mon.a for 3240e16a-7431-11ef-bceb-c7b262605968. 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.879+0000 7f3e0400bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.879+0000 7f3e0400bc80 0 ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.879+0000 7f3e0400bc80 0 pidfile_write: ignore empty --pid-file 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 0 load: jerasure load: lrc 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Git sha 0 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: DB SUMMARY 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: DB Session ID: EQE3FAFNWY00TZD0EAE1 2024-09-16T13:41:57.076 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: CURRENT file: CURRENT 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88808 ; 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.error_if_exists: 0 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.create_if_missing: 0 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.env: 0x556fe5182120 2024-09-16T13:41:57.077 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.info_log: 0x556fe6591700 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.statistics: (nil) 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.use_fsync: 0 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-16T13:41:57.078 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.db_log_dir: 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.wal_dir: 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.write_buffer_manager: 0x556fe6595b80 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T13:41:57.079 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.unordered_write: 0 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.row_cache: None 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.wal_filter: None 2024-09-16T13:41:57.080 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.two_write_queues: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.883+0000 7f3e0400bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.wal_compression: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.atomic_flush: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T13:41:57.081 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-16T13:41:57.082 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-16T13:41:57.082 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T13:41:57.082 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-16T13:41:57.082 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-16T13:41:57.083 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-16T13:41:57.083 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T13:41:57.083 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_open_files: -1 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-16T13:41:57.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Compression algorithms supported: 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kZSTD supported: 0 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kXpressCompression supported: 0 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kZlibCompression supported: 1 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-16T13:41:57.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.merge_operator: 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_filter: None 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556fe6591320) 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cache_index_and_filter_blocks: 1 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: pin_top_level_index_and_filter: 1 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: index_type: 0 2024-09-16T13:41:57.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: data_block_index_type: 0 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: index_shortening: 1 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: data_block_hash_table_util_ratio: 0.750000 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: checksum: 4 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: no_block_cache: 0 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_cache: 0x556fe6587610 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_cache_name: BinnedLRUCache 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_cache_options: 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: capacity : 536870912 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: num_shard_bits : 4 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: strict_capacity_limit : 0 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: high_pri_pool_ratio: 0.000 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_cache_compressed: (nil) 2024-09-16T13:41:57.087 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: persistent_cache: (nil) 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_size: 4096 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_size_deviation: 10 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_restart_interval: 16 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: index_block_restart_interval: 1 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: metadata_block_size: 4096 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: partition_filters: 0 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: use_delta_encoding: 1 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: filter_policy: bloomfilter 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: whole_key_filtering: 1 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: verify_compression: 0 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: read_amp_bytes_per_bit: 0 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: format_version: 5 2024-09-16T13:41:57.088 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: enable_index_compression: 1 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: block_align: 0 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: max_auto_readahead_size: 262144 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: prepopulate_block_cache: 0 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: initial_auto_readahead_size: 8192 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: num_file_reads_for_auto_readahead: 2 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression: NoCompression 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.num_levels: 7 2024-09-16T13:41:57.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:41:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-16T13:41:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T13:41:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T13:41:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.bloom_locality: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.ttl: 2592000 2024-09-16T13:41:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.enable_blob_files: false 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.min_blob_size: 0 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 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-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-16T13:41:57.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7f20f92b-d9f3-4e42-91e8-a1e115219c5e 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494116893092, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494116894196, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85553, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83700, "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": 10145, "raw_average_key_size": 46, "raw_value_size": 77840, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "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": 1726494116, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7f20f92b-d9f3-4e42-91e8-a1e115219c5e", "db_session_id": "EQE3FAFNWY00TZD0EAE1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494116894311, "job": 1, "event": "recovery_finished"} 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 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-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x556fe65b4e00 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.887+0000 7f3e0400bc80 4 rocksdb: DB pointer 0x556fe66b8000 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3df9dd3640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3df9dd3640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: ** DB Stats ** 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T13:41:57.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: ** Compaction Stats [default] ** 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: 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-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: L0 2/0 85.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Sum 2/0 85.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: ** Compaction Stats [default] ** 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: 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-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T13:41:57.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: AddFile(Keys): cumulative 0, interval 0 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Cumulative compaction: 0.00 GB write, 21.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Interval compaction: 0.00 GB write, 21.05 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: 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-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: Block cache BinnedLRUCache@0x556fe6587610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 3.9e-05 secs_since: 0 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: 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-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: ** File Read Latency Histogram By Level [default] ** 2024-09-16T13:41:57.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] at bind addrs [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 1 mon.a@-1(???) e1 preinit fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 0 mon.a@-1(???).mds e1 new map 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 0 mon.a@-1(???).mds e1 print_map 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: e1 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: btime 2024-09-16T13:41:50:712894+0000 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: 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-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: legacy client fscid: -1 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: No filesystems configured 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:41:57.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: debug 2024-09-16T13:41:56.891+0000 7f3e0400bc80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901393+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901393+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901452+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901452+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901461+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901461+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901468+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901468+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901477+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:57.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901477+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901488+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901488+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901496+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901496+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901503+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901503+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901948+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901948+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901978+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.901978+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.902337+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T13:41:57.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:56 smithi098 bash[22846]: cluster 2024-09-16T13:41:56.902337+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-16T13:41:57.640 INFO:teuthology.orchestra.run.smithi098.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-16T13:41:57.658 INFO:teuthology.orchestra.run.smithi098.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:41:57.658 INFO:teuthology.orchestra.run.smithi098.stdout:Creating mgr... 2024-09-16T13:41:57.658 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-16T13:41:57.659 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-16T13:41:57.967 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:57 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:41:57.967 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:41:57 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:41:57.974 INFO:teuthology.orchestra.run.smithi098.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.a 2024-09-16T13:41:57.975 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Failed to reset failed state of unit ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-16T13:41:58.177 INFO:teuthology.orchestra.run.smithi098.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-c7b262605968.target.wants/ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-c7b262605968@.service. 2024-09-16T13:41:58.186 INFO:teuthology.orchestra.run.smithi098.stdout:firewalld does not appear to be present 2024-09-16T13:41:58.186 INFO:teuthology.orchestra.run.smithi098.stdout:Not possible to enable service . firewalld.service is not available 2024-09-16T13:41:58.186 INFO:teuthology.orchestra.run.smithi098.stdout:firewalld does not appear to be present 2024-09-16T13:41:58.186 INFO:teuthology.orchestra.run.smithi098.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-16T13:41:58.186 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for mgr to start... 2024-09-16T13:41:58.186 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for mgr... 2024-09-16T13:41:58.297 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:41:57 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:41:58.297 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:41:58 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:41:58.297 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:41:58 smithi098 systemd[1]: Started Ceph mgr.a for 3240e16a-7431-11ef-bceb-c7b262605968. 2024-09-16T13:41:58.297 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:58 smithi098 bash[22846]: audit 2024-09-16T13:41:57.063133+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.98:0/4150707172' entity='client.admin' 2024-09-16T13:41:58.297 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:58 smithi098 bash[22846]: audit 2024-09-16T13:41:57.063133+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.98:0/4150707172' entity='client.admin' 2024-09-16T13:41:58.297 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:58 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:42:00.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:59 smithi098 bash[22846]: audit 2024-09-16T13:41:59.931404+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.98:0/3098855972' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T13:42:00.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:41:59 smithi098 bash[22846]: audit 2024-09-16T13:41:59.931404+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.98:0/3098855972' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T13:42:00.457 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout { 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "fsid": "3240e16a-7431-11ef-bceb-c7b262605968", 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 0 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:00.458 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T13:42:00.459 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:00.460 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T13:41:50:712894+0000", 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:00.461 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T13:41:50.713763+0000", 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout } 2024-09-16T13:42:00.462 INFO:teuthology.orchestra.run.smithi098.stdout:mgr not available, waiting (1/15)... 2024-09-16T13:42:03.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:03 smithi098 bash[22846]: audit 2024-09-16T13:42:03.557571+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.98:0/3918260898' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T13:42:03.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:03 smithi098 bash[22846]: audit 2024-09-16T13:42:03.557571+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.98:0/3918260898' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout { 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "fsid": "3240e16a-7431-11ef-bceb-c7b262605968", 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T13:42:04.125 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 0 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:04.126 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T13:42:04.127 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T13:42:04.127 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T13:42:04.127 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T13:42:04.127 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T13:42:04.127 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T13:42:04.130 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T13:41:50:712894+0000", 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T13:42:04.131 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T13:41:50.713763+0000", 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout } 2024-09-16T13:42:04.132 INFO:teuthology.orchestra.run.smithi098.stdout:mgr not available, waiting (2/15)... 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: cluster 2024-09-16T13:42:05.698891+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: cluster 2024-09-16T13:42:05.698891+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: cluster 2024-09-16T13:42:05.706109+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00757197s) 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: cluster 2024-09-16T13:42:05.706109+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00757197s) 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.707499+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.707499+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.707656+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:42:06.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.707656+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.707921+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.707921+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.708182+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.708182+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.708946+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.708946+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: cluster 2024-09-16T13:42:05.733822+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: cluster 2024-09-16T13:42:05.733822+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-16T13:42:06.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.745601+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:42:06.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.745601+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:42:06.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.747385+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:42:06.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:05 smithi098 bash[22846]: audit 2024-09-16T13:42:05.747385+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:42:07.065 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: audit 2024-09-16T13:42:05.750380+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' 2024-09-16T13:42:07.065 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: audit 2024-09-16T13:42:05.750380+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' 2024-09-16T13:42:07.065 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: audit 2024-09-16T13:42:05.763192+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' 2024-09-16T13:42:07.066 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: audit 2024-09-16T13:42:05.763192+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' 2024-09-16T13:42:07.066 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: audit 2024-09-16T13:42:05.766311+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' 2024-09-16T13:42:07.066 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: audit 2024-09-16T13:42:05.766311+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.98:0/2997300263' entity='mgr.a' 2024-09-16T13:42:07.066 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: cluster 2024-09-16T13:42:06.711129+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01259s) 2024-09-16T13:42:07.066 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:06 smithi098 bash[22846]: cluster 2024-09-16T13:42:06.711129+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01259s) 2024-09-16T13:42:08.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:07 smithi098 bash[22846]: audit 2024-09-16T13:42:07.726626+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.98:0/1565059672' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T13:42:08.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:07 smithi098 bash[22846]: audit 2024-09-16T13:42:07.726626+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.98:0/1565059672' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-16T13:42:08.281 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:42:08.281 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout { 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "fsid": "3240e16a-7431-11ef-bceb-c7b262605968", 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "health": { 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 0 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-16T13:42:08.282 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "a" 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-16T13:42:08.283 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:08.284 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "btime": "2024-09-16T13:41:50:712894+0000", 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "restful" 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ], 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:08.285 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-16T13:42:08.286 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-16T13:42:08.286 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "modified": "2024-09-16T13:41:50.713763+0000", 2024-09-16T13:42:08.286 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-16T13:42:08.286 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout }, 2024-09-16T13:42:08.286 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-16T13:42:08.286 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout } 2024-09-16T13:42:08.286 INFO:teuthology.orchestra.run.smithi098.stdout:mgr is available 2024-09-16T13:42:09.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:08 smithi098 bash[22846]: cluster 2024-09-16T13:42:07.764128+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-16T13:42:09.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:08 smithi098 bash[22846]: cluster 2024-09-16T13:42:07.764128+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-16T13:42:10.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:09 smithi098 bash[22846]: audit 2024-09-16T13:42:09.667724+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.98:0/504242259' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T13:42:10.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:09 smithi098 bash[22846]: audit 2024-09-16T13:42:09.667724+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.98:0/504242259' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-16T13:42:10.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:09 smithi098 bash[22846]: audit 2024-09-16T13:42:09.671821+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.98:0/504242259' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T13:42:10.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:09 smithi098 bash[22846]: audit 2024-09-16T13:42:09.671821+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.98:0/504242259' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-16T13:42:10.192 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:42:10.192 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout [global] 2024-09-16T13:42:10.192 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout fsid = 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:42:10.192 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-16T13:42:10.192 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.98:3300,v1:172.21.15.98:6789] 2024-09-16T13:42:10.192 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 2024-09-16T13:42:10.193 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout [osd] 2024-09-16T13:42:10.194 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-16T13:42:10.194 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-16T13:42:10.194 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling cephadm module... 2024-09-16T13:42:12.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:11 smithi098 bash[22846]: audit 2024-09-16T13:42:11.675730+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.98:0/356163003' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-16T13:42:12.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:11 smithi098 bash[22846]: audit 2024-09-16T13:42:11.675730+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.98:0/356163003' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-16T13:42:12.091 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:11 smithi098 bash[23098]: ignoring --setuser ceph since I am not root 2024-09-16T13:42:12.091 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:11 smithi098 bash[23098]: ignoring --setgroup ceph since I am not root 2024-09-16T13:42:13.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:12 smithi098 bash[22846]: audit 2024-09-16T13:42:11.727689+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.98:0/356163003' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T13:42:13.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:12 smithi098 bash[22846]: audit 2024-09-16T13:42:11.727689+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.98:0/356163003' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-16T13:42:13.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:12 smithi098 bash[22846]: cluster 2024-09-16T13:42:11.732765+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-16T13:42:13.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:12 smithi098 bash[22846]: cluster 2024-09-16T13:42:11.732765+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-16T13:42:14.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:13 smithi098 bash[22846]: audit 2024-09-16T13:42:13.781830+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.98:0/3260094476' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T13:42:14.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:13 smithi098 bash[22846]: audit 2024-09-16T13:42:13.781830+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.98:0/3260094476' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T13:42:14.345 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout { 2024-09-16T13:42:14.345 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-16T13:42:14.346 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T13:42:14.346 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T13:42:14.346 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T13:42:14.346 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout } 2024-09-16T13:42:14.346 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for the mgr to restart... 2024-09-16T13:42:14.346 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for mgr epoch 5... 2024-09-16T13:42:18.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.721781+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.721781+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.722053+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.722053+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.727173+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.727173+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.727335+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00542112s) 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.727335+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00542112s) 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.728044+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.728044+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.729296+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:42:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.729296+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.730161+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.730161+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.730269+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.730269+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.730384+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: audit 2024-09-16T13:42:17.730384+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.753916+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-16T13:42:18.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:17 smithi098 bash[22846]: cluster 2024-09-16T13:42:17.753916+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-16T13:42:19.332 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout { 2024-09-16T13:42:19.332 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-16T13:42:19.332 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T13:42:19.332 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout } 2024-09-16T13:42:19.332 INFO:teuthology.orchestra.run.smithi098.stdout:mgr epoch 5 is available 2024-09-16T13:42:19.332 INFO:teuthology.orchestra.run.smithi098.stdout:Verifying orchestrator module is enabled... 2024-09-16T13:42:19.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: debug 2024-09-16T13:42:19.423+0000 7f0d04a0b640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:13:42:19] ENGINE Error in HTTPServer.serve 2024-09-16T13:42:19.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: Traceback (most recent call last): 2024-09-16T13:42:19.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: self._connections.run(self.expiration_interval) 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: self._run(expiration_interval) 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: s = self.context.wrap_socket( 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:42:19.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: return self.sslsocket_class._create( 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: self.do_handshake() 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: self._sslobj.do_handshake() 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[23098]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.314058+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.314058+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.318852+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.318852+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: cephadm 2024-09-16T13:42:18.319744+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: cephadm 2024-09-16T13:42:18.319744+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.322030+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.322030+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.325135+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.325135+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.331524+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.331524+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.335335+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.335335+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.337889+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:19.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.337889+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.349136+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.349136+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.351503+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.351503+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.733209+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.733209+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: cluster 2024-09-16T13:42:18.735634+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.0137s) 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: cluster 2024-09-16T13:42:18.735634+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.0137s) 2024-09-16T13:42:19.596 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.749845+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T13:42:19.597 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:19 smithi098 bash[22846]: audit 2024-09-16T13:42:18.749845+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T13:42:20.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.298395+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Bus STARTING 2024-09-16T13:42:20.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.298395+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Bus STARTING 2024-09-16T13:42:20.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.421757+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Serving on https://172.21.15.98:7150 2024-09-16T13:42:20.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.421757+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Serving on https://172.21.15.98:7150 2024-09-16T13:42:20.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.425125+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [16/Sep/2024:13:42:19] ENGINE Error in HTTPServer.serve 2024-09-16T13:42:20.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: Traceback (most recent call last): 2024-09-16T13:42:20.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self._connections.run(self.expiration_interval) 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self._run(expiration_interval) 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: s = self.context.wrap_socket( 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: return self.sslsocket_class._create( 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self.do_handshake() 2024-09-16T13:42:20.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self._sslobj.do_handshake() 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.425125+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [16/Sep/2024:13:42:19] ENGINE Error in HTTPServer.serve 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: Traceback (most recent call last): 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self._connections.run(self.expiration_interval) 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self._run(expiration_interval) 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:42:20.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: s = self.context.wrap_socket( 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: return self.sslsocket_class._create( 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self.do_handshake() 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: self._sslobj.do_handshake() 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.523015+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.523015+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.523147+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Bus STARTED 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: cephadm 2024-09-16T13:42:19.523147+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [16/Sep/2024:13:42:19] ENGINE Bus STARTED 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: audit 2024-09-16T13:42:19.524201+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:20.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:20 smithi098 bash[22846]: audit 2024-09-16T13:42:19.524201+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:21 smithi098 bash[22846]: cluster 2024-09-16T13:42:20.320088+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-16T13:42:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:21 smithi098 bash[22846]: cluster 2024-09-16T13:42:20.320088+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-16T13:42:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:21 smithi098 bash[22846]: audit 2024-09-16T13:42:20.953297+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.98:0/3709040979' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-16T13:42:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:21 smithi098 bash[22846]: audit 2024-09-16T13:42:20.953297+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.98:0/3709040979' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-16T13:42:21.917 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-16T13:42:21.917 INFO:teuthology.orchestra.run.smithi098.stdout:Setting orchestrator backend to cephadm... 2024-09-16T13:42:22.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:22 smithi098 bash[22846]: audit 2024-09-16T13:42:21.327055+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.98:0/3709040979' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-16T13:42:22.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:22 smithi098 bash[22846]: audit 2024-09-16T13:42:21.327055+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.98:0/3709040979' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-16T13:42:22.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:22 smithi098 bash[22846]: cluster 2024-09-16T13:42:21.333852+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-16T13:42:22.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:22 smithi098 bash[22846]: cluster 2024-09-16T13:42:21.333852+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-16T13:42:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:24 smithi098 bash[22846]: audit 2024-09-16T13:42:23.252228+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:24 smithi098 bash[22846]: audit 2024-09-16T13:42:23.252228+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:24.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:24 smithi098 bash[22846]: audit 2024-09-16T13:42:23.258739+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:24.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:24 smithi098 bash[22846]: audit 2024-09-16T13:42:23.258739+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:24.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:24 smithi098 bash[22846]: audit 2024-09-16T13:42:23.277456+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:24.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:24 smithi098 bash[22846]: audit 2024-09-16T13:42:23.277456+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:25.681 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-16T13:42:25.681 INFO:teuthology.orchestra.run.smithi098.stdout:Generating ssh key... 2024-09-16T13:42:26.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:25 smithi098 bash[22846]: audit 2024-09-16T13:42:25.143977+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:26.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:25 smithi098 bash[22846]: audit 2024-09-16T13:42:25.143977+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:27.591 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: Generating public/private rsa key pair. 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: Your identification has been saved in /tmp/tmpyjsuz3uk/key 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: Your public key has been saved in /tmp/tmpyjsuz3uk/key.pub 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: The key fingerprint is: 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: SHA256:7VUQZlncp+qDssdKDRIVkCSRr380bEY3pNcria2JhQI ceph-3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: The key's randomart image is: 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: +---[RSA 3072]----+ 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | o+ooo. ==.. | 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | .... .o... o| 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | .. o . ...| 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | E ..o.+ ... | 2024-09-16T13:42:27.592 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | . ..+S=.o.o | 2024-09-16T13:42:27.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | o ..O++.o | 2024-09-16T13:42:27.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | o *.=o+ | 2024-09-16T13:42:27.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | o.= + o | 2024-09-16T13:42:27.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: | .o= . | 2024-09-16T13:42:27.593 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:27 smithi098 bash[23098]: +----[SHA256]-----+ 2024-09-16T13:42:28.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: audit 2024-09-16T13:42:27.171940+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:28.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: audit 2024-09-16T13:42:27.171940+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:28.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: cephadm 2024-09-16T13:42:27.172348+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-16T13:42:28.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: cephadm 2024-09-16T13:42:27.172348+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-16T13:42:28.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: audit 2024-09-16T13:42:27.282897+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:28.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: audit 2024-09-16T13:42:27.282897+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:28.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: audit 2024-09-16T13:42:27.287999+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:28.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:28 smithi098 bash[22846]: audit 2024-09-16T13:42:27.287999+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:29.819 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwwjw554l0hP6tvx7I4Iy7Q+cSMKwr6YMRix/z9g5JYTW+l5giM//HunZPewQBi4C+fwny97Ffb3mmJavl0CRerpr6F9dWTvvaZ+As0dUMV3eQllxFSp9VNL5zXBfrXl42X7kkwwM73SkzwuhdxXnlYCIw0PvmgdVDBlEXhRbG3B+CmXNJh5yy4/c2JDwiNtnDNV/By9s2vc1ey5bEV+aFwA81lcKI/HE9B0CLDFSDk0pf3r0L6nXFggh8xe0nZlDhoMo5mpGdwsJqobz8ocfLAGmAhzeyUFkXSuZDhy0c/6CXLh3HiVgtNUeNt4C93hfwxBBsemiW5X6i0/8KTx4JHgJ82TaPc5S+bf4Tn2sOsn7A0YxIzGAYfxBnC9MgpytpZblqKkv1+fz62uVJK/wP3cw8GyvSvNyLV/3RYPA7IE0l+evvs6iMUf/irMJzY3NOwFmHUOOMkP1Ad+iGs8gShP6acHonfsNXcEZ7+nzUgmN1sW+NS0sWuUj2Opgc48k= ceph-3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:42:29.820 INFO:teuthology.orchestra.run.smithi098.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-16T13:42:29.820 INFO:teuthology.orchestra.run.smithi098.stdout:Adding key to root@localhost authorized_keys... 2024-09-16T13:42:29.820 INFO:teuthology.orchestra.run.smithi098.stdout:Adding host smithi098... 2024-09-16T13:42:30.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:29 smithi098 bash[22846]: audit 2024-09-16T13:42:29.297196+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:30.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:29 smithi098 bash[22846]: audit 2024-09-16T13:42:29.297196+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:32.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:31 smithi098 bash[22846]: audit 2024-09-16T13:42:31.304374+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "addr": "172.21.15.98", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:32.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:31 smithi098 bash[22846]: audit 2024-09-16T13:42:31.304374+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi098", "addr": "172.21.15.98", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:32.915 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:32 smithi098 bash[22846]: cephadm 2024-09-16T13:42:32.262949+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi098 2024-09-16T13:42:32.915 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:32 smithi098 bash[22846]: cephadm 2024-09-16T13:42:32.262949+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi098 2024-09-16T13:42:36.068 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout Added host 'smithi098' with addr '172.21.15.98' 2024-09-16T13:42:36.068 INFO:teuthology.orchestra.run.smithi098.stdout:Deploying unmanaged mon service... 2024-09-16T13:42:36.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:36 smithi098 bash[22846]: audit 2024-09-16T13:42:35.399372+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:36.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:36 smithi098 bash[22846]: audit 2024-09-16T13:42:35.399372+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:36.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:36 smithi098 bash[22846]: cephadm 2024-09-16T13:42:35.400075+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi098 2024-09-16T13:42:36.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:36 smithi098 bash[22846]: cephadm 2024-09-16T13:42:35.400075+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi098 2024-09-16T13:42:36.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:36 smithi098 bash[22846]: audit 2024-09-16T13:42:35.400399+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:36.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:36 smithi098 bash[22846]: audit 2024-09-16T13:42:35.400399+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:38 smithi098 bash[22846]: cluster 2024-09-16T13:42:37.731898+0000 mgr.a (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:38 smithi098 bash[22846]: cluster 2024-09-16T13:42:37.731898+0000 mgr.a (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:38 smithi098 bash[22846]: audit 2024-09-16T13:42:38.221843+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:38 smithi098 bash[22846]: audit 2024-09-16T13:42:38.221843+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:39.292 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-16T13:42:39.292 INFO:teuthology.orchestra.run.smithi098.stdout:Deploying unmanaged mgr service... 2024-09-16T13:42:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: audit 2024-09-16T13:42:38.214906+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: audit 2024-09-16T13:42:38.214906+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: cephadm 2024-09-16T13:42:38.216907+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-16T13:42:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: cephadm 2024-09-16T13:42:38.216907+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-16T13:42:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: audit 2024-09-16T13:42:39.024732+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: audit 2024-09-16T13:42:39.024732+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: audit 2024-09-16T13:42:39.591808+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:39 smithi098 bash[22846]: audit 2024-09-16T13:42:39.591808+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:41.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:40 smithi098 bash[22846]: cluster 2024-09-16T13:42:39.732251+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:41.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:40 smithi098 bash[22846]: cluster 2024-09-16T13:42:39.732251+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:41.386 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-16T13:42:42.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:41 smithi098 bash[22846]: audit 2024-09-16T13:42:40.771005+0000 mgr.a (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:42.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:41 smithi098 bash[22846]: audit 2024-09-16T13:42:40.771005+0000 mgr.a (mgr.14118) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:42.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:41 smithi098 bash[22846]: cephadm 2024-09-16T13:42:40.773225+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-16T13:42:42.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:41 smithi098 bash[22846]: cephadm 2024-09-16T13:42:40.773225+0000 mgr.a (mgr.14118) 22 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-16T13:42:42.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:41 smithi098 bash[22846]: audit 2024-09-16T13:42:40.777711+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:42.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:41 smithi098 bash[22846]: audit 2024-09-16T13:42:40.777711+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.98:0/1866204248' entity='mgr.a' 2024-09-16T13:42:43.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:42 smithi098 bash[22846]: cluster 2024-09-16T13:42:41.732701+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:43.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:42 smithi098 bash[22846]: cluster 2024-09-16T13:42:41.732701+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:43.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:42 smithi098 bash[22846]: audit 2024-09-16T13:42:42.760560+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.98:0/2545371765' entity='client.admin' 2024-09-16T13:42:43.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:42 smithi098 bash[22846]: audit 2024-09-16T13:42:42.760560+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.98:0/2545371765' entity='client.admin' 2024-09-16T13:42:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:44 smithi098 bash[22846]: cluster 2024-09-16T13:42:43.733186+0000 mgr.a (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:45.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:44 smithi098 bash[22846]: cluster 2024-09-16T13:42:43.733186+0000 mgr.a (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:45.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:44 smithi098 bash[22846]: audit 2024-09-16T13:42:44.724054+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.98:0/2306923572' entity='client.admin' 2024-09-16T13:42:45.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:44 smithi098 bash[22846]: audit 2024-09-16T13:42:44.724054+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.98:0/2306923572' entity='client.admin' 2024-09-16T13:42:45.317 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling the dashboard module... 2024-09-16T13:42:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:46 smithi098 bash[22846]: cluster 2024-09-16T13:42:45.733723+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:46 smithi098 bash[22846]: cluster 2024-09-16T13:42:45.733723+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:42:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:46 smithi098 bash[22846]: audit 2024-09-16T13:42:46.772809+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.98:0/1527095321' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-16T13:42:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:46 smithi098 bash[22846]: audit 2024-09-16T13:42:46.772809+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.98:0/1527095321' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-16T13:42:47.092 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:46 smithi098 bash[23098]: ignoring --setuser ceph since I am not root 2024-09-16T13:42:47.092 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:46 smithi098 bash[23098]: ignoring --setgroup ceph since I am not root 2024-09-16T13:42:48.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:47 smithi098 bash[22846]: audit 2024-09-16T13:42:46.785679+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.98:0/1527095321' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T13:42:48.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:47 smithi098 bash[22846]: audit 2024-09-16T13:42:46.785679+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.98:0/1527095321' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-16T13:42:48.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:47 smithi098 bash[22846]: cluster 2024-09-16T13:42:46.790663+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: a(active, since 29s) 2024-09-16T13:42:48.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:47 smithi098 bash[22846]: cluster 2024-09-16T13:42:46.790663+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: a(active, since 29s) 2024-09-16T13:42:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:48 smithi098 bash[22846]: audit 2024-09-16T13:42:48.907798+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.98:0/1504287287' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T13:42:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:48 smithi098 bash[22846]: audit 2024-09-16T13:42:48.907798+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.98:0/1504287287' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-16T13:42:49.472 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout { 2024-09-16T13:42:49.472 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-16T13:42:49.472 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-16T13:42:49.473 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-16T13:42:49.473 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-16T13:42:49.473 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout } 2024-09-16T13:42:49.473 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for the mgr to restart... 2024-09-16T13:42:49.473 INFO:teuthology.orchestra.run.smithi098.stdout:Waiting for mgr epoch 10... 2024-09-16T13:42:53.237 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.814458+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:42:53.237 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.814458+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:42:53.237 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.815031+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-09-16T13:42:53.237 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.815031+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-09-16T13:42:53.237 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.821744+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-16T13:42:53.237 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.821744+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.822016+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00718993s) 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.822016+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00718993s) 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.823197+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.823197+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.825225+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.825225+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.826205+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.826205+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.826702+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.826702+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.827132+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: audit 2024-09-16T13:42:52.827132+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:42:53.238 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.849806+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-09-16T13:42:53.239 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:52 smithi098 bash[22846]: cluster 2024-09-16T13:42:52.849806+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-09-16T13:42:54.108 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: debug 2024-09-16T13:42:53.994+0000 7f42d4015640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:13:42:53] ENGINE Error in HTTPServer.serve 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: Traceback (most recent call last): 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: self._connections.run(self.expiration_interval) 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: self._run(expiration_interval) 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: s = self.context.wrap_socket( 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:42:54.109 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: return self.sslsocket_class._create( 2024-09-16T13:42:54.110 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:42:54.110 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: self.do_handshake() 2024-09-16T13:42:54.110 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:42:54.110 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: self._sslobj.do_handshake() 2024-09-16T13:42:54.110 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:42:53 smithi098 bash[23098]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:42:54.471 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout { 2024-09-16T13:42:54.471 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-16T13:42:54.471 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-16T13:42:54.472 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout } 2024-09-16T13:42:54.472 INFO:teuthology.orchestra.run.smithi098.stdout:mgr epoch 10 is available 2024-09-16T13:42:54.472 INFO:teuthology.orchestra.run.smithi098.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-16T13:42:54.588 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.106064+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:42:54.588 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.106064+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:42:54.588 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.109709+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.109709+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.126465+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.126465+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.128881+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.128881+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.820970+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.820970+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: cluster 2024-09-16T13:42:53.821710+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 1.00689s) 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: cluster 2024-09-16T13:42:53.821710+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 1.00689s) 2024-09-16T13:42:54.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.833740+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T13:42:54.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:54 smithi098 bash[22846]: audit 2024-09-16T13:42:53.833740+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:53.876816+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [16/Sep/2024:13:42:53] ENGINE Bus STARTING 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:53.876816+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [16/Sep/2024:13:42:53] ENGINE Bus STARTING 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:53.993955+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [16/Sep/2024:13:42:53] ENGINE Serving on https://172.21.15.98:7150 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:53.993955+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [16/Sep/2024:13:42:53] ENGINE Serving on https://172.21.15.98:7150 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:53.998258+0000 mgr.a (mgr.14152) 5 : cephadm [ERR] [16/Sep/2024:13:42:53] ENGINE Error in HTTPServer.serve 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: Traceback (most recent call last): 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self._connections.run(self.expiration_interval) 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self._run(expiration_interval) 2024-09-16T13:42:55.385 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: s = self.context.wrap_socket( 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: return self.sslsocket_class._create( 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self.do_handshake() 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self._sslobj.do_handshake() 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:53.998258+0000 mgr.a (mgr.14152) 5 : cephadm [ERR] [16/Sep/2024:13:42:53] ENGINE Error in HTTPServer.serve 2024-09-16T13:42:55.386 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: Traceback (most recent call last): 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self._connections.run(self.expiration_interval) 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self._run(expiration_interval) 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: s = self.context.wrap_socket( 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: return self.sslsocket_class._create( 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:42:55.387 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self.do_handshake() 2024-09-16T13:42:55.388 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:42:55.388 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: self._sslobj.do_handshake() 2024-09-16T13:42:55.388 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:42:55.388 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:54.095249+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [16/Sep/2024:13:42:54] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:42:55.388 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:54.095249+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [16/Sep/2024:13:42:54] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:42:55.388 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:54.095387+0000 mgr.a (mgr.14152) 7 : cephadm [INF] [16/Sep/2024:13:42:54] ENGINE Bus STARTED 2024-09-16T13:42:55.388 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:55 smithi098 bash[22846]: cephadm 2024-09-16T13:42:54.095387+0000 mgr.a (mgr.14152) 7 : cephadm [INF] [16/Sep/2024:13:42:54] ENGINE Bus STARTED 2024-09-16T13:42:56.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:56 smithi098 bash[22846]: cluster 2024-09-16T13:42:55.120803+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-16T13:42:56.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:56 smithi098 bash[22846]: cluster 2024-09-16T13:42:55.120803+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-16T13:42:57.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:57 smithi098 bash[22846]: audit 2024-09-16T13:42:55.917271+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:57.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:42:57 smithi098 bash[22846]: audit 2024-09-16T13:42:55.917271+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:42:57.595 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUfwwSExHjzZtUEDas2UqXigHrEjkwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxNjEzNDI1N1oXDTM0\nMDkxNzEzNDI1N1owFzEVMBMGA1UEAwwMMTcyLjIxLjE1Ljk4MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEA2qquO2useHtqr0CQhlyqtX/QuzJUfag2kJDF\nsUB9di76z+mMgTXC/IkDQDequNKl5u8S0YiyQel1/pHd0kIG71XxaP5LJ3vGSLrr\n00SHKSBbcV8T3rlaXjwZu6GV5lGSdmddb5yIQXas86JhQqhbobud6MlYuLUbnFaV\n0j9ALF37MsjJaaZB7JXunhuKZ+8gWYfXs2Hm7nPfSAeFIxv8nHHDNUBdIMiyoDJR\nS+HDrJ7wCQLUi16/n1EtywcHKMFPXTyCS/ROOp6EHXZt23RhUh+Sqikfk0LJufnX\npiACwhw/n1zMWqI8LBzOxDoMSYSbTYTZ7QLwgvS5izZMrNw9R7/dmXALeqkDt63P\nSLUjhlqGb22FfRfAyv9ll+lENQIl0ncpal9jA+vTTW5MKdvkLkgsYVASmCs1bNGh\n9Hzh7UEA0x0Eaf9ISKdYPxJvZI2VpC4rMvMwwS8DhnPc3G3Gne+QaJCPSwfsYNvk\ncC+629OOlbILSxE0xg+pDOOGaW9px/yNQepp7OFVSJ3uLMnfa+GMrQwMcmvWywyB\naGMf/l8SQdcoyOpDW8O4XXMCyzCfGWg0l+AQYdaZjNUvIWSv+LxE6q8X+9oePnQo\nOqK+rhKEkq7Cfla8W1Z2NZySKNRHOIsGVGM/zRwCApVhi04SnmuxDMCdkojmwyCk\nVAWLFXMCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDk4ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPYjAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQCj\nML5dG/uYsQjRLEbCkP0T5Wkya/B4v152bE4nQ85UE4GBBbFv3LcM+y3Y9OomaJS4\nkubUZ9evXGW9sDaZKE2qNHYlnW8TkUM+pimxCZifDnR/ETlDTPcjbuJ3rvWaeUg2\nCG97Ku9Iak7TJXgT5sYUhhnmJJyy0JDqiisD67PvGSYMVePz8joEo5Mv8HmfaDvZ\nMoxAZQcrcZDk8BoKVbK1VzOWYArFEnvfF3TqRwEqd6DK6ccO/Uxx3TupHIT2RKKV\n/gX8LQPoWQ9YnHGVqFPI1ir+WZKr6Ip/IpaKcrL6e2+UwWsPF9Oav1X4Zo5PAfSd\ndGWl8DnptYrv2fvgZm8zbfPytdHVpgYpv38rSvTCkUL2SbWEZZ/1zh2mD7XZUTCp\nQHmaaSu4XqqoLo/NXZ2VJ6NDLZFriysPn+Nww1QyLou7JsyxfTXkoKSA09R8CVXj\nKRnWCFLJsm0Qmf+P+gKWiMdEwOWtBzxtoDvadMmR40SHoJk+RTSHAvqQDtiU+5nq\nk2Cma426naXl61fQqx4I19/HWCcL7W94GBUxuAzQ0RR2HrcZ7UlrcuZ7+uCDnF+s\n5Ezv5aor49aBQraIJY14qG6Q67/++7HBgHn9JoJ7N1Pca01BP6tqcdKuJ25/l22U\nzFu8DH8dzJ4BAcycYtMLBCxfXL4lzlorSFft/hY/AQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEA2qquO2useHtqr0CQhlyqtX/QuzJUfag2kJDFsUB9di76z+mM\ngTXC/IkDQDequNKl5u8S0YiyQel1/pHd0kIG71XxaP5LJ3vGSLrr00SHKSBbcV8T\n3rlaXjwZu6GV5lGSdmddb5yIQXas86JhQqhbobud6MlYuLUbnFaV0j9ALF37MsjJ\naaZB7JXunhuKZ+8gWYfXs2Hm7nPfSAeFIxv8nHHDNUBdIMiyoDJRS+HDrJ7wCQLU\ni16/n1EtywcHKMFPXTyCS/ROOp6EHXZt23RhUh+Sqikfk0LJufnXpiACwhw/n1zM\nWqI8LBzOxDoMSYSbTYTZ7QLwgvS5izZMrNw9R7/dmXALeqkDt63PSLUjhlqGb22F\nfRfAyv9ll+lENQIl0ncpal9jA+vTTW5MKdvkLkgsYVASmCs1bNGh9Hzh7UEA0x0E\naf9ISKdYPxJvZI2VpC4rMvMwwS8DhnPc3G3Gne+QaJCPSwfsYNvkcC+629OOlbIL\nSxE0xg+pDOOGaW9px/yNQepp7OFVSJ3uLMnfa+GMrQwMcmvWywyBaGMf/l8SQdco\nyOpDW8O4XXMCyzCfGWg0l+AQYdaZjNUvIWSv+LxE6q8X+9oePnQoOqK+rhKEkq7C\nfla8W1Z2NZySKNRHOIsGVGM/zRwCApVhi04SnmuxDMCdkojmwyCkVAWLFXMCAwEA\nAQKCAgBI5Y2gEY01vS8brZKAuHPQfgO/5E92dJV8LEc7iBxLQe4rUdidWqbeOW70\nAZrQcqkMC7diUwfaIVJMw6QHbCuTrjsEnYHAb+ryZB4qGDZW54qUiPW+0lvl/nM1\nsfCfD6KcBmmHw89Iw590uTVjW2zwxfMmn7kMGpRR0iuwI5XpNIuBqp46skpX7MPX\nwaaqb3WBY1/tVT3/UHGnOZqQ0cus+9/v6L0jKMUj0qJ3gZQSAApVdrQUokmPeyig\n/n7Mf2VN19Y4LAHIWQACMnD9MBchoZTrVTpJhYJqlXfm0dUZkQFEx1L5BAy7R/9G\nO3PNLn/3n8pm0QwNHDieyENXfTSQEQ33QQqjThctIFw8ejJ6NBFxXmcjopXDHeFq\nFZj7em237kr0fEUnQoHaHUcJF74q3PH5wLQgATRPFQZnRL0pzL1FHnro2GBKEFt0\nGfFSeekWBOa2xASw2yNSxuDRLhYsObNaaGtggV4WOuUy4SxCWnYJULoWYk/J+65p\n/hXotWhcI6NJh0xcPFtbYSfrlf8nVUq08tKeX5wCff4O8ypE41dyCiR9zeZn1NTc\nvzqfxw+OualjSv2D9+dQlWZnsg53KD5k8sb6PPPQbXxfZatB4dH8ZmPKiuWt71iN\nweV7HGx0WAt8wdniHi0V0byG/0Zjg9QGbjZ9BzX7+4PnyLhUgQKCAQEA7UCdKVkO\na1pWwBMZm0jZVFnpRQtHOzlIJLRXVmoZfbg7zVoQYsz+bMWDEdi9eiRUGarI6+CZ\nXuj8ZJNkpmgPc7yoI/ggNWTfiCXZMJe5v3e5jHxuUVx1txlJfHhXwCroTW2nJGTI\nvzpbd/kqjDt37RHYeVziHDR7s0ql6+412082dP71RYolfjmmjemwppRyYP5kn9Su\nTEgJR3FPUTJiDlQWv1F6xngpTffZ3O6Dfh1t0WXeuJdmXJ34Jt79f5fq2CVqRkji\n0VRiO16piC2TldCGTC4om1VoqwDlas54mGnjl80XKH7khzXDIXwVintlxWVTnwcv\nVjuxppvs+T1++QKCAQEA6/IYsMlue2gBUhz1kFob1xMOpKzOKpjhNNDXsRf2W1tI\nKDq+S8ahYzNTUshGnpgrmp+zW1Cjtygos0vpCkLz5t4old9NN+yRg/6yH0V6HfC8\nQSuVuxkisbPk64obVDByDKCxKVs9/JifZCj6Yrv/bXdaD319Jyw0GqdDqzLiXLEY\nL1rGwU05XWUIj0ab2I0Xckib4QVqG6+6b0kgdgbTXjC/XnGBewPXfuIlzLx1bAXe\nGZJMLb5cbrIVhCR9+OTz2M8zV7Pa1vFC2a4jT995YoFDT7xZrzaprqm/PvGPxypI\nPh9noWnHZagcmIVGkaifvGxpVV4DPJG4sE8K8U4WywKCAQEAhdue0GVerVMa/uPH\n3sULWXwhEMN8PP3kplDZtffGyhfYJdRaymO+aMBHYxpWTUOR76lcEzl1TwdE37oJ\nX5n2neYjN6gXBAkV1UsFb1Urh8uU9J5/34e7IsMxoviDCfkreAQV+YKjgMD8OoRq\nbRRgZXFcIZ02NZOm91F2q9aKrGHU582xtLpszPrZ7debw2Cd5/uf6k2kyYUbNyPH\nDJjQmiT3cJoYG0JQi5z7XptztQQFoc9ICf3h0v+NsuC9RfAAoFL70wvsbQ6fHcAb\nBqowSqaMHw8r+fgGRfULe2diwxt7PXqJRl/RsDe1EH9h5/AXS3gP5fm3y3+Ci+4N\nldIMgQKCAQAolNM6VOrzvse7X8+8rELtkxGJsU8kdHcHpoPyqbRtsh2PDct9LQTF\nEybZrii3TmTxi1ZF9nCyJ+4YKI5EfY+FveAtJuMZI09D7KKmTkTasXUvoFd4frJA\n7jgJaw+YQ1zaXykZe+AFehqwF3w5Tyx3n3eWAndsLWYoz2wMHgxg9PS78FkPFkEv\nlxkJy5Myg9HsjiCBa3T8nhTq3yD+K95e7PN9QviKN/bwk+T8ec2YbsnsjAUeOQec\n4nRg7gXcsURfngOuqfiRz50344OfUUiHcMQrCrJCOJymtft20AVytAsI5E3mrVLm\nYSvJ7+JbWy1eMydKz4iu+kFR0caICm5RAoIBAQDfxitbnmJ+I65xaMKsB9qsF9Lj\nSA8YpjfHTNcLeONZ9GDdwvDz38tl865i2K4n/eKFKVbAhFAIF2mgPyK0cl10tqqP\nVaB8y2bfkTc6D5uAXN85ppMO2lZXUgV9TJAKJeWDOIt/lIkk6Zbbf2cydzrikYru\npDH3c2QLP+VqKpCp35p4AfR+1bfxEzZDyjXRXrwzAuFuCUa8XyBn8HZqSCfdByyA\n+18Eh6DV86+LJU329V5hBxW08H0BRnnTO3mFy5qAY6jcxYTjSTCoF/biT8Cajqim\nHbO3Odz25cpodA5QYEX1g2WYockvJmrtW7U7Hm1Wyz4HPmHCtz78lIAOC60B\n-----END RSA PRIVATE KEY-----\n"} 2024-09-16T13:42:59.562 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-16T13:43:00.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:00 smithi098 bash[22846]: audit 2024-09-16T13:42:59.034879+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:00.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:00 smithi098 bash[22846]: audit 2024-09-16T13:42:59.034879+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:00.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:00 smithi098 bash[22846]: audit 2024-09-16T13:42:59.037910+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:00.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:00 smithi098 bash[22846]: audit 2024-09-16T13:42:59.037910+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:01.551 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-16T13:43:01.551 INFO:teuthology.orchestra.run.smithi098.stdout:Creating initial admin user... 2024-09-16T13:43:01.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.241460+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.241460+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.242168+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.242168+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.246174+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.246174+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.247598+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.247598+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.251176+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.251176+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []}]': finished 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: cephadm 2024-09-16T13:43:00.738143+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: cephadm 2024-09-16T13:43:00.738143+0000 mgr.a (mgr.14152) 10 : cephadm [INF] Deploying daemon agent.smithi098 on smithi098 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.956041+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:01 smithi098 bash[22846]: audit 2024-09-16T13:43:00.956041+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:02.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:02 smithi098 bash[22846]: audit 2024-09-16T13:43:00.951235+0000 mgr.a (mgr.14152) 11 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:02.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:02 smithi098 bash[22846]: audit 2024-09-16T13:43:00.951235+0000 mgr.a (mgr.14152) 11 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:03.992 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$xsklmVmBqROx9S2jHoAfdON/ehjdOfQAWFNLrsYsHnQ6nLIbP3OJe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726494183, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-16T13:43:03.992 INFO:teuthology.orchestra.run.smithi098.stdout:Fetching dashboard port number... 2024-09-16T13:43:04.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:04 smithi098 bash[22846]: audit 2024-09-16T13:43:03.155896+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14170 -' 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-09-16T13:43:04.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:04 smithi098 bash[22846]: audit 2024-09-16T13:43:03.155896+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14170 -' 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-09-16T13:43:04.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:04 smithi098 bash[22846]: audit 2024-09-16T13:43:03.411558+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:04.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:04 smithi098 bash[22846]: audit 2024-09-16T13:43:03.411558+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:06.116 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stdout 8443 2024-09-16T13:43:06.117 INFO:teuthology.orchestra.run.smithi098.stdout:firewalld does not appear to be present 2024-09-16T13:43:06.117 INFO:teuthology.orchestra.run.smithi098.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-16T13:43:06.120 INFO:teuthology.orchestra.run.smithi098.stdout:Ceph Dashboard is now available at: 2024-09-16T13:43:06.120 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:06.120 INFO:teuthology.orchestra.run.smithi098.stdout: URL: https://smithi098.front.sepia.ceph.com:8443/ 2024-09-16T13:43:06.120 INFO:teuthology.orchestra.run.smithi098.stdout: User: admin 2024-09-16T13:43:06.120 INFO:teuthology.orchestra.run.smithi098.stdout: Password: 9lf11gfyc1 2024-09-16T13:43:06.120 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:06.121 INFO:teuthology.orchestra.run.smithi098.stdout:Saving cluster configuration to /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config directory 2024-09-16T13:43:06.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:06 smithi098 bash[22846]: cluster 2024-09-16T13:43:05.417120+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-16T13:43:06.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:06 smithi098 bash[22846]: cluster 2024-09-16T13:43:05.417120+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-16T13:43:06.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:06 smithi098 bash[22846]: audit 2024-09-16T13:43:05.542511+0000 mon.a (mon.0) 103 : audit [DBG] from='client.? 172.21.15.98:0/2603441944' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-16T13:43:06.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:06 smithi098 bash[22846]: audit 2024-09-16T13:43:05.542511+0000 mon.a (mon.0) 103 : audit [DBG] from='client.? 172.21.15.98:0/2603441944' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout:Or, if you are only running a single cluster on this host: 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-16T13:43:08.340 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.341 INFO:teuthology.orchestra.run.smithi098.stdout: ceph telemetry on 2024-09-16T13:43:08.341 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.341 INFO:teuthology.orchestra.run.smithi098.stdout:For more information see: 2024-09-16T13:43:08.341 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.341 INFO:teuthology.orchestra.run.smithi098.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-16T13:43:08.341 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:08.341 INFO:teuthology.orchestra.run.smithi098.stdout:Bootstrap complete. 2024-09-16T13:43:08.384 INFO:tasks.cephadm:Fetching config... 2024-09-16T13:43:08.384 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:43:08.384 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-16T13:43:08.390 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-16T13:43:08.390 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:43:08.390 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-16T13:43:08.437 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-16T13:43:08.437 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:43:08.437 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-16T13:43:08.492 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-16T13:43:08.492 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:43:08.492 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-16T13:43:08.544 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-16T13:43:08.544 DEBUG:teuthology.orchestra.run.smithi098:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwwjw554l0hP6tvx7I4Iy7Q+cSMKwr6YMRix/z9g5JYTW+l5giM//HunZPewQBi4C+fwny97Ffb3mmJavl0CRerpr6F9dWTvvaZ+As0dUMV3eQllxFSp9VNL5zXBfrXl42X7kkwwM73SkzwuhdxXnlYCIw0PvmgdVDBlEXhRbG3B+CmXNJh5yy4/c2JDwiNtnDNV/By9s2vc1ey5bEV+aFwA81lcKI/HE9B0CLDFSDk0pf3r0L6nXFggh8xe0nZlDhoMo5mpGdwsJqobz8ocfLAGmAhzeyUFkXSuZDhy0c/6CXLh3HiVgtNUeNt4C93hfwxBBsemiW5X6i0/8KTx4JHgJ82TaPc5S+bf4Tn2sOsn7A0YxIzGAYfxBnC9MgpytpZblqKkv1+fz62uVJK/wP3cw8GyvSvNyLV/3RYPA7IE0l+evvs6iMUf/irMJzY3NOwFmHUOOMkP1Ad+iGs8gShP6acHonfsNXcEZ7+nzUgmN1sW+NS0sWuUj2Opgc48k= ceph-3240e16a-7431-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T13:43:08.602 INFO:teuthology.orchestra.run.smithi098.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwwjw554l0hP6tvx7I4Iy7Q+cSMKwr6YMRix/z9g5JYTW+l5giM//HunZPewQBi4C+fwny97Ffb3mmJavl0CRerpr6F9dWTvvaZ+As0dUMV3eQllxFSp9VNL5zXBfrXl42X7kkwwM73SkzwuhdxXnlYCIw0PvmgdVDBlEXhRbG3B+CmXNJh5yy4/c2JDwiNtnDNV/By9s2vc1ey5bEV+aFwA81lcKI/HE9B0CLDFSDk0pf3r0L6nXFggh8xe0nZlDhoMo5mpGdwsJqobz8ocfLAGmAhzeyUFkXSuZDhy0c/6CXLh3HiVgtNUeNt4C93hfwxBBsemiW5X6i0/8KTx4JHgJ82TaPc5S+bf4Tn2sOsn7A0YxIzGAYfxBnC9MgpytpZblqKkv1+fz62uVJK/wP3cw8GyvSvNyLV/3RYPA7IE0l+evvs6iMUf/irMJzY3NOwFmHUOOMkP1Ad+iGs8gShP6acHonfsNXcEZ7+nzUgmN1sW+NS0sWuUj2Opgc48k= ceph-3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:43:08.608 DEBUG:teuthology.orchestra.run.smithi151:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwwjw554l0hP6tvx7I4Iy7Q+cSMKwr6YMRix/z9g5JYTW+l5giM//HunZPewQBi4C+fwny97Ffb3mmJavl0CRerpr6F9dWTvvaZ+As0dUMV3eQllxFSp9VNL5zXBfrXl42X7kkwwM73SkzwuhdxXnlYCIw0PvmgdVDBlEXhRbG3B+CmXNJh5yy4/c2JDwiNtnDNV/By9s2vc1ey5bEV+aFwA81lcKI/HE9B0CLDFSDk0pf3r0L6nXFggh8xe0nZlDhoMo5mpGdwsJqobz8ocfLAGmAhzeyUFkXSuZDhy0c/6CXLh3HiVgtNUeNt4C93hfwxBBsemiW5X6i0/8KTx4JHgJ82TaPc5S+bf4Tn2sOsn7A0YxIzGAYfxBnC9MgpytpZblqKkv1+fz62uVJK/wP3cw8GyvSvNyLV/3RYPA7IE0l+evvs6iMUf/irMJzY3NOwFmHUOOMkP1Ad+iGs8gShP6acHonfsNXcEZ7+nzUgmN1sW+NS0sWuUj2Opgc48k= ceph-3240e16a-7431-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T13:43:08.631 INFO:teuthology.orchestra.run.smithi151.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwwjw554l0hP6tvx7I4Iy7Q+cSMKwr6YMRix/z9g5JYTW+l5giM//HunZPewQBi4C+fwny97Ffb3mmJavl0CRerpr6F9dWTvvaZ+As0dUMV3eQllxFSp9VNL5zXBfrXl42X7kkwwM73SkzwuhdxXnlYCIw0PvmgdVDBlEXhRbG3B+CmXNJh5yy4/c2JDwiNtnDNV/By9s2vc1ey5bEV+aFwA81lcKI/HE9B0CLDFSDk0pf3r0L6nXFggh8xe0nZlDhoMo5mpGdwsJqobz8ocfLAGmAhzeyUFkXSuZDhy0c/6CXLh3HiVgtNUeNt4C93hfwxBBsemiW5X6i0/8KTx4JHgJ82TaPc5S+bf4Tn2sOsn7A0YxIzGAYfxBnC9MgpytpZblqKkv1+fz62uVJK/wP3cw8GyvSvNyLV/3RYPA7IE0l+evvs6iMUf/irMJzY3NOwFmHUOOMkP1Ad+iGs8gShP6acHonfsNXcEZ7+nzUgmN1sW+NS0sWuUj2Opgc48k= ceph-3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:43:08.640 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwwjw554l0hP6tvx7I4Iy7Q+cSMKwr6YMRix/z9g5JYTW+l5giM//HunZPewQBi4C+fwny97Ffb3mmJavl0CRerpr6F9dWTvvaZ+As0dUMV3eQllxFSp9VNL5zXBfrXl42X7kkwwM73SkzwuhdxXnlYCIw0PvmgdVDBlEXhRbG3B+CmXNJh5yy4/c2JDwiNtnDNV/By9s2vc1ey5bEV+aFwA81lcKI/HE9B0CLDFSDk0pf3r0L6nXFggh8xe0nZlDhoMo5mpGdwsJqobz8ocfLAGmAhzeyUFkXSuZDhy0c/6CXLh3HiVgtNUeNt4C93hfwxBBsemiW5X6i0/8KTx4JHgJ82TaPc5S+bf4Tn2sOsn7A0YxIzGAYfxBnC9MgpytpZblqKkv1+fz62uVJK/wP3cw8GyvSvNyLV/3RYPA7IE0l+evvs6iMUf/irMJzY3NOwFmHUOOMkP1Ad+iGs8gShP6acHonfsNXcEZ7+nzUgmN1sW+NS0sWuUj2Opgc48k= ceph-3240e16a-7431-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-16T13:43:08.648 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:08 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:43:08.648 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:43:08 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:43:08.664 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwwjw554l0hP6tvx7I4Iy7Q+cSMKwr6YMRix/z9g5JYTW+l5giM//HunZPewQBi4C+fwny97Ffb3mmJavl0CRerpr6F9dWTvvaZ+As0dUMV3eQllxFSp9VNL5zXBfrXl42X7kkwwM73SkzwuhdxXnlYCIw0PvmgdVDBlEXhRbG3B+CmXNJh5yy4/c2JDwiNtnDNV/By9s2vc1ey5bEV+aFwA81lcKI/HE9B0CLDFSDk0pf3r0L6nXFggh8xe0nZlDhoMo5mpGdwsJqobz8ocfLAGmAhzeyUFkXSuZDhy0c/6CXLh3HiVgtNUeNt4C93hfwxBBsemiW5X6i0/8KTx4JHgJ82TaPc5S+bf4Tn2sOsn7A0YxIzGAYfxBnC9MgpytpZblqKkv1+fz62uVJK/wP3cw8GyvSvNyLV/3RYPA7IE0l+evvs6iMUf/irMJzY3NOwFmHUOOMkP1Ad+iGs8gShP6acHonfsNXcEZ7+nzUgmN1sW+NS0sWuUj2Opgc48k= ceph-3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:43:08.672 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-16T13:43:09.092 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:43:08 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:43:09.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:08 smithi098 bash[22846]: audit 2024-09-16T13:43:07.771679+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.98:0/817712465' entity='client.admin' 2024-09-16T13:43:09.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:08 smithi098 bash[22846]: audit 2024-09-16T13:43:07.771679+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.98:0/817712465' entity='client.admin' 2024-09-16T13:43:09.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:08 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:43:10.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.916461+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.916461+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.919001+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.919001+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.921100+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.921100+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.931639+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.931639+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.934955+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.934955+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.937547+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.937547+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.940206+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.940206+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.942732+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.942732+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.945622+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.945622+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.956325+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.956325+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.961061+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:08.961061+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:09.421065+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:10.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:09 smithi098 bash[22846]: audit 2024-09-16T13:43:09.421065+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:13.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:12 smithi098 bash[22846]: cluster 2024-09-16T13:43:12.827815+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:13.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:12 smithi098 bash[22846]: cluster 2024-09-16T13:43:12.827815+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:13.391 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:43:14.541 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:14 smithi098 bash[22846]: audit 2024-09-16T13:43:13.130286+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:14.541 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:14 smithi098 bash[22846]: audit 2024-09-16T13:43:13.130286+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:14.541 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:14 smithi098 bash[22846]: audit 2024-09-16T13:43:13.740098+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:14.541 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:14 smithi098 bash[22846]: audit 2024-09-16T13:43:13.740098+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:14.541 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:14 smithi098 bash[22846]: audit 2024-09-16T13:43:13.746303+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:14.541 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:14 smithi098 bash[22846]: audit 2024-09-16T13:43:13.746303+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:15.521 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: cluster 2024-09-16T13:43:14.828322+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:15.522 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: cluster 2024-09-16T13:43:14.828322+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:15.522 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: audit 2024-09-16T13:43:14.876300+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.98:0/222111808' entity='client.admin' 2024-09-16T13:43:15.522 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: audit 2024-09-16T13:43:14.876300+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.98:0/222111808' entity='client.admin' 2024-09-16T13:43:15.522 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: audit 2024-09-16T13:43:14.897528+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:15.522 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: audit 2024-09-16T13:43:14.897528+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:15.522 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: audit 2024-09-16T13:43:14.905184+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:15.522 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:15 smithi098 bash[22846]: audit 2024-09-16T13:43:14.905184+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:15.523 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-16T13:43:15.523 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-16T13:43:17.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:16 smithi098 bash[22846]: cluster 2024-09-16T13:43:16.828838+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:17.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:16 smithi098 bash[22846]: cluster 2024-09-16T13:43:16.828838+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:19.163 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:18 smithi098 bash[22846]: cluster 2024-09-16T13:43:18.829254+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:19.163 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:18 smithi098 bash[22846]: cluster 2024-09-16T13:43:18.829254+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:20.145 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:43:21.328 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:20 smithi098 bash[22846]: cluster 2024-09-16T13:43:20.829727+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:21.329 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:20 smithi098 bash[22846]: cluster 2024-09-16T13:43:20.829727+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:22.863 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi151 2024-09-16T13:43:22.863 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:43:22.863 DEBUG:teuthology.orchestra.run.smithi151:> dd of=/etc/ceph/ceph.conf 2024-09-16T13:43:22.870 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:43:22.870 DEBUG:teuthology.orchestra.run.smithi151:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:22.915 INFO:tasks.cephadm:Adding host smithi151 to orchestrator... 2024-09-16T13:43:22.915 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch host add smithi151 2024-09-16T13:43:23.022 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.678098+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:23.022 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.678098+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:23.022 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.681237+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:23.022 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.681237+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.681918+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.681918+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.683337+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.683337+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.684018+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.684018+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.684952+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.684952+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.741931+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.741931+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.791993+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:23.023 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.791993+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:23.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.841384+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:43:23.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: cephadm 2024-09-16T13:43:21.841384+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:43:23.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.897264+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:23.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.897264+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:23.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.899636+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:23.024 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:22 smithi098 bash[22846]: audit 2024-09-16T13:43:21.899636+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:23 smithi098 bash[22846]: cluster 2024-09-16T13:43:22.834812+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:23 smithi098 bash[22846]: cluster 2024-09-16T13:43:22.834812+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:23 smithi098 bash[22846]: audit 2024-09-16T13:43:23.014449+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:23 smithi098 bash[22846]: audit 2024-09-16T13:43:23.014449+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:23 smithi098 bash[22846]: audit 2024-09-16T13:43:23.019671+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:23 smithi098 bash[22846]: audit 2024-09-16T13:43:23.019671+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:24 smithi098 bash[22846]: cluster 2024-09-16T13:43:24.835191+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:24 smithi098 bash[22846]: cluster 2024-09-16T13:43:24.835191+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:26 smithi098 bash[22846]: cluster 2024-09-16T13:43:26.835619+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:27.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:26 smithi098 bash[22846]: cluster 2024-09-16T13:43:26.835619+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:27.646 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:43:29.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:28 smithi098 bash[22846]: cluster 2024-09-16T13:43:28.835870+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:29.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:28 smithi098 bash[22846]: cluster 2024-09-16T13:43:28.835870+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:30.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:29 smithi098 bash[22846]: audit 2024-09-16T13:43:29.008610+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi151", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:30.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:29 smithi098 bash[22846]: audit 2024-09-16T13:43:29.008610+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi151", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:31.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:30 smithi098 bash[22846]: cephadm 2024-09-16T13:43:29.984871+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi151 2024-09-16T13:43:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:30 smithi098 bash[22846]: cephadm 2024-09-16T13:43:29.984871+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi151 2024-09-16T13:43:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:30 smithi098 bash[22846]: cluster 2024-09-16T13:43:30.836108+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:30 smithi098 bash[22846]: cluster 2024-09-16T13:43:30.836108+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:33.198 INFO:teuthology.orchestra.run.smithi098.stdout:Added host 'smithi151' with addr '172.21.15.151' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:32.305422+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:32.305422+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:32.308917+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:32.308917+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:32.312527+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:32.312527+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: cluster 2024-09-16T13:43:32.836436+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: cluster 2024-09-16T13:43:32.836436+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:33.195284+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:33.195284+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:33.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:33.196964+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:33.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:33 smithi098 bash[22846]: audit 2024-09-16T13:43:33.196964+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:34.209 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T13:43:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:34 smithi098 bash[22846]: cephadm 2024-09-16T13:43:33.196145+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi151 2024-09-16T13:43:35.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:34 smithi098 bash[22846]: cephadm 2024-09-16T13:43:33.196145+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi151 2024-09-16T13:43:35.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:34 smithi098 bash[22846]: audit 2024-09-16T13:43:33.689126+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:35.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:34 smithi098 bash[22846]: audit 2024-09-16T13:43:33.689126+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: cluster 2024-09-16T13:43:34.836785+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:36.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: cluster 2024-09-16T13:43:34.836785+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:36.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.202383+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.202383+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.210291+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.210291+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.211819+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.211819+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.214097+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.214097+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.215903+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.215903+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.614664+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.614664+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.624525+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.624525+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.627412+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:43:36.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.627412+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:43:36.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.631320+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []}]': finished 2024-09-16T13:43:36.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:35 smithi098 bash[22846]: audit 2024-09-16T13:43:35.631320+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []}]': finished 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.218391+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.218391+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.331750+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.331750+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.430255+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.430255+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.520657+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:43:37.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:36 smithi098 bash[22846]: cephadm 2024-09-16T13:43:35.520657+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:43:38.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: cephadm 2024-09-16T13:43:36.539417+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi151 on smithi151 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: cephadm 2024-09-16T13:43:36.539417+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi151 on smithi151 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: cluster 2024-09-16T13:43:36.837167+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: cluster 2024-09-16T13:43:36.837167+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.578952+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.578952+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.584885+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.584885+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.590232+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.590232+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.617390+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.617390+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:38.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.620920+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.620920+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.622219+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.622219+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.629578+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.629578+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.662962+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.662962+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.666915+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.666915+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.668550+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.668550+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.676574+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:37 smithi098 bash[22846]: audit 2024-09-16T13:43:37.676574+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:38.942 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:43:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:39 smithi098 bash[22846]: audit 2024-09-16T13:43:38.117307+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:39 smithi098 bash[22846]: audit 2024-09-16T13:43:38.117307+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:39 smithi098 bash[22846]: audit 2024-09-16T13:43:38.138778+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:39 smithi098 bash[22846]: audit 2024-09-16T13:43:38.138778+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:39 smithi098 bash[22846]: cluster 2024-09-16T13:43:38.837585+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:39 smithi098 bash[22846]: cluster 2024-09-16T13:43:38.837585+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:40.469 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:40.469 INFO:teuthology.orchestra.run.smithi098.stdout:[{"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.151", "hostname": "smithi151", "labels": [], "status": ""}] 2024-09-16T13:43:40.482 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:40 smithi098 bash[22846]: audit 2024-09-16T13:43:39.168353+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:40.482 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:40 smithi098 bash[22846]: audit 2024-09-16T13:43:39.168353+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:40.482 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:40 smithi098 bash[22846]: audit 2024-09-16T13:43:39.176491+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:40.482 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:40 smithi098 bash[22846]: audit 2024-09-16T13:43:39.176491+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:41.131 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2024-09-16T13:43:41.131 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:43:41.131 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2024-09-16T13:43:41.137 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:43:41.137 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:41.186 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2024-09-16T13:43:41.186 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch host add smithi184 2024-09-16T13:43:41.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:41 smithi098 bash[22846]: audit 2024-09-16T13:43:40.467736+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:43:41.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:41 smithi098 bash[22846]: audit 2024-09-16T13:43:40.467736+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:43:41.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:41 smithi098 bash[22846]: cluster 2024-09-16T13:43:40.838033+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:41.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:41 smithi098 bash[22846]: cluster 2024-09-16T13:43:40.838033+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:42 smithi098 bash[22846]: cluster 2024-09-16T13:43:42.838476+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:43.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:42 smithi098 bash[22846]: cluster 2024-09-16T13:43:42.838476+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:45.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:44 smithi098 bash[22846]: cluster 2024-09-16T13:43:44.838914+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:45.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:44 smithi098 bash[22846]: cluster 2024-09-16T13:43:44.838914+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:45.906 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:43:47.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:46 smithi098 bash[22846]: cluster 2024-09-16T13:43:46.839352+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:47.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:46 smithi098 bash[22846]: cluster 2024-09-16T13:43:46.839352+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:49.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:48 smithi098 bash[22846]: audit 2024-09-16T13:43:47.993975+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:49.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:48 smithi098 bash[22846]: audit 2024-09-16T13:43:47.993975+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:43:49.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:48 smithi098 bash[22846]: cluster 2024-09-16T13:43:48.839734+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:49.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:48 smithi098 bash[22846]: cluster 2024-09-16T13:43:48.839734+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:50.181 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:49 smithi098 bash[22846]: cephadm 2024-09-16T13:43:48.988906+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-09-16T13:43:50.181 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:49 smithi098 bash[22846]: cephadm 2024-09-16T13:43:48.988906+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-09-16T13:43:51.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:50 smithi098 bash[22846]: cluster 2024-09-16T13:43:50.840027+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:51.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:50 smithi098 bash[22846]: cluster 2024-09-16T13:43:50.840027+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:52.210 INFO:teuthology.orchestra.run.smithi098.stdout:Added host 'smithi184' with addr '172.21.15.184' 2024-09-16T13:43:52.892 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-16T13:43:53.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.207748+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.207748+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: cephadm 2024-09-16T13:43:52.208614+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi184 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: cephadm 2024-09-16T13:43:52.208614+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi184 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.209384+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.209384+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.260499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.260499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.267320+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.267320+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.432545+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.432545+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.437621+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.437621+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.443484+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.443484+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.752457+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: audit 2024-09-16T13:43:52.752457+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:53.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: cluster 2024-09-16T13:43:52.840415+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:53.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:53 smithi098 bash[22846]: cluster 2024-09-16T13:43:52.840415+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:55.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.296766+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.296766+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.303165+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.303165+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.304716+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.304716+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.306714+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.306714+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.308608+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.308608+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.311176+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:43:55.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.311176+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.426697+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.426697+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.636533+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.636533+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.727551+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cephadm 2024-09-16T13:43:54.727551+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.824206+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.824206+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.830908+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.830908+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.834252+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.834252+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:43:55.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.835656+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-09-16T13:43:55.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: audit 2024-09-16T13:43:54.835656+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-09-16T13:43:55.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cluster 2024-09-16T13:43:54.840783+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:55.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:55 smithi098 bash[22846]: cluster 2024-09-16T13:43:54.840783+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: cephadm 2024-09-16T13:43:55.491002+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: cephadm 2024-09-16T13:43:55.491002+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.480541+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.480541+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.486927+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.486927+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.490792+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.490792+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.538989+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.538989+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.543549+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.543549+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.545299+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.545299+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.554020+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.554020+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.603364+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.603364+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.607790+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.607790+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.609395+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.609395+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.618168+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:56 smithi098 bash[22846]: audit 2024-09-16T13:43:56.618168+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:57.621 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:43:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:57 smithi098 bash[22846]: cluster 2024-09-16T13:43:56.841203+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:57 smithi098 bash[22846]: cluster 2024-09-16T13:43:56.841203+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:57 smithi098 bash[22846]: audit 2024-09-16T13:43:57.024059+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:57 smithi098 bash[22846]: audit 2024-09-16T13:43:57.024059+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.096 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:43:59.096 INFO:teuthology.orchestra.run.smithi098.stdout:[{"addr": "172.21.15.98", "hostname": "smithi098", "labels": [], "status": ""}, {"addr": "172.21.15.151", "hostname": "smithi151", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2024-09-16T13:43:59.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.098505+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.098505+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.106450+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.106450+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.147319+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.147319+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.739804+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.739804+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.745965+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.745965+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.752720+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: audit 2024-09-16T13:43:58.752720+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:43:59.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: cluster 2024-09-16T13:43:58.841560+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:59.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:43:59 smithi098 bash[22846]: cluster 2024-09-16T13:43:58.841560+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:43:59.719 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-16T13:43:59.719 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-16T13:44:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:00 smithi098 bash[22846]: audit 2024-09-16T13:43:59.094886+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:01.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:00 smithi098 bash[22846]: audit 2024-09-16T13:43:59.094886+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:02.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:01 smithi098 bash[22846]: cluster 2024-09-16T13:44:00.841925+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:02.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:01 smithi098 bash[22846]: cluster 2024-09-16T13:44:00.841925+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:02 smithi098 bash[22846]: cluster 2024-09-16T13:44:02.842332+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:03.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:02 smithi098 bash[22846]: cluster 2024-09-16T13:44:02.842332+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:04.449 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:44:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:04 smithi098 bash[22846]: cluster 2024-09-16T13:44:04.842759+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:05.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:04 smithi098 bash[22846]: cluster 2024-09-16T13:44:04.842759+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:06.151 INFO:teuthology.orchestra.run.smithi098.stderr:adjusted tunables profile to default 2024-09-16T13:44:06.563 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:06 smithi098 bash[22846]: audit 2024-09-16T13:44:06.099112+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T13:44:06.563 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:06 smithi098 bash[22846]: audit 2024-09-16T13:44:06.099112+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T13:44:07.153 INFO:tasks.cephadm:Adding mon.a on smithi098 2024-09-16T13:44:07.153 INFO:tasks.cephadm:Adding mon.b on smithi151 2024-09-16T13:44:07.153 INFO:tasks.cephadm:Adding mon.c on smithi184 2024-09-16T13:44:07.153 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c' 2024-09-16T13:44:07.534 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:07 smithi098 bash[22846]: audit 2024-09-16T13:44:06.150507+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T13:44:07.534 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:07 smithi098 bash[22846]: audit 2024-09-16T13:44:06.150507+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T13:44:07.534 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:07 smithi098 bash[22846]: cluster 2024-09-16T13:44:06.154611+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:07.534 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:07 smithi098 bash[22846]: cluster 2024-09-16T13:44:06.154611+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:07.534 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:07 smithi098 bash[22846]: cluster 2024-09-16T13:44:06.843176+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:07.534 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:07 smithi098 bash[22846]: cluster 2024-09-16T13:44:06.843176+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:08.370 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:09.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:08 smithi098 bash[22846]: cluster 2024-09-16T13:44:08.843568+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:09.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:08 smithi098 bash[22846]: cluster 2024-09-16T13:44:08.843568+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:10.342 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2024-09-16T13:44:10.930 DEBUG:teuthology.orchestra.run.smithi151:mon.b> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.b.service 2024-09-16T13:44:10.933 DEBUG:teuthology.orchestra.run.smithi184:mon.c> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.c.service 2024-09-16T13:44:10.935 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T13:44:10.935 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T13:44:11.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.329618+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:11.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.329618+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:11.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: cephadm 2024-09-16T13:44:10.334684+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c;count:3 2024-09-16T13:44:11.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: cephadm 2024-09-16T13:44:10.334684+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c;count:3 2024-09-16T13:44:11.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.340038+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:11.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.340038+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.341920+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.341920+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.347042+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.347042+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.348956+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.348956+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.357643+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.357643+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.362314+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.362314+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.364094+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:11.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: audit 2024-09-16T13:44:10.364094+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:11.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: cephadm 2024-09-16T13:44:10.366113+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-09-16T13:44:11.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: cephadm 2024-09-16T13:44:10.366113+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-09-16T13:44:11.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: cluster 2024-09-16T13:44:10.843975+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:11.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:11 smithi098 bash[22846]: cluster 2024-09-16T13:44:10.843975+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:12.667 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:11.808709+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:11.808709+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:11.816831+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:11.816831+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:12.638689+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:12.638689+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:12.644879+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:12.644879+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:12.653005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:13.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:12 smithi098 bash[22846]: audit 2024-09-16T13:44:12.653005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:14.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:13 smithi098 bash[22846]: cluster 2024-09-16T13:44:12.844321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:14.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:13 smithi098 bash[22846]: cluster 2024-09-16T13:44:12.844321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:14.650 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-09-16T13:44:14.650 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-09-16T13:44:14.650 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"3240e16a-7431-11ef-bceb-c7b262605968","modified":"2024-09-16T13:41:46.056812Z","created":"2024-09-16T13:41:46.056812Z","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.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-16T13:44:15.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:14 smithi098 bash[22846]: audit 2024-09-16T13:44:14.648759+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.184:0/2046562571' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T13:44:15.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:14 smithi098 bash[22846]: audit 2024-09-16T13:44:14.648759+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.184:0/2046562571' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T13:44:16.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:15 smithi098 bash[22846]: cluster 2024-09-16T13:44:14.844746+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:16.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:15 smithi098 bash[22846]: cluster 2024-09-16T13:44:14.844746+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:16.429 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T13:44:16.430 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T13:44:17.051 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:16 smithi184 systemd[1]: Started Ceph mon.c for 3240e16a-7431-11ef-bceb-c7b262605968. 2024-09-16T13:44:17.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:16 smithi098 bash[22846]: cluster 2024-09-16T13:44:16.845152+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:17.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:16 smithi098 bash[22846]: cluster 2024-09-16T13:44:16.845152+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:17.646 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:16.988910+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:16.988910+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:16.996980+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:16.996980+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:17.003635+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:17.003635+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:17.004985+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:17.004985+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:17.006614+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: audit 2024-09-16T13:44:17.006614+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: cephadm 2024-09-16T13:44:17.008489+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi151 2024-09-16T13:44:18.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:17 smithi098 bash[22846]: cephadm 2024-09-16T13:44:17.008489+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi151 2024-09-16T13:44:18.490 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.467+0000 7ff49282bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-16T13:44:18.490 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.467+0000 7ff49282bc80 0 ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T13:44:18.490 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.467+0000 7ff49282bc80 0 pidfile_write: ignore empty --pid-file 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 0 load: jerasure load: lrc 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Git sha 0 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: DB SUMMARY 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: DB Session ID: NJY4Q68REZ0XSC9EXS8X 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: CURRENT file: CURRENT 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-16T13:44:18.491 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-16T13:44:18.492 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-16T13:44:18.492 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.error_if_exists: 0 2024-09-16T13:44:18.492 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.create_if_missing: 0 2024-09-16T13:44:18.492 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-16T13:44:18.492 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T13:44:18.492 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T13:44:18.492 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.env: 0x55cf09343120 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.info_log: 0x55cf0b121700 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.statistics: (nil) 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.use_fsync: 0 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-16T13:44:18.493 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-16T13:44:18.494 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-16T13:44:18.494 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-16T13:44:18.494 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-16T13:44:18.494 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-16T13:44:18.494 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T13:44:18.494 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-16T13:44:18.494 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.db_log_dir: 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.wal_dir: 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-16T13:44:18.495 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.write_buffer_manager: 0x55cf0b125b80 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-16T13:44:18.496 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-16T13:44:18.497 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-16T13:44:18.497 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.unordered_write: 0 2024-09-16T13:44:18.497 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T13:44:18.497 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T13:44:18.497 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T13:44:18.497 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T13:44:18.497 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.row_cache: None 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.wal_filter: None 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.two_write_queues: 0 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.wal_compression: 0 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.atomic_flush: 0 2024-09-16T13:44:18.498 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T13:44:18.499 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T13:44:18.499 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T13:44:18.499 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-16T13:44:18.499 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T13:44:18.499 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-16T13:44:18.499 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T13:44:18.500 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T13:44:18.500 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-16T13:44:18.500 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-16T13:44:18.500 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T13:44:18.500 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-16T13:44:18.500 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-16T13:44:18.500 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-16T13:44:18.501 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T13:44:18.501 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T13:44:18.501 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T13:44:18.501 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-16T13:44:18.501 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T13:44:18.501 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T13:44:18.503 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_open_files: -1 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Compression algorithms supported: 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kZSTD supported: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kXpressCompression supported: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T13:44:18.504 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-16T13:44:18.505 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kZlibCompression supported: 1 2024-09-16T13:44:18.505 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-16T13:44:18.505 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-16T13:44:18.505 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T13:44:18.505 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T13:44:18.505 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-16T13:44:18.505 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T13:44:18.506 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T13:44:18.506 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.merge_operator: 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_filter: None 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55cf0b121320) 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cache_index_and_filter_blocks: 1 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: pin_top_level_index_and_filter: 1 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: index_type: 0 2024-09-16T13:44:18.507 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: data_block_index_type: 0 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: index_shortening: 1 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: data_block_hash_table_util_ratio: 0.750000 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: checksum: 4 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: no_block_cache: 0 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_cache: 0x55cf0b117610 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_cache_name: BinnedLRUCache 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_cache_options: 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: capacity : 536870912 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: num_shard_bits : 4 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: strict_capacity_limit : 0 2024-09-16T13:44:18.508 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: high_pri_pool_ratio: 0.000 2024-09-16T13:44:18.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_cache_compressed: (nil) 2024-09-16T13:44:18.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: persistent_cache: (nil) 2024-09-16T13:44:18.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_size: 4096 2024-09-16T13:44:18.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_size_deviation: 10 2024-09-16T13:44:18.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_restart_interval: 16 2024-09-16T13:44:18.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: index_block_restart_interval: 1 2024-09-16T13:44:18.509 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: metadata_block_size: 4096 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: partition_filters: 0 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: use_delta_encoding: 1 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: filter_policy: bloomfilter 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: whole_key_filtering: 1 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: verify_compression: 0 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: read_amp_bytes_per_bit: 0 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: format_version: 5 2024-09-16T13:44:18.510 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: enable_index_compression: 1 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: block_align: 0 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: max_auto_readahead_size: 262144 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: prepopulate_block_cache: 0 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: initial_auto_readahead_size: 8192 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: num_file_reads_for_auto_readahead: 2 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression: NoCompression 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-16T13:44:18.511 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.num_levels: 7 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T13:44:18.512 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T13:44:18.513 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T13:44:18.514 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T13:44:18.515 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.471+0000 7ff49282bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.bloom_locality: 0 2024-09-16T13:44:18.516 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.ttl: 2592000 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.enable_blob_files: false 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.min_blob_size: 0 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T13:44:18.517 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0b0254ab-c5ba-48eb-969c-b07997dd044e 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494258478055, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494258478479, "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": 1726494258, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0b0254ab-c5ba-48eb-969c-b07997dd044e", "db_session_id": "NJY4Q68REZ0XSC9EXS8X", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-16T13:44:18.518 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494258478589, "job": 1, "event": "recovery_finished"} 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55cf0b144e00 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 4 rocksdb: DB pointer 0x55cf0b248000 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff4885f3640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff4885f3640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: ** DB Stats ** 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T13:44:18.519 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: ** Compaction Stats [default] ** 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: 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-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: ** Compaction Stats [default] ** 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: 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-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:18.520 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: AddFile(Keys): cumulative 0, interval 0 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: 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-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: Block cache BinnedLRUCache@0x55cf0b117610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: 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-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: ** File Read Latency Histogram By Level [default] ** 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-16T13:44:18.521 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 0 using public_addr v2:172.21.15.184:0/0 -> [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-09-16T13:44:18.522 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.475+0000 7ff49282bc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:18.522 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.479+0000 7ff49282bc80 1 mon.c@-1(???) e0 preinit fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:18.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.503+0000 7ff48b5f9640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-16T13:44:18.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.503+0000 7ff48b5f9640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-16T13:44:18.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: e1 2024-09-16T13:44:18.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: btime 2024-09-16T13:41:50:712894+0000 2024-09-16T13:44:18.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T13:44:18.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: 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-09-16T13:44:18.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: legacy client fscid: -1 2024-09-16T13:44:18.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: No filesystems configured 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.503+0000 7ff48b5f9640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:44:18.719 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.507+0000 7ff48b5f9640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:13.130286+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:13.130286+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:13.740098+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:13.740098+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:13.746303+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:13.746303+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:14.828322+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:14.828322+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:14.876300+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.98:0/222111808' entity='client.admin' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:14.876300+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.98:0/222111808' entity='client.admin' 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:14.897528+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:14.897528+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.720 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:14.905184+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:14.905184+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:16.828838+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:16.828838+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:18.829254+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:18.829254+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:20.829727+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:20.829727+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.678098+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.678098+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.681237+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.681237+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.681918+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.681918+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.721 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.683337+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.683337+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.684018+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.684018+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.684952+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.684952+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.741931+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.741931+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.791993+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.791993+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.841384+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:21.841384+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.897264+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.722 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.897264+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.899636+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:21.899636+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:22.834812+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:22.834812+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:23.014449+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:23.014449+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:23.019671+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:23.019671+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:24.835191+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:24.835191+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:26.835619+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:26.835619+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:28.835870+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.723 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:28.835870+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:29.008610+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi151", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:29.008610+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi151", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:29.984871+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi151 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:29.984871+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi151 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:30.836108+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:30.836108+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:32.305422+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:32.305422+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:32.308917+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:32.308917+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:32.312527+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:32.312527+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:32.836436+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.724 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:32.836436+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:33.195284+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:33.195284+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:33.196964+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:33.196964+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:33.196145+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi151 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:33.196145+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi151 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:33.689126+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:33.689126+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:34.836785+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:34.836785+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.202383+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.202383+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.210291+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.725 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.210291+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.211819+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.211819+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.214097+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.214097+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.215903+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.215903+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.614664+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.614664+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.624525+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.624525+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.627412+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.627412+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:44:18.726 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.631320+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []}]': finished 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:35.631320+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []}]': finished 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.218391+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.218391+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.331750+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.331750+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.430255+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.430255+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.520657+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:35.520657+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:36.539417+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi151 on smithi151 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:36.539417+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi151 on smithi151 2024-09-16T13:44:18.727 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:36.837167+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:36.837167+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.578952+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.578952+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.584885+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.584885+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.590232+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.590232+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.617390+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.728 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.617390+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.729 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.620920+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.620920+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.622219+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.622219+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.629578+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.629578+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.662962+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.662962+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.666915+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.666915+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.668550+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.730 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.668550+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.676574+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:37.676574+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:38.117307+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:38.117307+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:38.138778+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:38.138778+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:38.837585+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:38.837585+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:39.168353+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:39.168353+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:39.176491+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:39.176491+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:40.467736+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:18.731 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:40.467736+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:18.732 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:40.838033+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.732 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:40.838033+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.732 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:42.838476+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.732 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:42.838476+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.732 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:44.838914+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.732 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:44.838914+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.732 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:46.839352+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:46.839352+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:47.993975+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:47.993975+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:48.839734+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:48.839734+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:48.988906+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:48.988906+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:50.840027+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:50.840027+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.207748+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.207748+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.733 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:52.208614+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi184 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:52.208614+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi184 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.209384+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.209384+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.260499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.260499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.267320+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.267320+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.734 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.432545+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.432545+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.437621+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.437621+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.443484+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.443484+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.752457+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:52.752457+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:52.840415+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:52.840415+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.296766+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.735 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.296766+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.303165+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.303165+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.304716+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.304716+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.306714+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.306714+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.308608+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.308608+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.736 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.311176+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.311176+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.426697+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.426697+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.636533+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.636533+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.727551+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:54.727551+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.824206+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.824206+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.830908+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.737 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.830908+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.834252+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.834252+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.835656+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:54.835656+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:54.840783+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:54.840783+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:55.491002+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:43:55.491002+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.480541+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.480541+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.486927+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.486927+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.738 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.490792+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.490792+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.538989+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.538989+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.543549+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.543549+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.545299+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.545299+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.554020+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.554020+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.603364+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.603364+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.607790+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.739 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.607790+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.609395+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.609395+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.618168+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:56.618168+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:56.841203+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:56.841203+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:57.024059+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:57.024059+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.098505+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.098505+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.106450+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.106450+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.147319+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.740 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.147319+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.739804+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.739804+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.745965+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.745965+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.752720+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:58.752720+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:58.841560+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:43:58.841560+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:59.094886+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:43:59.094886+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:00.841925+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:00.841925+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:02.842332+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.741 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:02.842332+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:04.842759+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:04.842759+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:06.099112+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:06.099112+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:06.150507+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:06.150507+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:06.154611+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:06.154611+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:06.843176+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:06.843176+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:08.843568+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:08.843568+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.742 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.329618+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.743 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.329618+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:18.743 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:44:10.334684+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c;count:3 2024-09-16T13:44:18.743 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:44:10.334684+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c;count:3 2024-09-16T13:44:18.743 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.340038+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.743 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.340038+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.743 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.341920+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.743 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.341920+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.347042+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.347042+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.348956+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.348956+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.357643+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.357643+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.362314+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.362314+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.364094+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.744 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:10.364094+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.745 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:44:10.366113+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-09-16T13:44:18.745 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:44:10.366113+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-09-16T13:44:18.745 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:10.843975+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.745 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:10.843975+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.745 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:11.808709+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.745 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:11.808709+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.745 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:11.816831+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:11.816831+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:12.638689+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:12.638689+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:12.644879+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:12.644879+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:12.653005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:12.653005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:12.844321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:12.844321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.746 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:14.648759+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.184:0/2046562571' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T13:44:18.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:14.648759+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.184:0/2046562571' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T13:44:18.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:14.844746+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:14.844746+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:16.845152+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cluster 2024-09-16T13:44:16.845152+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:18.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:16.988910+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.747 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:16.988910+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:16.996980+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:16.996980+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:17.003635+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:17.003635+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:17.004985+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:17.004985+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:17.006614+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.748 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: audit 2024-09-16T13:44:17.006614+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:18.749 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:44:17.008489+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi151 2024-09-16T13:44:18.749 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: cephadm 2024-09-16T13:44:17.008489+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi151 2024-09-16T13:44:18.749 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:18 smithi184 bash[23288]: debug 2024-09-16T13:44:18.511+0000 7ff48b5f9640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-16T13:44:21.656 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:21 smithi151 systemd[1]: Started Ceph mon.b for 3240e16a-7431-11ef-bceb-c7b262605968. 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.559+0000 7f5cb7d2dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.559+0000 7f5cb7d2dc80 0 ceph version 19.3.0-4917-g8293d73f (8293d73f8690540e843a81caec373f9cc29cf705) squid (dev), process ceph-mon, pid 7 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.563+0000 7f5cb7d2dc80 0 pidfile_write: ignore empty --pid-file 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.563+0000 7f5cb7d2dc80 0 load: jerasure load: lrc 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Git sha 0 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Compile date 2024-09-13 14:50:41 2024-09-16T13:44:22.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: DB SUMMARY 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: DB Session ID: TKS751K3JHVATG9K4FE9 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: CURRENT file: CURRENT 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.error_if_exists: 0 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.create_if_missing: 0 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-16T13:44:22.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.env: 0x563904d51120 2024-09-16T13:44:22.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-16T13:44:22.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.info_log: 0x5639055e1700 2024-09-16T13:44:22.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-16T13:44:22.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.statistics: (nil) 2024-09-16T13:44:22.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.use_fsync: 0 2024-09-16T13:44:22.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.db_log_dir: 2024-09-16T13:44:22.749 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.wal_dir: 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.write_buffer_manager: 0x5639055e5b80 2024-09-16T13:44:22.750 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.unordered_write: 0 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-16T13:44:22.751 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.row_cache: None 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.wal_filter: None 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.two_write_queues: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.wal_compression: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.atomic_flush: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-16T13:44:22.752 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-16T13:44:22.753 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_open_files: -1 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Compression algorithms supported: 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kZSTD supported: 0 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kXpressCompression supported: 0 2024-09-16T13:44:22.754 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kZlibCompression supported: 1 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-16T13:44:22.755 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-16T13:44:22.757 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-16T13:44:22.757 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.merge_operator: 2024-09-16T13:44:22.757 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_filter: None 2024-09-16T13:44:22.757 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5639055e1320) 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cache_index_and_filter_blocks: 1 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: pin_top_level_index_and_filter: 1 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: index_type: 0 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: data_block_index_type: 0 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: index_shortening: 1 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: data_block_hash_table_util_ratio: 0.750000 2024-09-16T13:44:22.758 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: checksum: 4 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: no_block_cache: 0 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_cache: 0x5639055d7610 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_cache_name: BinnedLRUCache 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_cache_options: 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: capacity : 536870912 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: num_shard_bits : 4 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: strict_capacity_limit : 0 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: high_pri_pool_ratio: 0.000 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_cache_compressed: (nil) 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: persistent_cache: (nil) 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_size: 4096 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_size_deviation: 10 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_restart_interval: 16 2024-09-16T13:44:22.759 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: index_block_restart_interval: 1 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: metadata_block_size: 4096 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: partition_filters: 0 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: use_delta_encoding: 1 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: filter_policy: bloomfilter 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: whole_key_filtering: 1 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: verify_compression: 0 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: read_amp_bytes_per_bit: 0 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: format_version: 5 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: enable_index_compression: 1 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: block_align: 0 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: max_auto_readahead_size: 262144 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: prepopulate_block_cache: 0 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: initial_auto_readahead_size: 8192 2024-09-16T13:44:22.760 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: num_file_reads_for_auto_readahead: 2 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression: NoCompression 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.num_levels: 7 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-16T13:44:22.761 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-16T13:44:22.762 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-16T13:44:22.763 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-16T13:44:22.764 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-16T13:44:22.765 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.bloom_locality: 0 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-16T13:44:22.766 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.ttl: 2592000 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.enable_blob_files: false 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.min_blob_size: 0 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-16T13:44:22.767 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 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-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-16T13:44:22.768 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 7e19858a-b25c-4bf5-8048-556ce5a97dad 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494262572006, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494262572467, "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": 1726494262, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "7e19858a-b25c-4bf5-8048-556ce5a97dad", "db_session_id": "TKS751K3JHVATG9K4FE9", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726494262572592, "job": 1, "event": "recovery_finished"} 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 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-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563905604e00 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 4 rocksdb: DB pointer 0x563905708000 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.567+0000 7f5cb7d2dc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.571+0000 7f5cadaf5640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-16T13:44:22.769 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.571+0000 7f5cadaf5640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: ** DB Stats ** 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: ** Compaction Stats [default] ** 2024-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: 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-09-16T13:44:22.770 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: ** Compaction Stats [default] ** 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: 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-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-16T13:44:22.771 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: AddFile(Total Files): cumulative 0, interval 0 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: AddFile(Keys): cumulative 0, interval 0 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: 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-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: Block cache BinnedLRUCache@0x5639055d7610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: 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-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: ** File Read Latency Histogram By Level [default] ** 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.571+0000 7f5cb7d2dc80 0 using public_addr v2:172.21.15.151:0/0 -> [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] 2024-09-16T13:44:22.772 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.571+0000 7f5cb7d2dc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] at bind addrs [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.571+0000 7f5cb7d2dc80 1 mon.b@-1(???) e0 preinit fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.595+0000 7f5cb0afb640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.595+0000 7f5cb0afb640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: e1 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: btime 2024-09-16T13:41:50:712894+0000 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: 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-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: legacy client fscid: -1 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: No filesystems configured 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.595+0000 7f5cb0afb640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.595+0000 7f5cb0afb640 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-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.595+0000 7f5cb0afb640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-16T13:44:22.773 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.595+0000 7f5cb0afb640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.595+0000 7f5cb0afb640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.599+0000 7f5cb0afb640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.599+0000 7f5cb0afb640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.599+0000 7f5cb0afb640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.599+0000 7f5cb0afb640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.599+0000 7f5cb0afb640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:13.130286+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:13.130286+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:13.740098+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:13.740098+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:13.746303+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:13.746303+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.774 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:14.828322+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:14.828322+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:14.876300+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.98:0/222111808' entity='client.admin' 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:14.876300+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.98:0/222111808' entity='client.admin' 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:14.897528+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:14.897528+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:14.905184+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:14.905184+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:16.828838+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:16.828838+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:18.829254+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:18.829254+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:20.829727+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.775 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:20.829727+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.678098+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.678098+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.681237+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.681237+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.681918+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.681918+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.683337+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.683337+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.684018+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.684018+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.684952+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.684952+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:22.776 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.741931+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.741931+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.791993+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.791993+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.841384+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:21.841384+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.897264+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.897264+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.899636+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:21.899636+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:22.834812+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:22.834812+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:23.014449+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:23.014449+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.777 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:23.019671+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:23.019671+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:24.835191+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:24.835191+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:26.835619+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:26.835619+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:28.835870+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:28.835870+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:29.008610+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi151", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:29.008610+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi151", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:29.984871+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi151 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:29.984871+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi151 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:30.836108+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.778 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:30.836108+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:32.305422+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:32.305422+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:32.308917+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:32.308917+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:32.312527+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:32.312527+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:32.836436+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:32.836436+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:33.195284+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.779 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:33.195284+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:33.196964+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:33.196964+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:33.196145+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi151 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:33.196145+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi151 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:33.689126+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:33.689126+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:34.836785+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:34.836785+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.202383+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.202383+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.210291+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.210291+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.780 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.211819+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.211819+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.214097+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.214097+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.215903+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.215903+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.614664+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.614664+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.624525+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.624525+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.627412+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.627412+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.631320+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []}]': finished 2024-09-16T13:44:22.781 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:35.631320+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []}]': finished 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.218391+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.218391+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.331750+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.331750+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.430255+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.430255+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.520657+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:35.520657+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:22.782 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:36.539417+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi151 on smithi151 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:36.539417+0000 mgr.a (mgr.14152) 37 : cephadm [INF] Deploying daemon agent.smithi151 on smithi151 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:36.837167+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:36.837167+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.578952+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.578952+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.584885+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.584885+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.590232+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.590232+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.617390+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.617390+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.620920+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.783 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.620920+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.622219+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.622219+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.629578+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.629578+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.662962+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.662962+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.666915+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.666915+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.784 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.668550+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.786 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.668550+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.786 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.676574+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.786 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:37.676574+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.786 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:38.117307+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.786 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:38.117307+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.786 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:38.138778+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:38.138778+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:38.837585+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:38.837585+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:39.168353+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:39.168353+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:39.176491+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:39.176491+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:40.467736+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:40.467736+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:40.838033+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:40.838033+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:42.838476+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.787 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:42.838476+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:44.838914+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:44.838914+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:46.839352+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:46.839352+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:47.993975+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:47.993975+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:48.839734+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:48.839734+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.788 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:48.988906+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:48.988906+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi184 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:50.840027+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:50.840027+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.207748+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.207748+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:52.208614+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi184 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:52.208614+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi184 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.209384+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.209384+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.260499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.260499+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.789 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.267320+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.267320+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.432545+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.432545+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.437621+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.437621+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.443484+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.443484+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.752457+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:52.752457+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.790 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:52.840415+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:52.840415+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.296766+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.296766+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.303165+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.303165+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.304716+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.304716+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.306714+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.306714+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.308608+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.308608+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.311176+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:22.791 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.311176+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.426697+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.426697+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.636533+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.636533+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.727551+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:54.727551+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.824206+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.824206+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.830908+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.792 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.830908+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.834252+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.834252+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.835656+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:54.835656+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []}]': finished 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:54.840783+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:54.840783+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:55.491002+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-09-16T13:44:22.793 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:43:55.491002+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi184 on smithi184 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.480541+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.480541+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.486927+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.486927+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.490792+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.490792+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.538989+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.538989+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.543549+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.794 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.543549+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.545299+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.545299+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.554020+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.554020+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.603364+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.603364+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.607790+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.607790+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.795 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.609395+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.609395+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.618168+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:56.618168+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:56.841203+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:56.841203+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:57.024059+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:57.024059+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.098505+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.098505+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.796 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.106450+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.106450+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.147319+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.147319+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.739804+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.739804+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.745965+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.745965+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.752720+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:58.752720+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.797 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:58.841560+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:43:58.841560+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:59.094886+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:43:59.094886+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:00.841925+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:00.841925+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:02.842332+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:02.842332+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:04.842759+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:04.842759+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:06.099112+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:06.099112+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:06.150507+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:06.150507+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.98:0/1258748403' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-16T13:44:22.798 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:06.154611+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:06.154611+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:06.843176+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:06.843176+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:08.843568+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:08.843568+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.329618+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.329618+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:44:10.334684+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c;count:3 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:44:10.334684+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c;count:3 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.340038+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.340038+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.341920+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.799 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.341920+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.347042+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.347042+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.348956+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.348956+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.357643+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.357643+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.362314+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.362314+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.364094+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:10.364094+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:44:10.366113+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:44:10.366113+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi184 2024-09-16T13:44:22.800 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:10.843975+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:10.843975+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:11.808709+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:11.808709+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:11.816831+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:11.816831+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:12.638689+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:12.638689+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:12.644879+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:12.644879+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.801 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:12.653005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:12.653005+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:12.844321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:12.844321+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:14.648759+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.184:0/2046562571' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:14.648759+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.184:0/2046562571' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:14.844746+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:14.844746+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:16.845152+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cluster 2024-09-16T13:44:16.845152+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:22.802 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:16.988910+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.803 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:16.988910+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.803 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:16.996980+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.803 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:16.996980+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.803 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:17.003635+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.803 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:17.003635+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:22.803 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:17.004985+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:22.804 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:17.004985+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:22.804 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:17.006614+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.804 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: audit 2024-09-16T13:44:17.006614+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:22.804 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:44:17.008489+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi151 2024-09-16T13:44:22.804 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: cephadm 2024-09-16T13:44:17.008489+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi151 2024-09-16T13:44:22.804 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:22 smithi151 bash[23533]: debug 2024-09-16T13:44:22.603+0000 7f5cb0afb640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-16T13:44:23.917 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-09-16T13:44:23.917 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":2,"fsid":"3240e16a-7431-11ef-bceb-c7b262605968","modified":"2024-09-16T13:44:18.521920Z","created":"2024-09-16T13:41:46.056812Z","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.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T13:44:23.917 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 2 2024-09-16T13:44:23.930 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:18.527325+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:23.930 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:18.527325+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:23.930 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:18.527627+0000 mon.a (mon.0) 219 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:23.930 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:18.527627+0000 mon.a (mon.0) 219 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:23.930 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:18.549040+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:18.549040+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:18.845535+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:18.845535+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:19.522185+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:19.522185+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:20.522261+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:20.522261+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:20.524035+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:20.524035+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:20.845913+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:20.845913+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:23.931 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:21.522442+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.932 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:21.522442+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.932 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:22.522582+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.932 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:22.522582+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.932 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:22.614438+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:23.932 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:22.614438+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:23.932 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:22.846341+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:22.846341+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.523003+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.523003+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.571212+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.571212+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577113+0000 mon.a (mon.0) 228 : cluster [DBG] monmap epoch 2 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577113+0000 mon.a (mon.0) 228 : cluster [DBG] monmap epoch 2 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577143+0000 mon.a (mon.0) 229 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577143+0000 mon.a (mon.0) 229 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577161+0000 mon.a (mon.0) 230 : cluster [DBG] last_changed 2024-09-16T13:44:18.521920+0000 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577161+0000 mon.a (mon.0) 230 : cluster [DBG] last_changed 2024-09-16T13:44:18.521920+0000 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577187+0000 mon.a (mon.0) 231 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:23.933 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577187+0000 mon.a (mon.0) 231 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577208+0000 mon.a (mon.0) 232 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577208+0000 mon.a (mon.0) 232 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577226+0000 mon.a (mon.0) 233 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577226+0000 mon.a (mon.0) 233 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577244+0000 mon.a (mon.0) 234 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577244+0000 mon.a (mon.0) 234 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577290+0000 mon.a (mon.0) 235 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.577290+0000 mon.a (mon.0) 235 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.596744+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.596744+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.596792+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.596792+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.597068+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-16T13:44:23.934 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.597068+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.597314+0000 mon.a (mon.0) 239 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: cluster 2024-09-16T13:44:23.597314+0000 mon.a (mon.0) 239 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.604384+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.604384+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.610377+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.610377+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.616374+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.616374+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.618213+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.618213+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.622662+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.622662+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.642881+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:23.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:23 smithi184 bash[23288]: audit 2024-09-16T13:44:23.642881+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:18.527325+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:18.527325+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:18.527627+0000 mon.a (mon.0) 219 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:18.527627+0000 mon.a (mon.0) 219 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:24.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:18.549040+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:18.549040+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:18.845535+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:18.845535+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:19.522185+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:19.522185+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:20.522261+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:20.522261+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:20.524035+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:20.524035+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:20.845913+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:20.845913+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:21.522442+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:21.522442+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:22.522582+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:22.522582+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:22.614438+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:22.614438+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:22.846341+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:22.846341+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.523003+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.523003+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.571212+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.571212+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577113+0000 mon.a (mon.0) 228 : cluster [DBG] monmap epoch 2 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577113+0000 mon.a (mon.0) 228 : cluster [DBG] monmap epoch 2 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577143+0000 mon.a (mon.0) 229 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577143+0000 mon.a (mon.0) 229 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577161+0000 mon.a (mon.0) 230 : cluster [DBG] last_changed 2024-09-16T13:44:18.521920+0000 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577161+0000 mon.a (mon.0) 230 : cluster [DBG] last_changed 2024-09-16T13:44:18.521920+0000 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577187+0000 mon.a (mon.0) 231 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:24.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577187+0000 mon.a (mon.0) 231 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577208+0000 mon.a (mon.0) 232 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577208+0000 mon.a (mon.0) 232 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577226+0000 mon.a (mon.0) 233 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577226+0000 mon.a (mon.0) 233 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577244+0000 mon.a (mon.0) 234 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577244+0000 mon.a (mon.0) 234 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577290+0000 mon.a (mon.0) 235 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.577290+0000 mon.a (mon.0) 235 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.596744+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.596744+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.596792+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.596792+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:24.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.597068+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.597068+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.597314+0000 mon.a (mon.0) 239 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: cluster 2024-09-16T13:44:23.597314+0000 mon.a (mon.0) 239 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.604384+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.604384+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.610377+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.610377+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.616374+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.616374+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.618213+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.618213+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.622662+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.622662+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.642881+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:23 smithi098 bash[22846]: audit 2024-09-16T13:44:23.642881+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.990 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:18.527325+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:24.990 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:18.527325+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:24.990 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:18.527627+0000 mon.a (mon.0) 219 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:24.990 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:18.527627+0000 mon.a (mon.0) 219 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:18.549040+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:18.549040+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:18.845535+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:18.845535+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:19.522185+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:19.522185+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:20.522261+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:20.522261+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:20.524035+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:20.524035+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:20.845913+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:20.845913+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.991 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:21.522442+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:21.522442+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:22.522582+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:22.522582+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:22.614438+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:22.614438+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:22.846341+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:22.846341+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.523003+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.523003+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.571212+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.571212+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577113+0000 mon.a (mon.0) 228 : cluster [DBG] monmap epoch 2 2024-09-16T13:44:24.992 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577113+0000 mon.a (mon.0) 228 : cluster [DBG] monmap epoch 2 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577143+0000 mon.a (mon.0) 229 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577143+0000 mon.a (mon.0) 229 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577161+0000 mon.a (mon.0) 230 : cluster [DBG] last_changed 2024-09-16T13:44:18.521920+0000 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577161+0000 mon.a (mon.0) 230 : cluster [DBG] last_changed 2024-09-16T13:44:18.521920+0000 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577187+0000 mon.a (mon.0) 231 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577187+0000 mon.a (mon.0) 231 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577208+0000 mon.a (mon.0) 232 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577208+0000 mon.a (mon.0) 232 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577226+0000 mon.a (mon.0) 233 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577226+0000 mon.a (mon.0) 233 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577244+0000 mon.a (mon.0) 234 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577244+0000 mon.a (mon.0) 234 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577290+0000 mon.a (mon.0) 235 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:24.993 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.577290+0000 mon.a (mon.0) 235 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.596744+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.596744+0000 mon.a (mon.0) 236 : cluster [DBG] fsmap 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.596792+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.596792+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.597068+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.597068+0000 mon.a (mon.0) 238 : cluster [DBG] mgrmap e14: a(active, since 90s) 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.597314+0000 mon.a (mon.0) 239 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: cluster 2024-09-16T13:44:23.597314+0000 mon.a (mon.0) 239 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.604384+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.604384+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.610377+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.610377+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.616374+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.616374+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.618213+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.618213+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.622662+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.622662+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.642881+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:24 smithi151 bash[23533]: audit 2024-09-16T13:44:23.642881+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:25.548 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-16T13:44:25.548 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-16T13:44:30.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:23.894474+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:23.894474+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:23.894711+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:23.894711+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:23.895125+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:23.895125+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:24.028963+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:30.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:24.028963+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:30.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:24.053593+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T13:44:30.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:24.053593+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T13:44:30.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:24.056064+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:30.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cephadm 2024-09-16T13:44:24.056064+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:30.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:24.636405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:30.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:24.636405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:30.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:24.636766+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:30.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:24.636766+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:30.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:24.637349+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:30.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:24.637349+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:30.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:24.657666+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:24.657666+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:24.657881+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:30.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:24.657881+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:30.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:24.846741+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:24.846741+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:25.615152+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:25.615152+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:26.615198+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:26.615198+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:26.847157+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:26.847157+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:27.615182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:27.615182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:28.615617+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:28.615617+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:28.847532+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:28.847532+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.615638+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.615638+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.657281+0000 mon.a (mon.0) 279 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:30.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.657281+0000 mon.a (mon.0) 279 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:30.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663437+0000 mon.a (mon.0) 280 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:30.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663437+0000 mon.a (mon.0) 280 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:30.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663485+0000 mon.a (mon.0) 281 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:30.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663485+0000 mon.a (mon.0) 281 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663519+0000 mon.a (mon.0) 282 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663519+0000 mon.a (mon.0) 282 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663557+0000 mon.a (mon.0) 283 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663557+0000 mon.a (mon.0) 283 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663596+0000 mon.a (mon.0) 284 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663596+0000 mon.a (mon.0) 284 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663634+0000 mon.a (mon.0) 285 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663634+0000 mon.a (mon.0) 285 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:30.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663671+0000 mon.a (mon.0) 286 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663671+0000 mon.a (mon.0) 286 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663707+0000 mon.a (mon.0) 287 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663707+0000 mon.a (mon.0) 287 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663745+0000 mon.a (mon.0) 288 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.663745+0000 mon.a (mon.0) 288 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.684787+0000 mon.a (mon.0) 289 : cluster [DBG] fsmap 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.684787+0000 mon.a (mon.0) 289 : cluster [DBG] fsmap 2024-09-16T13:44:30.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.684875+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.684875+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.685214+0000 mon.a (mon.0) 291 : cluster [DBG] mgrmap e14: a(active, since 96s) 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.685214+0000 mon.a (mon.0) 291 : cluster [DBG] mgrmap e14: a(active, since 96s) 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.685622+0000 mon.a (mon.0) 292 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.685622+0000 mon.a (mon.0) 292 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.694146+0000 mon.a (mon.0) 293 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.694146+0000 mon.a (mon.0) 293 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.694177+0000 mon.a (mon.0) 294 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-16T13:44:30.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.694177+0000 mon.a (mon.0) 294 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.694199+0000 mon.a (mon.0) 295 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] is down (out of quorum) 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: cluster 2024-09-16T13:44:29.694199+0000 mon.a (mon.0) 295 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] is down (out of quorum) 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.699014+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.699014+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.704571+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.704571+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.710310+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.710310+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.715391+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.715391+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.720740+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.720740+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.726310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.726310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.734587+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.734587+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.735494+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:30.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:29 smithi098 bash[22846]: audit 2024-09-16T13:44:29.735494+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:30.203 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T13:44:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:23.894474+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:23.894474+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:23.894711+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:23.894711+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:23.895125+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:23.895125+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:24.028963+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:24.028963+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:24.053593+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:24.053593+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:24.056064+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cephadm 2024-09-16T13:44:24.056064+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:24.636405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:24.636405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:24.636766+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:30.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:24.636766+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:24.637349+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:24.637349+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:24.657666+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:24.657666+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:24.657881+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:24.657881+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:24.846741+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:24.846741+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:25.615152+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:25.615152+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:26.615198+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:26.615198+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:26.847157+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:26.847157+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:27.615182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:27.615182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:28.615617+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:28.615617+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:28.847532+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:28.847532+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.615638+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.615638+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.657281+0000 mon.a (mon.0) 279 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.657281+0000 mon.a (mon.0) 279 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663437+0000 mon.a (mon.0) 280 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663437+0000 mon.a (mon.0) 280 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:30.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663485+0000 mon.a (mon.0) 281 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663485+0000 mon.a (mon.0) 281 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663519+0000 mon.a (mon.0) 282 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663519+0000 mon.a (mon.0) 282 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663557+0000 mon.a (mon.0) 283 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663557+0000 mon.a (mon.0) 283 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:30.221 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663596+0000 mon.a (mon.0) 284 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663596+0000 mon.a (mon.0) 284 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663634+0000 mon.a (mon.0) 285 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663634+0000 mon.a (mon.0) 285 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663671+0000 mon.a (mon.0) 286 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663671+0000 mon.a (mon.0) 286 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663707+0000 mon.a (mon.0) 287 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663707+0000 mon.a (mon.0) 287 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663745+0000 mon.a (mon.0) 288 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:30.222 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.663745+0000 mon.a (mon.0) 288 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.684787+0000 mon.a (mon.0) 289 : cluster [DBG] fsmap 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.684787+0000 mon.a (mon.0) 289 : cluster [DBG] fsmap 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.684875+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.684875+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.685214+0000 mon.a (mon.0) 291 : cluster [DBG] mgrmap e14: a(active, since 96s) 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.685214+0000 mon.a (mon.0) 291 : cluster [DBG] mgrmap e14: a(active, since 96s) 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.685622+0000 mon.a (mon.0) 292 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.685622+0000 mon.a (mon.0) 292 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.694146+0000 mon.a (mon.0) 293 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.694146+0000 mon.a (mon.0) 293 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.694177+0000 mon.a (mon.0) 294 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-16T13:44:30.223 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.694177+0000 mon.a (mon.0) 294 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.694199+0000 mon.a (mon.0) 295 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] is down (out of quorum) 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: cluster 2024-09-16T13:44:29.694199+0000 mon.a (mon.0) 295 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] is down (out of quorum) 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.699014+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.699014+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.704571+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.704571+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.710310+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.710310+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.715391+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.715391+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.720740+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.720740+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.726310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.224 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.726310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.734587+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.734587+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:30.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.735494+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:30.225 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:29 smithi184 bash[23288]: audit 2024-09-16T13:44:29.735494+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: cephadm 2024-09-16T13:44:29.729810+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T13:44:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: cephadm 2024-09-16T13:44:29.729810+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T13:44:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.751755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.751755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:31.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.758520+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.758520+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: cephadm 2024-09-16T13:44:29.760562+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi151 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: cephadm 2024-09-16T13:44:29.760562+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi151 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.900982+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.900982+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.910384+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.910384+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.920763+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:29.920763+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.420913+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.420913+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.429492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.429492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.440137+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.440137+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.615965+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:30 smithi098 bash[22846]: audit 2024-09-16T13:44:30.615965+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.161 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: cephadm 2024-09-16T13:44:29.729810+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: cephadm 2024-09-16T13:44:29.729810+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.751755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.751755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.758520+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.758520+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: cephadm 2024-09-16T13:44:29.760562+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi151 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: cephadm 2024-09-16T13:44:29.760562+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi151 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.900982+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.900982+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.910384+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.910384+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.162 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.920763+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:29.920763+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.420913+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.420913+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.429492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.429492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.440137+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.440137+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.615965+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.163 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:30 smithi184 bash[23288]: audit 2024-09-16T13:44:30.615965+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.588 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-09-16T13:44:31.588 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":3,"fsid":"3240e16a-7431-11ef-bceb-c7b262605968","modified":"2024-09-16T13:44:24.629511Z","created":"2024-09-16T13:41:46.056812Z","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.98:3300","nonce":0},{"type":"v1","addr":"172.21.15.98:6789","nonce":0}]},"addr":"172.21.15.98:6789/0","public_addr":"172.21.15.98:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:3300","nonce":0},{"type":"v1","addr":"172.21.15.151:6789","nonce":0}]},"addr":"172.21.15.151:6789/0","public_addr":"172.21.15.151:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-16T13:44:31.589 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 3 2024-09-16T13:44:31.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:26.631443+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:31.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:26.631443+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.669907+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.669907+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.670140+0000 mon.a (mon.0) 315 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.670140+0000 mon.a (mon.0) 315 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.670146+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.670146+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.693993+0000 mon.a (mon.0) 316 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.693993+0000 mon.a (mon.0) 316 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706887+0000 mon.a (mon.0) 317 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706887+0000 mon.a (mon.0) 317 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706918+0000 mon.a (mon.0) 318 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706918+0000 mon.a (mon.0) 318 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:31.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706956+0000 mon.a (mon.0) 319 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706956+0000 mon.a (mon.0) 319 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706989+0000 mon.a (mon.0) 320 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.706989+0000 mon.a (mon.0) 320 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707027+0000 mon.a (mon.0) 321 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707027+0000 mon.a (mon.0) 321 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707061+0000 mon.a (mon.0) 322 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707061+0000 mon.a (mon.0) 322 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707093+0000 mon.a (mon.0) 323 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707093+0000 mon.a (mon.0) 323 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707128+0000 mon.a (mon.0) 324 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707128+0000 mon.a (mon.0) 324 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:31.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707160+0000 mon.a (mon.0) 325 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.707160+0000 mon.a (mon.0) 325 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708249+0000 mon.a (mon.0) 326 : cluster [DBG] fsmap 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708249+0000 mon.a (mon.0) 326 : cluster [DBG] fsmap 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708318+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708318+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708619+0000 mon.a (mon.0) 328 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708619+0000 mon.a (mon.0) 328 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-16T13:44:31.970 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708912+0000 mon.a (mon.0) 329 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708912+0000 mon.a (mon.0) 329 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708948+0000 mon.a (mon.0) 330 : cluster [INF] Cluster is now healthy 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.708948+0000 mon.a (mon.0) 330 : cluster [INF] Cluster is now healthy 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.716170+0000 mon.a (mon.0) 331 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: cluster 2024-09-16T13:44:31.716170+0000 mon.a (mon.0) 331 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.722418+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.722418+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.729593+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.729593+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.732151+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.732151+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.733858+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.733858+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:31.971 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.735470+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:31.972 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:31 smithi184 bash[23288]: audit 2024-09-16T13:44:31.735470+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:23.894474+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:23.894474+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:23.894711+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:23.894711+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:23.895125+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:23.895125+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:24.028963+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:24.028963+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:24.053593+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T13:44:31.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:24.053593+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:24.056064+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:24.056064+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:24.636405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:24.636405+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:24.636766+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:24.636766+0000 mon.a (mon.0) 271 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:24.637349+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:24.637349+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:24.657666+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:24.657666+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:24.657881+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:31.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:24.657881+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:44:31.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:24.846741+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:31.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:24.846741+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:31.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:25.615152+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:25.615152+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:26.615198+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:26.615198+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:26.847157+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:26.847157+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:27.615182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:27.615182+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:28.615617+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:28.615617+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:28.847532+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:28.847532+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.615638+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.615638+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.657281+0000 mon.a (mon.0) 279 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:31.999 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.657281+0000 mon.a (mon.0) 279 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663437+0000 mon.a (mon.0) 280 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663437+0000 mon.a (mon.0) 280 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663485+0000 mon.a (mon.0) 281 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663485+0000 mon.a (mon.0) 281 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663519+0000 mon.a (mon.0) 282 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663519+0000 mon.a (mon.0) 282 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663557+0000 mon.a (mon.0) 283 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663557+0000 mon.a (mon.0) 283 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663596+0000 mon.a (mon.0) 284 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663596+0000 mon.a (mon.0) 284 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663634+0000 mon.a (mon.0) 285 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:32.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663634+0000 mon.a (mon.0) 285 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663671+0000 mon.a (mon.0) 286 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663671+0000 mon.a (mon.0) 286 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663707+0000 mon.a (mon.0) 287 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663707+0000 mon.a (mon.0) 287 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663745+0000 mon.a (mon.0) 288 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.663745+0000 mon.a (mon.0) 288 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.684787+0000 mon.a (mon.0) 289 : cluster [DBG] fsmap 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.684787+0000 mon.a (mon.0) 289 : cluster [DBG] fsmap 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.684875+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.684875+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.685214+0000 mon.a (mon.0) 291 : cluster [DBG] mgrmap e14: a(active, since 96s) 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.685214+0000 mon.a (mon.0) 291 : cluster [DBG] mgrmap e14: a(active, since 96s) 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.685622+0000 mon.a (mon.0) 292 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-16T13:44:32.001 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.685622+0000 mon.a (mon.0) 292 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.694146+0000 mon.a (mon.0) 293 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.694146+0000 mon.a (mon.0) 293 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.694177+0000 mon.a (mon.0) 294 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.694177+0000 mon.a (mon.0) 294 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.694199+0000 mon.a (mon.0) 295 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] is down (out of quorum) 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:29.694199+0000 mon.a (mon.0) 295 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] is down (out of quorum) 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.699014+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.699014+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.704571+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.704571+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.710310+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.710310+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.715391+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.715391+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.002 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.720740+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.720740+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.726310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.726310+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.734587+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.734587+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.735494+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.735494+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:29.729810+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:29.729810+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.751755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:32.003 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.751755+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.758520+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.758520+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:29.760562+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi151 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cephadm 2024-09-16T13:44:29.760562+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.b on smithi151 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.900982+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.900982+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.910384+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.910384+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.920763+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:29.920763+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.004 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.420913+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.420913+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.429492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.429492+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.440137+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.440137+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.615965+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:30.615965+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:26.631443+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:26.631443+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.669907+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.669907+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.670140+0000 mon.a (mon.0) 315 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:32.005 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.670140+0000 mon.a (mon.0) 315 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:32.006 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.670146+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:32.006 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.670146+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:32.006 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.693993+0000 mon.a (mon.0) 316 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T13:44:32.006 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.693993+0000 mon.a (mon.0) 316 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T13:44:32.006 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706887+0000 mon.a (mon.0) 317 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706887+0000 mon.a (mon.0) 317 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706918+0000 mon.a (mon.0) 318 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706918+0000 mon.a (mon.0) 318 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706956+0000 mon.a (mon.0) 319 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706956+0000 mon.a (mon.0) 319 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706989+0000 mon.a (mon.0) 320 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.706989+0000 mon.a (mon.0) 320 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707027+0000 mon.a (mon.0) 321 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707027+0000 mon.a (mon.0) 321 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707061+0000 mon.a (mon.0) 322 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707061+0000 mon.a (mon.0) 322 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707093+0000 mon.a (mon.0) 323 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:32.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707093+0000 mon.a (mon.0) 323 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707128+0000 mon.a (mon.0) 324 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707128+0000 mon.a (mon.0) 324 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707160+0000 mon.a (mon.0) 325 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.707160+0000 mon.a (mon.0) 325 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708249+0000 mon.a (mon.0) 326 : cluster [DBG] fsmap 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708249+0000 mon.a (mon.0) 326 : cluster [DBG] fsmap 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708318+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708318+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708619+0000 mon.a (mon.0) 328 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708619+0000 mon.a (mon.0) 328 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708912+0000 mon.a (mon.0) 329 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708912+0000 mon.a (mon.0) 329 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-16T13:44:32.008 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708948+0000 mon.a (mon.0) 330 : cluster [INF] Cluster is now healthy 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.708948+0000 mon.a (mon.0) 330 : cluster [INF] Cluster is now healthy 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.716170+0000 mon.a (mon.0) 331 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: cluster 2024-09-16T13:44:31.716170+0000 mon.a (mon.0) 331 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.722418+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.722418+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.729593+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.729593+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.732151+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.732151+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.733858+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.733858+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.735470+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:32.009 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:31 smithi151 bash[23533]: audit 2024-09-16T13:44:31.735470+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:32.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:26.631443+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:26.631443+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.669907+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.669907+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.670140+0000 mon.a (mon.0) 315 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.670140+0000 mon.a (mon.0) 315 : cluster [INF] mon.a calling monitor election 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.670146+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.670146+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.693993+0000 mon.a (mon.0) 316 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.693993+0000 mon.a (mon.0) 316 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706887+0000 mon.a (mon.0) 317 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706887+0000 mon.a (mon.0) 317 : cluster [DBG] monmap epoch 3 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706918+0000 mon.a (mon.0) 318 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:32.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706918+0000 mon.a (mon.0) 318 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706956+0000 mon.a (mon.0) 319 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706956+0000 mon.a (mon.0) 319 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706989+0000 mon.a (mon.0) 320 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.706989+0000 mon.a (mon.0) 320 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707027+0000 mon.a (mon.0) 321 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707027+0000 mon.a (mon.0) 321 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707061+0000 mon.a (mon.0) 322 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707061+0000 mon.a (mon.0) 322 : cluster [DBG] election_strategy: 1 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707093+0000 mon.a (mon.0) 323 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707093+0000 mon.a (mon.0) 323 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707128+0000 mon.a (mon.0) 324 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707128+0000 mon.a (mon.0) 324 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:44:32.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707160+0000 mon.a (mon.0) 325 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.707160+0000 mon.a (mon.0) 325 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708249+0000 mon.a (mon.0) 326 : cluster [DBG] fsmap 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708249+0000 mon.a (mon.0) 326 : cluster [DBG] fsmap 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708318+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708318+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708619+0000 mon.a (mon.0) 328 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708619+0000 mon.a (mon.0) 328 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708912+0000 mon.a (mon.0) 329 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708912+0000 mon.a (mon.0) 329 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-16T13:44:32.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708948+0000 mon.a (mon.0) 330 : cluster [INF] Cluster is now healthy 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.708948+0000 mon.a (mon.0) 330 : cluster [INF] Cluster is now healthy 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.716170+0000 mon.a (mon.0) 331 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: cluster 2024-09-16T13:44:31.716170+0000 mon.a (mon.0) 331 : cluster [INF] overall HEALTH_OK 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.722418+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.722418+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.729593+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.729593+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.732151+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.732151+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.733858+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.733858+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.735470+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:32.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:31 smithi098 bash[22846]: audit 2024-09-16T13:44:31.735470+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:32.161 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-16T13:44:32.161 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-16T13:44:33.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:32 smithi098 bash[22846]: cephadm 2024-09-16T13:44:31.731580+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T13:44:33.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:32 smithi098 bash[22846]: cephadm 2024-09-16T13:44:31.731580+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T13:44:33.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:32 smithi098 bash[22846]: cephadm 2024-09-16T13:44:31.737360+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-09-16T13:44:33.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:32 smithi098 bash[22846]: cephadm 2024-09-16T13:44:31.737360+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-09-16T13:44:33.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:32 smithi098 bash[22846]: audit 2024-09-16T13:44:32.615695+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:33.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:32 smithi098 bash[22846]: audit 2024-09-16T13:44:32.615695+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:32 smithi184 bash[23288]: cephadm 2024-09-16T13:44:31.731580+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T13:44:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:32 smithi184 bash[23288]: cephadm 2024-09-16T13:44:31.731580+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T13:44:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:32 smithi184 bash[23288]: cephadm 2024-09-16T13:44:31.737360+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-09-16T13:44:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:32 smithi184 bash[23288]: cephadm 2024-09-16T13:44:31.737360+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-09-16T13:44:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:32 smithi184 bash[23288]: audit 2024-09-16T13:44:32.615695+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:33.101 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:32 smithi184 bash[23288]: audit 2024-09-16T13:44:32.615695+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:33.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:32 smithi151 bash[23533]: cephadm 2024-09-16T13:44:31.731580+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T13:44:33.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:32 smithi151 bash[23533]: cephadm 2024-09-16T13:44:31.731580+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-16T13:44:33.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:32 smithi151 bash[23533]: cephadm 2024-09-16T13:44:31.737360+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-09-16T13:44:33.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:32 smithi151 bash[23533]: cephadm 2024-09-16T13:44:31.737360+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.c on smithi184 2024-09-16T13:44:33.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:32 smithi151 bash[23533]: audit 2024-09-16T13:44:32.615695+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:33.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:32 smithi151 bash[23533]: audit 2024-09-16T13:44:32.615695+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:44:34.091 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[23098]: debug 2024-09-16T13:44:33.613+0000 7f43079fc640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-16T13:44:34.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:32.833265+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:32.833265+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:32.842088+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:32.842088+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: cluster 2024-09-16T13:44:32.848318+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:34.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: cluster 2024-09-16T13:44:32.848318+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:34.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:32.852254+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:32.852254+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.771510+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.771510+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.779951+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.779951+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.782529+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:34.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.782529+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:34.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.787374+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:34.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.787374+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:34.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.789352+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:34.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:33 smithi098 bash[22846]: audit 2024-09-16T13:44:33.789352+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:34.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:32.833265+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:32.833265+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:32.842088+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:32.842088+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: cluster 2024-09-16T13:44:32.848318+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: cluster 2024-09-16T13:44:32.848318+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:32.852254+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:32.852254+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.771510+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.771510+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.779951+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.779951+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.782529+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.782529+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.787374+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.787374+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.789352+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:34.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:33 smithi184 bash[23288]: audit 2024-09-16T13:44:33.789352+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:34.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:32.833265+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:32.833265+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:32.842088+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:32.842088+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: cluster 2024-09-16T13:44:32.848318+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: cluster 2024-09-16T13:44:32.848318+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:32.852254+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:32.852254+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.771510+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.771510+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.779951+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.779951+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:34.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.782529+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:34.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.782529+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:34.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.787374+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:34.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.787374+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:34.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.789352+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:34.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:33 smithi151 bash[23533]: audit 2024-09-16T13:44:33.789352+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:35.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.791705+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:35.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.791705+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.792194+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.792194+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.793592+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.793592+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.094049+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.094049+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.099092+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.099092+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.105246+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.105246+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.112251+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.112251+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.117487+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.117487+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.124628+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.124628+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.129749+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.129749+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.162602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.162602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.163951+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.163951+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.165237+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:35.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:34 smithi098 bash[22846]: audit 2024-09-16T13:44:34.165237+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:35.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.791705+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:35.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.791705+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.792194+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.792194+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.793592+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.793592+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.094049+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.094049+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.099092+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.099092+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.105246+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.105246+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.112251+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.112251+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.117487+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.117487+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.124628+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.124628+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.129749+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.129749+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.162602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.162602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.163951+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.163951+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.165237+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:35.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:34 smithi184 bash[23288]: audit 2024-09-16T13:44:34.165237+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.791705+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.791705+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.792194+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.792194+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.793592+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.793592+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.094049+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.094049+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.099092+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.099092+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.105246+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.105246+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.112251+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.112251+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.117487+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.117487+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.124628+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.124628+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.129749+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.129749+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.162602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.162602+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.163951+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.163951+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-16T13:44:35.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.165237+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:35.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:34 smithi151 bash[23533]: audit 2024-09-16T13:44:34.165237+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.974632+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.974632+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.974912+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.974912+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.975334+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:33.975334+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:34.161965+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T13:44:36.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:34.161965+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T13:44:36.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:34.166613+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:36.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cephadm 2024-09-16T13:44:34.166613+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:36.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cluster 2024-09-16T13:44:34.848659+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:36.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:35 smithi098 bash[22846]: cluster 2024-09-16T13:44:34.848659+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:36.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.974632+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.974632+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.974912+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.974912+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.975334+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:33.975334+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:34.161965+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T13:44:36.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:34.161965+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T13:44:36.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:34.166613+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:36.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cephadm 2024-09-16T13:44:34.166613+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:36.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cluster 2024-09-16T13:44:34.848659+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:36.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:35 smithi184 bash[23288]: cluster 2024-09-16T13:44:34.848659+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.974632+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.974632+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.974912+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.974912+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.975334+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:33.975334+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:44:36.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:34.161965+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T13:44:36.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:34.161965+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-16T13:44:36.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:34.166613+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:36.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cephadm 2024-09-16T13:44:34.166613+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring daemon mon.a on smithi098 2024-09-16T13:44:36.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cluster 2024-09-16T13:44:34.848659+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:36.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:35 smithi151 bash[23533]: cluster 2024-09-16T13:44:34.848659+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:36.936 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:44:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:37 smithi151 bash[23533]: audit 2024-09-16T13:44:36.480217+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:37 smithi151 bash[23533]: audit 2024-09-16T13:44:36.480217+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:37 smithi151 bash[23533]: audit 2024-09-16T13:44:36.486334+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:37 smithi151 bash[23533]: audit 2024-09-16T13:44:36.486334+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:37 smithi151 bash[23533]: cluster 2024-09-16T13:44:36.849096+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:37 smithi151 bash[23533]: cluster 2024-09-16T13:44:36.849096+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:37.789 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:37 smithi098 bash[22846]: audit 2024-09-16T13:44:36.480217+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.789 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:37 smithi098 bash[22846]: audit 2024-09-16T13:44:36.480217+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.789 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:37 smithi098 bash[22846]: audit 2024-09-16T13:44:36.486334+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.789 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:37 smithi098 bash[22846]: audit 2024-09-16T13:44:36.486334+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.789 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:37 smithi098 bash[22846]: cluster 2024-09-16T13:44:36.849096+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:37.789 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:37 smithi098 bash[22846]: cluster 2024-09-16T13:44:36.849096+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:37.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:37 smithi184 bash[23288]: audit 2024-09-16T13:44:36.480217+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:37 smithi184 bash[23288]: audit 2024-09-16T13:44:36.480217+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:37 smithi184 bash[23288]: audit 2024-09-16T13:44:36.486334+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:37 smithi184 bash[23288]: audit 2024-09-16T13:44:36.486334+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:37.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:37 smithi184 bash[23288]: cluster 2024-09-16T13:44:36.849096+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:37.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:37 smithi184 bash[23288]: cluster 2024-09-16T13:44:36.849096+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:38.152 INFO:teuthology.orchestra.run.smithi098.stdout:# minimal ceph.conf for 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:38.152 INFO:teuthology.orchestra.run.smithi098.stdout:[global] 2024-09-16T13:44:38.152 INFO:teuthology.orchestra.run.smithi098.stdout: fsid = 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:44:38.152 INFO:teuthology.orchestra.run.smithi098.stdout: mon_host = [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-09-16T13:44:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:38 smithi151 bash[23533]: audit 2024-09-16T13:44:38.150831+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.98:0/84599940' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:38 smithi151 bash[23533]: audit 2024-09-16T13:44:38.150831+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.98:0/84599940' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:38.805 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:38 smithi098 bash[22846]: audit 2024-09-16T13:44:38.150831+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.98:0/84599940' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:38.805 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:38 smithi098 bash[22846]: audit 2024-09-16T13:44:38.150831+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.98:0/84599940' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:38.806 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-16T13:44:38.807 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:44:38.807 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T13:44:38.821 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:44:38.821 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:38.876 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:44:38.877 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T13:44:38.891 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:44:38.891 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:38.946 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:44:38.946 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2024-09-16T13:44:38.957 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:38 smithi184 bash[23288]: audit 2024-09-16T13:44:38.150831+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.98:0/84599940' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:38.958 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:38 smithi184 bash[23288]: audit 2024-09-16T13:44:38.150831+0000 mon.a (mon.0) 358 : audit [DBG] from='client.? 172.21.15.98:0/84599940' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:38.961 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:44:38.961 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:44:39.018 INFO:tasks.cephadm:Adding mgr.a on smithi098 2024-09-16T13:44:39.018 INFO:tasks.cephadm:Adding mgr.b on smithi151 2024-09-16T13:44:39.018 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi098=a;smithi151=b' 2024-09-16T13:44:39.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:39 smithi151 bash[23533]: cluster 2024-09-16T13:44:38.849503+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:39.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:39 smithi151 bash[23533]: cluster 2024-09-16T13:44:38.849503+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:39.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:39 smithi098 bash[22846]: cluster 2024-09-16T13:44:38.849503+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:39.858 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:39 smithi098 bash[22846]: cluster 2024-09-16T13:44:38.849503+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:39.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:39 smithi184 bash[23288]: cluster 2024-09-16T13:44:38.849503+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:39.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:39 smithi184 bash[23288]: cluster 2024-09-16T13:44:38.849503+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:41.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:40 smithi184 bash[23288]: cluster 2024-09-16T13:44:40.849912+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:41.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:40 smithi184 bash[23288]: cluster 2024-09-16T13:44:40.849912+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:41.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:40 smithi151 bash[23533]: cluster 2024-09-16T13:44:40.849912+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:41.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:40 smithi151 bash[23533]: cluster 2024-09-16T13:44:40.849912+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:40 smithi098 bash[22846]: cluster 2024-09-16T13:44:40.849912+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:40 smithi098 bash[22846]: cluster 2024-09-16T13:44:40.849912+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:42.780 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T13:44:43.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:42 smithi184 bash[23288]: cluster 2024-09-16T13:44:42.850389+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:43.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:42 smithi184 bash[23288]: cluster 2024-09-16T13:44:42.850389+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:43.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:42 smithi151 bash[23533]: cluster 2024-09-16T13:44:42.850389+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:43.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:42 smithi151 bash[23533]: cluster 2024-09-16T13:44:42.850389+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:42 smithi098 bash[22846]: cluster 2024-09-16T13:44:42.850389+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:42 smithi098 bash[22846]: cluster 2024-09-16T13:44:42.850389+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:44.617 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mgr update... 2024-09-16T13:44:45.230 DEBUG:teuthology.orchestra.run.smithi151:mgr.b> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.b.service 2024-09-16T13:44:45.233 DEBUG:tasks.cephadm:set 0 configs 2024-09-16T13:44:45.233 INFO:tasks.cephadm:Deploying OSDs... 2024-09-16T13:44:45.234 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-09-16T13:44:45.234 DEBUG:teuthology.orchestra.run.smithi098:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T13:44:45.244 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-09-16T13:44:45.245 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_1 2024-09-16T13:44:45.254 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T13:44:45.254 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:45.254 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-09-16T13:44:45.255 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:45.255 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 13:34:34.773148700 +0000 2024-09-16T13:44:45.255 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 13:34:34.521150952 +0000 2024-09-16T13:44:45.255 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 13:34:34.521150952 +0000 2024-09-16T13:44:45.255 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-16T13:44:45.255 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T13:44:45.312 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T13:44:45.313 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T13:44:45.313 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000348117 s, 1.5 MB/s 2024-09-16T13:44:45.314 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T13:44:45.363 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_2 2024-09-16T13:44:45.409 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T13:44:45.409 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:45.409 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-16T13:44:45.410 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:45.410 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 13:34:35.281144163 +0000 2024-09-16T13:44:45.410 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 13:34:35.021146485 +0000 2024-09-16T13:44:45.410 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 13:34:35.021146485 +0000 2024-09-16T13:44:45.410 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-16T13:44:45.410 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T13:44:45.463 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T13:44:45.464 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T13:44:45.464 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000342813 s, 1.5 MB/s 2024-09-16T13:44:45.465 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T13:44:45.516 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_3 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 13:34:35.757139911 +0000 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 13:34:35.529141948 +0000 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 13:34:35.529141948 +0000 2024-09-16T13:44:45.565 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-16T13:44:45.565 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T13:44:45.624 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T13:44:45.624 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T13:44:45.624 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000440431 s, 1.2 MB/s 2024-09-16T13:44:45.625 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T13:44:45.674 DEBUG:teuthology.orchestra.run.smithi098:> stat /dev/vg_nvme/lv_4 2024-09-16T13:44:45.721 INFO:teuthology.orchestra.run.smithi098.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T13:44:45.721 INFO:teuthology.orchestra.run.smithi098.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:45.721 INFO:teuthology.orchestra.run.smithi098.stdout:Device: 5h/5d Inode: 932 Links: 1 2024-09-16T13:44:45.722 INFO:teuthology.orchestra.run.smithi098.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:45.722 INFO:teuthology.orchestra.run.smithi098.stdout:Access: 2024-09-16 13:34:36.217135801 +0000 2024-09-16T13:44:45.722 INFO:teuthology.orchestra.run.smithi098.stdout:Modify: 2024-09-16 13:34:35.981137909 +0000 2024-09-16T13:44:45.722 INFO:teuthology.orchestra.run.smithi098.stdout:Change: 2024-09-16 13:34:35.981137909 +0000 2024-09-16T13:44:45.722 INFO:teuthology.orchestra.run.smithi098.stdout: Birth: - 2024-09-16T13:44:45.722 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T13:44:45.775 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records in 2024-09-16T13:44:45.775 INFO:teuthology.orchestra.run.smithi098.stderr:1+0 records out 2024-09-16T13:44:45.775 INFO:teuthology.orchestra.run.smithi098.stderr:512 bytes copied, 0.000396329 s, 1.3 MB/s 2024-09-16T13:44:45.776 DEBUG:teuthology.orchestra.run.smithi098:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T13:44:45.825 DEBUG:teuthology.orchestra.run.smithi151:> set -ex 2024-09-16T13:44:45.826 DEBUG:teuthology.orchestra.run.smithi151:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T13:44:45.832 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-09-16T13:44:45.832 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_1 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.606335+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi098=a;smithi151=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.606335+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi098=a;smithi151=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: cephadm 2024-09-16T13:44:44.609405+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi098=a;smithi151=b;count:2 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: cephadm 2024-09-16T13:44:44.609405+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi098=a;smithi151=b;count:2 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.615711+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.615711+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.617332+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:45.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.617332+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.621951+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.621951+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.623591+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.623591+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.632713+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.632713+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.636765+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.636765+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.639292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.639292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.643866+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:45.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.643866+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:45.844 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.645715+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.844 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: audit 2024-09-16T13:44:44.645715+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.844 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: cephadm 2024-09-16T13:44:44.647649+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi151 2024-09-16T13:44:45.844 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: cephadm 2024-09-16T13:44:44.647649+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi151 2024-09-16T13:44:45.844 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: cluster 2024-09-16T13:44:44.850770+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:45.844 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:45 smithi098 bash[22846]: cluster 2024-09-16T13:44:44.850770+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:45.879 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T13:44:45.879 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:45.879 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-09-16T13:44:45.879 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:45.879 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-09-16 13:34:36.165317961 +0000 2024-09-16T13:44:45.879 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-09-16 13:34:35.917320176 +0000 2024-09-16T13:44:45.879 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-09-16 13:34:35.917320176 +0000 2024-09-16T13:44:45.880 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: - 2024-09-16T13:44:45.880 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.606335+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi098=a;smithi151=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.606335+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi098=a;smithi151=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: cephadm 2024-09-16T13:44:44.609405+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi098=a;smithi151=b;count:2 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: cephadm 2024-09-16T13:44:44.609405+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi098=a;smithi151=b;count:2 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.615711+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.615711+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.617332+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.617332+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.621951+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.932 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.621951+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.623591+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.623591+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.632713+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.632713+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.636765+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.636765+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.639292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.639292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.643866+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.643866+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.645715+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: audit 2024-09-16T13:44:44.645715+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.934 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: cephadm 2024-09-16T13:44:44.647649+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi151 2024-09-16T13:44:45.934 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: cephadm 2024-09-16T13:44:44.647649+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi151 2024-09-16T13:44:45.934 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: cluster 2024-09-16T13:44:44.850770+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:45.934 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:45 smithi151 bash[23533]: cluster 2024-09-16T13:44:44.850770+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:45.935 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-09-16T13:44:45.935 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-09-16T13:44:45.935 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000447882 s, 1.1 MB/s 2024-09-16T13:44:45.935 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T13:44:45.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.606335+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi098=a;smithi151=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:45.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.606335+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24109 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi098=a;smithi151=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:44:45.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: cephadm 2024-09-16T13:44:44.609405+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi098=a;smithi151=b;count:2 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: cephadm 2024-09-16T13:44:44.609405+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi098=a;smithi151=b;count:2 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.615711+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.615711+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.617332+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.617332+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.621951+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.621951+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.623591+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.623591+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.632713+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.632713+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.636765+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:45.968 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.636765+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.639292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.639292+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.643866+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.643866+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.645715+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: audit 2024-09-16T13:44:44.645715+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: cephadm 2024-09-16T13:44:44.647649+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi151 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: cephadm 2024-09-16T13:44:44.647649+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi151 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: cluster 2024-09-16T13:44:44.850770+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:45.969 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:45 smithi184 bash[23288]: cluster 2024-09-16T13:44:44.850770+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:45.984 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_2 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 908 Links: 1 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-09-16 13:34:36.665313495 +0000 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-09-16 13:34:36.401315853 +0000 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-09-16 13:34:36.401315853 +0000 2024-09-16T13:44:46.031 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: - 2024-09-16T13:44:46.032 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T13:44:46.083 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-09-16T13:44:46.083 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-09-16T13:44:46.083 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.00040754 s, 1.3 MB/s 2024-09-16T13:44:46.084 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T13:44:46.135 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_3 2024-09-16T13:44:46.186 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T13:44:46.186 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:46.186 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-09-16T13:44:46.186 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:46.186 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-09-16 13:34:37.153309136 +0000 2024-09-16T13:44:46.186 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-09-16 13:34:36.901311387 +0000 2024-09-16T13:44:46.186 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-09-16 13:34:36.901311387 +0000 2024-09-16T13:44:46.187 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: - 2024-09-16T13:44:46.187 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T13:44:46.243 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-09-16T13:44:46.243 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-09-16T13:44:46.243 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000286125 s, 1.8 MB/s 2024-09-16T13:44:46.244 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T13:44:46.291 DEBUG:teuthology.orchestra.run.smithi151:> stat /dev/vg_nvme/lv_4 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout:Access: 2024-09-16 13:34:37.629304884 +0000 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout:Modify: 2024-09-16 13:34:37.393306993 +0000 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout:Change: 2024-09-16 13:34:37.393306993 +0000 2024-09-16T13:44:46.339 INFO:teuthology.orchestra.run.smithi151.stdout: Birth: - 2024-09-16T13:44:46.339 DEBUG:teuthology.orchestra.run.smithi151:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T13:44:46.390 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records in 2024-09-16T13:44:46.391 INFO:teuthology.orchestra.run.smithi151.stderr:1+0 records out 2024-09-16T13:44:46.391 INFO:teuthology.orchestra.run.smithi151.stderr:512 bytes copied, 0.000240221 s, 2.1 MB/s 2024-09-16T13:44:46.392 DEBUG:teuthology.orchestra.run.smithi151:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T13:44:46.439 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-09-16T13:44:46.439 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-09-16T13:44:46.445 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-09-16T13:44:46.445 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-09-16T13:44:46.494 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-16T13:44:46.494 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:46.495 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-09-16T13:44:46.495 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:46.495 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-09-16 13:34:37.444862576 +0000 2024-09-16T13:44:46.495 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-09-16 13:34:37.224864541 +0000 2024-09-16T13:44:46.495 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-09-16 13:34:37.224864541 +0000 2024-09-16T13:44:46.495 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-09-16T13:44:46.495 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-16T13:44:46.549 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-09-16T13:44:46.549 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-09-16T13:44:46.549 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000383503 s, 1.3 MB/s 2024-09-16T13:44:46.550 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-16T13:44:46.599 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-09-16 13:34:37.944858109 +0000 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-09-16 13:34:37.680860468 +0000 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-09-16 13:34:37.680860468 +0000 2024-09-16T13:44:46.646 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-09-16T13:44:46.646 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-16T13:44:46.700 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-09-16T13:44:46.700 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-09-16T13:44:46.701 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000390381 s, 1.3 MB/s 2024-09-16T13:44:46.702 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-16T13:44:46.751 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-09-16 13:34:38.432853751 +0000 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-09-16 13:34:38.172856073 +0000 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-09-16 13:34:38.172856073 +0000 2024-09-16T13:44:46.798 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-09-16T13:44:46.799 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-16T13:44:46.852 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-09-16T13:44:46.852 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-09-16T13:44:46.852 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000312003 s, 1.6 MB/s 2024-09-16T13:44:46.853 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-16T13:44:46.903 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-09-16T13:44:46.950 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-16T13:44:46.950 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-16T13:44:46.950 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 5h/5d Inode: 935 Links: 1 2024-09-16T13:44:46.950 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-16T13:44:46.951 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-09-16 13:34:38.916849428 +0000 2024-09-16T13:44:46.951 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-09-16 13:34:38.672851607 +0000 2024-09-16T13:44:46.951 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-09-16 13:34:38.672851607 +0000 2024-09-16T13:44:46.951 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-09-16T13:44:46.951 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-16T13:44:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:46 smithi151 bash[23533]: cluster 2024-09-16T13:44:46.851108+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:46 smithi151 bash[23533]: cluster 2024-09-16T13:44:46.851108+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:47.004 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-09-16T13:44:47.004 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-09-16T13:44:47.004 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000269407 s, 1.9 MB/s 2024-09-16T13:44:47.005 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-16T13:44:47.055 INFO:tasks.cephadm:Deploying osd.0 on smithi098 with /dev/vg_nvme/lv_4... 2024-09-16T13:44:47.055 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T13:44:47.057 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:46 smithi098 bash[22846]: cluster 2024-09-16T13:44:46.851108+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:47.057 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:46 smithi098 bash[22846]: cluster 2024-09-16T13:44:46.851108+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:47.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:46 smithi184 bash[23288]: cluster 2024-09-16T13:44:46.851108+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:47.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:46 smithi184 bash[23288]: cluster 2024-09-16T13:44:46.851108+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:48.177 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:48 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:44:48.177 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:44:48 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:44:48.177 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:44:48 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:44:48.177 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:44:48 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:44:48.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:48 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:44:48.495 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:44:48 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:44:48.495 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:44:48 smithi151 systemd[1]: Started Ceph mgr.b for 3240e16a-7431-11ef-bceb-c7b262605968. 2024-09-16T13:44:49.391 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.117621+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.391 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.117621+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.391 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.125682+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.391 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.125682+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.391 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.135839+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.135839+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.443737+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.443737+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.452646+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.452646+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.459571+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.459571+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.466238+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.466238+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.503356+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.503356+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.505722+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.392 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.505722+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.393 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.506569+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:49.393 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.506569+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:49.393 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.512818+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.393 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.512818+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.393 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cephadm 2024-09-16T13:44:48.513787+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:49.393 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cephadm 2024-09-16T13:44:48.513787+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:49.394 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cephadm 2024-09-16T13:44:48.540697+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T13:44:49.394 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cephadm 2024-09-16T13:44:48.540697+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T13:44:49.394 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.541119+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:49.394 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.541119+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:49.394 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.541963+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:49.394 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.541963+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:49.395 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.542602+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.395 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: audit 2024-09-16T13:44:48.542602+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.395 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cephadm 2024-09-16T13:44:48.543342+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi098 2024-09-16T13:44:49.395 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cephadm 2024-09-16T13:44:48.543342+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi098 2024-09-16T13:44:49.395 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cluster 2024-09-16T13:44:48.851373+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:49.396 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:49 smithi098 bash[22846]: cluster 2024-09-16T13:44:48.851373+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:49.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.117621+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.117621+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.125682+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.125682+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.135839+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.135839+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.443737+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.443737+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.452646+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.452646+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.459571+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.459571+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.466238+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.466238+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.503356+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:49.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.503356+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.505722+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.505722+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.506569+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.506569+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.512818+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.512818+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cephadm 2024-09-16T13:44:48.513787+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cephadm 2024-09-16T13:44:48.513787+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cephadm 2024-09-16T13:44:48.540697+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cephadm 2024-09-16T13:44:48.540697+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.541119+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.541119+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:49.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.541963+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:49.470 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.541963+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:49.470 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.542602+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.470 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: audit 2024-09-16T13:44:48.542602+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.470 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cephadm 2024-09-16T13:44:48.543342+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi098 2024-09-16T13:44:49.470 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cephadm 2024-09-16T13:44:48.543342+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi098 2024-09-16T13:44:49.470 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cluster 2024-09-16T13:44:48.851373+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:49.470 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:49 smithi184 bash[23288]: cluster 2024-09-16T13:44:48.851373+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.117621+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.117621+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.125682+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.125682+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.135839+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.135839+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.443737+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.443737+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.452646+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.452646+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.459571+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.459571+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.466238+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.466238+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.503356+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.503356+0000 mon.a (mon.0) 375 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.505722+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.505722+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.506569+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.506569+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.512818+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.512818+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cephadm 2024-09-16T13:44:48.513787+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cephadm 2024-09-16T13:44:48.513787+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cephadm 2024-09-16T13:44:48.540697+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cephadm 2024-09-16T13:44:48.540697+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.541119+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:49.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.541119+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.541963+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.541963+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.542602+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: audit 2024-09-16T13:44:48.542602+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cephadm 2024-09-16T13:44:48.543342+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi098 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cephadm 2024-09-16T13:44:48.543342+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi098 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cluster 2024-09-16T13:44:48.851373+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:49.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[23533]: cluster 2024-09-16T13:44:48.851373+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:50.245 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:44:49 smithi151 bash[24394]: debug 2024-09-16T13:44:49.871+0000 7f99d9c6a640 1 -- 172.21.15.151:0/3511879949 <== mon.2 v2:172.21.15.151:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55fe5de550e0 con 0x55fe5de57800 2024-09-16T13:44:50.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:50 smithi151 bash[23533]: audit 2024-09-16T13:44:49.723132+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:50.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:50 smithi151 bash[23533]: audit 2024-09-16T13:44:49.723132+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:50.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:50 smithi151 bash[23533]: audit 2024-09-16T13:44:50.550054+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:50.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:50 smithi151 bash[23533]: audit 2024-09-16T13:44:50.550054+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:50 smithi098 bash[22846]: audit 2024-09-16T13:44:49.723132+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:50 smithi098 bash[22846]: audit 2024-09-16T13:44:49.723132+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:50 smithi098 bash[22846]: audit 2024-09-16T13:44:50.550054+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:50 smithi098 bash[22846]: audit 2024-09-16T13:44:50.550054+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:50 smithi184 bash[23288]: audit 2024-09-16T13:44:49.723132+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:50 smithi184 bash[23288]: audit 2024-09-16T13:44:49.723132+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:50 smithi184 bash[23288]: audit 2024-09-16T13:44:50.550054+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:50 smithi184 bash[23288]: audit 2024-09-16T13:44:50.550054+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: cluster 2024-09-16T13:44:50.851605+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:51.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: cluster 2024-09-16T13:44:50.851605+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:51.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.558747+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.558747+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.565642+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.565642+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.569395+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:51.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.569395+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:51.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.573490+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:51.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.573490+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:51.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.574955+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:51.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.574955+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:51.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.583812+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:51.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:51 smithi151 bash[23533]: audit 2024-09-16T13:44:51.583812+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: cluster 2024-09-16T13:44:50.851605+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: cluster 2024-09-16T13:44:50.851605+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.558747+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.558747+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.565642+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.565642+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.569395+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:52.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.569395+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:52.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.573490+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:52.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.573490+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:52.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.574955+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:52.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.574955+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:52.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.583812+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:51 smithi098 bash[22846]: audit 2024-09-16T13:44:51.583812+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: cluster 2024-09-16T13:44:50.851605+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:52.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: cluster 2024-09-16T13:44:50.851605+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:52.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.558747+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.558747+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.565642+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.565642+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.569395+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:52.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.569395+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:52.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.573490+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:52.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.573490+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:52.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.574955+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:52.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.574955+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:52.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.583812+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:51 smithi184 bash[23288]: audit 2024-09-16T13:44:51.583812+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:52.348 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:44:52.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:52 smithi151 bash[23533]: cephadm 2024-09-16T13:44:51.584653+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:52.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:52 smithi151 bash[23533]: cephadm 2024-09-16T13:44:51.584653+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:53.064 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:52 smithi098 bash[22846]: cephadm 2024-09-16T13:44:51.584653+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:53.065 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:52 smithi098 bash[22846]: cephadm 2024-09-16T13:44:51.584653+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:53.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:52 smithi184 bash[23288]: cephadm 2024-09-16T13:44:51.584653+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:53.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:52 smithi184 bash[23288]: cephadm 2024-09-16T13:44:51.584653+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:44:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: cluster 2024-09-16T13:44:52.851990+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: cluster 2024-09-16T13:44:52.851990+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: audit 2024-09-16T13:44:53.047672+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: audit 2024-09-16T13:44:53.047672+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: audit 2024-09-16T13:44:53.054421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: audit 2024-09-16T13:44:53.054421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: audit 2024-09-16T13:44:53.062506+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:53.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:53 smithi151 bash[23533]: audit 2024-09-16T13:44:53.062506+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: cluster 2024-09-16T13:44:52.851990+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: cluster 2024-09-16T13:44:52.851990+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: audit 2024-09-16T13:44:53.047672+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: audit 2024-09-16T13:44:53.047672+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: audit 2024-09-16T13:44:53.054421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: audit 2024-09-16T13:44:53.054421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: audit 2024-09-16T13:44:53.062506+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:53 smithi098 bash[22846]: audit 2024-09-16T13:44:53.062506+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: cluster 2024-09-16T13:44:52.851990+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: cluster 2024-09-16T13:44:52.851990+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: audit 2024-09-16T13:44:53.047672+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: audit 2024-09-16T13:44:53.047672+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: audit 2024-09-16T13:44:53.054421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: audit 2024-09-16T13:44:53.054421+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: audit 2024-09-16T13:44:53.062506+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:54.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:53 smithi184 bash[23288]: audit 2024-09-16T13:44:53.062506+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:55 smithi184 bash[23288]: audit 2024-09-16T13:44:54.182749+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:55 smithi184 bash[23288]: audit 2024-09-16T13:44:54.182749+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:55 smithi184 bash[23288]: audit 2024-09-16T13:44:54.759425+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:55 smithi184 bash[23288]: audit 2024-09-16T13:44:54.759425+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:55 smithi184 bash[23288]: cluster 2024-09-16T13:44:54.852379+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:55.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:55 smithi184 bash[23288]: cluster 2024-09-16T13:44:54.852379+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:55.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:55 smithi151 bash[23533]: audit 2024-09-16T13:44:54.182749+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:55 smithi151 bash[23533]: audit 2024-09-16T13:44:54.182749+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:55 smithi151 bash[23533]: audit 2024-09-16T13:44:54.759425+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:55 smithi151 bash[23533]: audit 2024-09-16T13:44:54.759425+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:55 smithi151 bash[23533]: cluster 2024-09-16T13:44:54.852379+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:55.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:55 smithi151 bash[23533]: cluster 2024-09-16T13:44:54.852379+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:55.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:55 smithi098 bash[22846]: audit 2024-09-16T13:44:54.182749+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:55 smithi098 bash[22846]: audit 2024-09-16T13:44:54.182749+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:55 smithi098 bash[22846]: audit 2024-09-16T13:44:54.759425+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:55 smithi098 bash[22846]: audit 2024-09-16T13:44:54.759425+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:55.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:55 smithi098 bash[22846]: cluster 2024-09-16T13:44:54.852379+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:55.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:55 smithi098 bash[22846]: cluster 2024-09-16T13:44:54.852379+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:56.656 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:44:56.705 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi098:vg_nvme/lv_4 2024-09-16T13:44:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: cluster 2024-09-16T13:44:56.026440+0000 mon.a (mon.0) 395 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: cluster 2024-09-16T13:44:56.026440+0000 mon.a (mon.0) 395 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.029162+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.029162+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.029822+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.029822+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.030876+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.030876+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.031651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.031651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:44:57.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.035809+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.035809+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.037279+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.037279+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.038792+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.038792+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.041747+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.041747+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.042029+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.042029+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.042754+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.042754+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.047264+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:56 smithi098 bash[22846]: audit 2024-09-16T13:44:56.047264+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: cluster 2024-09-16T13:44:56.026440+0000 mon.a (mon.0) 395 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: cluster 2024-09-16T13:44:56.026440+0000 mon.a (mon.0) 395 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.029162+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.029162+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.029822+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.029822+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.030876+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:44:57.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.030876+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.031651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.031651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.035809+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.035809+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.037279+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.037279+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.038792+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.038792+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.041747+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.041747+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.042029+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.042029+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:57.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.042754+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:57.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.042754+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:57.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.047264+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:56 smithi184 bash[23288]: audit 2024-09-16T13:44:56.047264+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: cluster 2024-09-16T13:44:56.026440+0000 mon.a (mon.0) 395 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: cluster 2024-09-16T13:44:56.026440+0000 mon.a (mon.0) 395 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.029162+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.029162+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.029822+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.029822+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.030876+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.030876+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.031651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.031651+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:44:57.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.035809+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.035809+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.037279+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.037279+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.151:0/1484942267' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.038792+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.038792+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.041747+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.041747+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.042029+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.042029+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.042754+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.042754+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.047264+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:57.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:56 smithi151 bash[23533]: audit 2024-09-16T13:44:56.047264+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:44:58.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:57 smithi098 bash[22846]: cluster 2024-09-16T13:44:56.777468+0000 mon.a (mon.0) 403 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T13:44:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:57 smithi098 bash[22846]: cluster 2024-09-16T13:44:56.777468+0000 mon.a (mon.0) 403 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T13:44:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:57 smithi098 bash[22846]: audit 2024-09-16T13:44:56.777693+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:44:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:57 smithi098 bash[22846]: audit 2024-09-16T13:44:56.777693+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:44:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:57 smithi098 bash[22846]: cluster 2024-09-16T13:44:56.852791+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:58.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:57 smithi098 bash[22846]: cluster 2024-09-16T13:44:56.852791+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:58.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:57 smithi184 bash[23288]: cluster 2024-09-16T13:44:56.777468+0000 mon.a (mon.0) 403 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T13:44:58.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:57 smithi184 bash[23288]: cluster 2024-09-16T13:44:56.777468+0000 mon.a (mon.0) 403 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T13:44:58.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:57 smithi184 bash[23288]: audit 2024-09-16T13:44:56.777693+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:44:58.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:57 smithi184 bash[23288]: audit 2024-09-16T13:44:56.777693+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:44:58.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:57 smithi184 bash[23288]: cluster 2024-09-16T13:44:56.852791+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:58.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:57 smithi184 bash[23288]: cluster 2024-09-16T13:44:56.852791+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:58.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:57 smithi151 bash[23533]: cluster 2024-09-16T13:44:56.777468+0000 mon.a (mon.0) 403 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T13:44:58.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:57 smithi151 bash[23533]: cluster 2024-09-16T13:44:56.777468+0000 mon.a (mon.0) 403 : cluster [DBG] mgrmap e15: a(active, since 2m), standbys: b 2024-09-16T13:44:58.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:57 smithi151 bash[23533]: audit 2024-09-16T13:44:56.777693+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:44:58.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:57 smithi151 bash[23533]: audit 2024-09-16T13:44:56.777693+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:44:58.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:57 smithi151 bash[23533]: cluster 2024-09-16T13:44:56.852791+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:58.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:57 smithi151 bash[23533]: cluster 2024-09-16T13:44:56.852791+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:59.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:58 smithi184 bash[23288]: cluster 2024-09-16T13:44:58.853232+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:59.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:44:58 smithi184 bash[23288]: cluster 2024-09-16T13:44:58.853232+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:58 smithi151 bash[23533]: cluster 2024-09-16T13:44:58.853232+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:44:58 smithi151 bash[23533]: cluster 2024-09-16T13:44:58.853232+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:59.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:58 smithi098 bash[22846]: cluster 2024-09-16T13:44:58.853232+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:44:59.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:44:58 smithi098 bash[22846]: cluster 2024-09-16T13:44:58.853232+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:01.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:00 smithi184 bash[23288]: cluster 2024-09-16T13:45:00.853641+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:00 smithi184 bash[23288]: cluster 2024-09-16T13:45:00.853641+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:00 smithi151 bash[23533]: cluster 2024-09-16T13:45:00.853641+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:00 smithi151 bash[23533]: cluster 2024-09-16T13:45:00.853641+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:01.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:00 smithi098 bash[22846]: cluster 2024-09-16T13:45:00.853641+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:00 smithi098 bash[22846]: cluster 2024-09-16T13:45:00.853641+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:01.437 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:45:03.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:02 smithi184 bash[23288]: cluster 2024-09-16T13:45:02.853945+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:03.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:02 smithi184 bash[23288]: cluster 2024-09-16T13:45:02.853945+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:03.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:02 smithi151 bash[23533]: cluster 2024-09-16T13:45:02.853945+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:03.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:02 smithi151 bash[23533]: cluster 2024-09-16T13:45:02.853945+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:02 smithi098 bash[22846]: cluster 2024-09-16T13:45:02.853945+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:02 smithi098 bash[22846]: cluster 2024-09-16T13:45:02.853945+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.019977+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.019977+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.026476+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.026476+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.031665+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.031665+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.032740+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:04.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:03 smithi184 bash[23288]: audit 2024-09-16T13:45:03.032740+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.019977+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:45:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.019977+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:45:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.026476+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:45:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.026476+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:45:04.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.031665+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:45:04.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.031665+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:45:04.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.032740+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:04.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:03 smithi151 bash[23533]: audit 2024-09-16T13:45:03.032740+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:04.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.019977+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:45:04.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.019977+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi098:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:45:04.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.026476+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:45:04.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.026476+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:45:04.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.031665+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:45:04.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.031665+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:45:04.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.032740+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:04.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:03 smithi098 bash[22846]: audit 2024-09-16T13:45:03.032740+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:05.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:04 smithi184 bash[23288]: cluster 2024-09-16T13:45:04.854379+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:05.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:04 smithi184 bash[23288]: cluster 2024-09-16T13:45:04.854379+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:04 smithi151 bash[23533]: cluster 2024-09-16T13:45:04.854379+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:04 smithi151 bash[23533]: cluster 2024-09-16T13:45:04.854379+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:04 smithi098 bash[22846]: cluster 2024-09-16T13:45:04.854379+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:04 smithi098 bash[22846]: cluster 2024-09-16T13:45:04.854379+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:07.180 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:06 smithi098 bash[22846]: cluster 2024-09-16T13:45:06.854762+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:07.180 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:06 smithi098 bash[22846]: cluster 2024-09-16T13:45:06.854762+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:07.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:06 smithi184 bash[23288]: cluster 2024-09-16T13:45:06.854762+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:07.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:06 smithi184 bash[23288]: cluster 2024-09-16T13:45:06.854762+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:06 smithi151 bash[23533]: cluster 2024-09-16T13:45:06.854762+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:06 smithi151 bash[23533]: cluster 2024-09-16T13:45:06.854762+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:08.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:08 smithi098 bash[22846]: audit 2024-09-16T13:45:07.334781+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:08 smithi098 bash[22846]: audit 2024-09-16T13:45:07.334781+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:08 smithi098 bash[22846]: audit 2024-09-16T13:45:07.343671+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:08 smithi098 bash[22846]: audit 2024-09-16T13:45:07.343671+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:08 smithi098 bash[22846]: audit 2024-09-16T13:45:07.354405+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:08 smithi098 bash[22846]: audit 2024-09-16T13:45:07.354405+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:08 smithi184 bash[23288]: audit 2024-09-16T13:45:07.334781+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:08 smithi184 bash[23288]: audit 2024-09-16T13:45:07.334781+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:08 smithi184 bash[23288]: audit 2024-09-16T13:45:07.343671+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:08 smithi184 bash[23288]: audit 2024-09-16T13:45:07.343671+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:08 smithi184 bash[23288]: audit 2024-09-16T13:45:07.354405+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:08 smithi184 bash[23288]: audit 2024-09-16T13:45:07.354405+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:08 smithi151 bash[23533]: audit 2024-09-16T13:45:07.334781+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:08 smithi151 bash[23533]: audit 2024-09-16T13:45:07.334781+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:08 smithi151 bash[23533]: audit 2024-09-16T13:45:07.343671+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:08 smithi151 bash[23533]: audit 2024-09-16T13:45:07.343671+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:08 smithi151 bash[23533]: audit 2024-09-16T13:45:07.354405+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:08.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:08 smithi151 bash[23533]: audit 2024-09-16T13:45:07.354405+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:09.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:09 smithi098 bash[22846]: cluster 2024-09-16T13:45:08.855135+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:09.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:09 smithi098 bash[22846]: cluster 2024-09-16T13:45:08.855135+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:09.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:09 smithi184 bash[23288]: cluster 2024-09-16T13:45:08.855135+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:09.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:09 smithi184 bash[23288]: cluster 2024-09-16T13:45:08.855135+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:09.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:09 smithi151 bash[23533]: cluster 2024-09-16T13:45:08.855135+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:09.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:09 smithi151 bash[23533]: cluster 2024-09-16T13:45:08.855135+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:11.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:10 smithi184 bash[23288]: cluster 2024-09-16T13:45:10.855576+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:11.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:10 smithi184 bash[23288]: cluster 2024-09-16T13:45:10.855576+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:11.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:10 smithi151 bash[23533]: cluster 2024-09-16T13:45:10.855576+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:11.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:10 smithi151 bash[23533]: cluster 2024-09-16T13:45:10.855576+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:11.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:10 smithi098 bash[22846]: cluster 2024-09-16T13:45:10.855576+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:11.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:10 smithi098 bash[22846]: cluster 2024-09-16T13:45:10.855576+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:12.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: audit 2024-09-16T13:45:12.465706+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"} : dispatch 2024-09-16T13:45:12.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: audit 2024-09-16T13:45:12.465706+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"} : dispatch 2024-09-16T13:45:12.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: audit 2024-09-16T13:45:12.468362+0000 mon.a (mon.0) 412 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"}]': finished 2024-09-16T13:45:12.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: audit 2024-09-16T13:45:12.468362+0000 mon.a (mon.0) 412 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"}]': finished 2024-09-16T13:45:12.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: cluster 2024-09-16T13:45:12.470733+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T13:45:12.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: cluster 2024-09-16T13:45:12.470733+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T13:45:12.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: audit 2024-09-16T13:45:12.470990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:12.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:12 smithi098 bash[22846]: audit 2024-09-16T13:45:12.470990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: audit 2024-09-16T13:45:12.465706+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"} : dispatch 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: audit 2024-09-16T13:45:12.465706+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"} : dispatch 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: audit 2024-09-16T13:45:12.468362+0000 mon.a (mon.0) 412 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"}]': finished 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: audit 2024-09-16T13:45:12.468362+0000 mon.a (mon.0) 412 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"}]': finished 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: cluster 2024-09-16T13:45:12.470733+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: cluster 2024-09-16T13:45:12.470733+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: audit 2024-09-16T13:45:12.470990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:12.929 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:12 smithi151 bash[23533]: audit 2024-09-16T13:45:12.470990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: audit 2024-09-16T13:45:12.465706+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"} : dispatch 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: audit 2024-09-16T13:45:12.465706+0000 mon.a (mon.0) 411 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"} : dispatch 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: audit 2024-09-16T13:45:12.468362+0000 mon.a (mon.0) 412 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"}]': finished 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: audit 2024-09-16T13:45:12.468362+0000 mon.a (mon.0) 412 : audit [INF] from='client.? 172.21.15.98:0/3757860415' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "41891c55-bf3b-41f7-b3c1-1a9a22b56f87"}]': finished 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: cluster 2024-09-16T13:45:12.470733+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: cluster 2024-09-16T13:45:12.470733+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: audit 2024-09-16T13:45:12.470990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:12.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:12 smithi184 bash[23288]: audit 2024-09-16T13:45:12.470990+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:13.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: cluster 2024-09-16T13:45:12.855893+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: cluster 2024-09-16T13:45:12.855893+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.081393+0000 mon.a (mon.0) 415 : audit [DBG] from='client.? 172.21.15.98:0/2712585012' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.081393+0000 mon.a (mon.0) 415 : audit [DBG] from='client.? 172.21.15.98:0/2712585012' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.188621+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.188621+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.192804+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.192804+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.199690+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:13 smithi098 bash[22846]: audit 2024-09-16T13:45:13.199690+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: cluster 2024-09-16T13:45:12.855893+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: cluster 2024-09-16T13:45:12.855893+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.081393+0000 mon.a (mon.0) 415 : audit [DBG] from='client.? 172.21.15.98:0/2712585012' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.081393+0000 mon.a (mon.0) 415 : audit [DBG] from='client.? 172.21.15.98:0/2712585012' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.188621+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.188621+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.192804+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.192804+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.199690+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:13 smithi184 bash[23288]: audit 2024-09-16T13:45:13.199690+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: cluster 2024-09-16T13:45:12.855893+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:13.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: cluster 2024-09-16T13:45:12.855893+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:13.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.081393+0000 mon.a (mon.0) 415 : audit [DBG] from='client.? 172.21.15.98:0/2712585012' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:45:13.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.081393+0000 mon.a (mon.0) 415 : audit [DBG] from='client.? 172.21.15.98:0/2712585012' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:45:13.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.188621+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.188621+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.192804+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.192804+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.199690+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:13.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:13 smithi151 bash[23533]: audit 2024-09-16T13:45:13.199690+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:15.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:14 smithi184 bash[23288]: cluster 2024-09-16T13:45:14.856240+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:15.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:14 smithi184 bash[23288]: cluster 2024-09-16T13:45:14.856240+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:14 smithi151 bash[23533]: cluster 2024-09-16T13:45:14.856240+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:14 smithi151 bash[23533]: cluster 2024-09-16T13:45:14.856240+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:15.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:14 smithi098 bash[22846]: cluster 2024-09-16T13:45:14.856240+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:15.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:14 smithi098 bash[22846]: cluster 2024-09-16T13:45:14.856240+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:17.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: audit 2024-09-16T13:45:16.234581+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: audit 2024-09-16T13:45:16.234581+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: audit 2024-09-16T13:45:16.241489+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: audit 2024-09-16T13:45:16.241489+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: audit 2024-09-16T13:45:16.249821+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: audit 2024-09-16T13:45:16.249821+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: cluster 2024-09-16T13:45:16.856620+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:17.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:17 smithi151 bash[23533]: cluster 2024-09-16T13:45:16.856620+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:17.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: audit 2024-09-16T13:45:16.234581+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: audit 2024-09-16T13:45:16.234581+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: audit 2024-09-16T13:45:16.241489+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: audit 2024-09-16T13:45:16.241489+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: audit 2024-09-16T13:45:16.249821+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: audit 2024-09-16T13:45:16.249821+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: cluster 2024-09-16T13:45:16.856620+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:17.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:17 smithi098 bash[22846]: cluster 2024-09-16T13:45:16.856620+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: audit 2024-09-16T13:45:16.234581+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: audit 2024-09-16T13:45:16.234581+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: audit 2024-09-16T13:45:16.241489+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: audit 2024-09-16T13:45:16.241489+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: audit 2024-09-16T13:45:16.249821+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: audit 2024-09-16T13:45:16.249821+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: cluster 2024-09-16T13:45:16.856620+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:17 smithi184 bash[23288]: cluster 2024-09-16T13:45:16.856620+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:19.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:18 smithi184 bash[23288]: cluster 2024-09-16T13:45:18.857060+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:19.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:18 smithi184 bash[23288]: cluster 2024-09-16T13:45:18.857060+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:18 smithi151 bash[23533]: cluster 2024-09-16T13:45:18.857060+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:18 smithi151 bash[23533]: cluster 2024-09-16T13:45:18.857060+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:19.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:18 smithi098 bash[22846]: cluster 2024-09-16T13:45:18.857060+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:19.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:18 smithi098 bash[22846]: cluster 2024-09-16T13:45:18.857060+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:20 smithi184 bash[23288]: cluster 2024-09-16T13:45:20.857470+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:21.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:20 smithi184 bash[23288]: cluster 2024-09-16T13:45:20.857470+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:20 smithi151 bash[23533]: cluster 2024-09-16T13:45:20.857470+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:20 smithi151 bash[23533]: cluster 2024-09-16T13:45:20.857470+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:21.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:20 smithi098 bash[22846]: cluster 2024-09-16T13:45:20.857470+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:21.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:20 smithi098 bash[22846]: cluster 2024-09-16T13:45:20.857470+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:23.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:22 smithi184 bash[23288]: cluster 2024-09-16T13:45:22.857914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:23.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:22 smithi184 bash[23288]: cluster 2024-09-16T13:45:22.857914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:22 smithi151 bash[23533]: cluster 2024-09-16T13:45:22.857914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:22 smithi151 bash[23533]: cluster 2024-09-16T13:45:22.857914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:23.247 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:22 smithi098 bash[22846]: cluster 2024-09-16T13:45:22.857914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:23.247 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:22 smithi098 bash[22846]: cluster 2024-09-16T13:45:22.857914+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:24.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:24 smithi184 bash[23288]: cluster 2024-09-16T13:45:24.858333+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:24.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:24 smithi184 bash[23288]: cluster 2024-09-16T13:45:24.858333+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:24 smithi151 bash[23533]: cluster 2024-09-16T13:45:24.858333+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:24 smithi151 bash[23533]: cluster 2024-09-16T13:45:24.858333+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:25.331 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:24 smithi098 bash[22846]: cluster 2024-09-16T13:45:24.858333+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:25.331 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:24 smithi098 bash[22846]: cluster 2024-09-16T13:45:24.858333+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:26.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:26 smithi098 bash[22846]: audit 2024-09-16T13:45:26.034529+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T13:45:26.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:26 smithi098 bash[22846]: audit 2024-09-16T13:45:26.034529+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T13:45:26.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:26 smithi098 bash[22846]: audit 2024-09-16T13:45:26.036384+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:26.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:26 smithi098 bash[22846]: audit 2024-09-16T13:45:26.036384+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:26.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:26 smithi184 bash[23288]: audit 2024-09-16T13:45:26.034529+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T13:45:26.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:26 smithi184 bash[23288]: audit 2024-09-16T13:45:26.034529+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T13:45:26.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:26 smithi184 bash[23288]: audit 2024-09-16T13:45:26.036384+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:26.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:26 smithi184 bash[23288]: audit 2024-09-16T13:45:26.036384+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:26.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:26 smithi151 bash[23533]: audit 2024-09-16T13:45:26.034529+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T13:45:26.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:26 smithi151 bash[23533]: audit 2024-09-16T13:45:26.034529+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-16T13:45:26.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:26 smithi151 bash[23533]: audit 2024-09-16T13:45:26.036384+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:26.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:26 smithi151 bash[23533]: audit 2024-09-16T13:45:26.036384+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:27 smithi098 bash[22846]: cephadm 2024-09-16T13:45:26.037861+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi098 2024-09-16T13:45:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:27 smithi098 bash[22846]: cephadm 2024-09-16T13:45:26.037861+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi098 2024-09-16T13:45:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:27 smithi098 bash[22846]: cluster 2024-09-16T13:45:26.858787+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:27 smithi098 bash[22846]: cluster 2024-09-16T13:45:26.858787+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:27.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:27 smithi184 bash[23288]: cephadm 2024-09-16T13:45:26.037861+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi098 2024-09-16T13:45:27.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:27 smithi184 bash[23288]: cephadm 2024-09-16T13:45:26.037861+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi098 2024-09-16T13:45:27.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:27 smithi184 bash[23288]: cluster 2024-09-16T13:45:26.858787+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:27.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:27 smithi184 bash[23288]: cluster 2024-09-16T13:45:26.858787+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:27.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:27 smithi151 bash[23533]: cephadm 2024-09-16T13:45:26.037861+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi098 2024-09-16T13:45:27.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:27 smithi151 bash[23533]: cephadm 2024-09-16T13:45:26.037861+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi098 2024-09-16T13:45:27.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:27 smithi151 bash[23533]: cluster 2024-09-16T13:45:26.858787+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:27.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:27 smithi151 bash[23533]: cluster 2024-09-16T13:45:26.858787+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:28 smithi098 bash[22846]: audit 2024-09-16T13:45:27.553299+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:28 smithi098 bash[22846]: audit 2024-09-16T13:45:27.553299+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:28 smithi098 bash[22846]: audit 2024-09-16T13:45:27.561013+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:28 smithi098 bash[22846]: audit 2024-09-16T13:45:27.561013+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:28 smithi098 bash[22846]: audit 2024-09-16T13:45:27.570075+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:28 smithi098 bash[22846]: audit 2024-09-16T13:45:27.570075+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:28 smithi184 bash[23288]: audit 2024-09-16T13:45:27.553299+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:28 smithi184 bash[23288]: audit 2024-09-16T13:45:27.553299+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:28 smithi184 bash[23288]: audit 2024-09-16T13:45:27.561013+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:28 smithi184 bash[23288]: audit 2024-09-16T13:45:27.561013+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:28 smithi184 bash[23288]: audit 2024-09-16T13:45:27.570075+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:28 smithi184 bash[23288]: audit 2024-09-16T13:45:27.570075+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:28 smithi151 bash[23533]: audit 2024-09-16T13:45:27.553299+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:28 smithi151 bash[23533]: audit 2024-09-16T13:45:27.553299+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:28 smithi151 bash[23533]: audit 2024-09-16T13:45:27.561013+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:28 smithi151 bash[23533]: audit 2024-09-16T13:45:27.561013+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:28 smithi151 bash[23533]: audit 2024-09-16T13:45:27.570075+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:28.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:28 smithi151 bash[23533]: audit 2024-09-16T13:45:27.570075+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:29 smithi098 bash[22846]: cluster 2024-09-16T13:45:28.859299+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:29 smithi098 bash[22846]: cluster 2024-09-16T13:45:28.859299+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:29.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:29 smithi184 bash[23288]: cluster 2024-09-16T13:45:28.859299+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:29.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:29 smithi184 bash[23288]: cluster 2024-09-16T13:45:28.859299+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:29.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:29 smithi151 bash[23533]: cluster 2024-09-16T13:45:28.859299+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:29.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:29 smithi151 bash[23533]: cluster 2024-09-16T13:45:28.859299+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:31.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:30 smithi098 bash[22846]: cluster 2024-09-16T13:45:30.859809+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:31.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:30 smithi098 bash[22846]: cluster 2024-09-16T13:45:30.859809+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:31.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:30 smithi184 bash[23288]: cluster 2024-09-16T13:45:30.859809+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:31.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:30 smithi184 bash[23288]: cluster 2024-09-16T13:45:30.859809+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:31.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:30 smithi151 bash[23533]: cluster 2024-09-16T13:45:30.859809+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:31.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:30 smithi151 bash[23533]: cluster 2024-09-16T13:45:30.859809+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:31.701 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:31 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:45:31.702 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:45:31 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:45:32.011 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:45:31 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:45:32.011 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:31 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:45:32.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.957143+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.957143+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.961370+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.961370+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.961777+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.961777+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.963093+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.963093+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.966412+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.966412+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.971311+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:32 smithi098 bash[22846]: audit 2024-09-16T13:45:31.971311+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.957143+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:32.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.957143+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.961370+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.961370+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.961777+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.961777+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.963093+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.963093+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.966412+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.966412+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.971311+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:32 smithi184 bash[23288]: audit 2024-09-16T13:45:31.971311+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.482 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.957143+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:32.482 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.957143+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.961370+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.961370+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.961777+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.961777+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.963093+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.963093+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.966412+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.966412+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.971311+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:32.483 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:32 smithi151 bash[23533]: audit 2024-09-16T13:45:31.971311+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:33.360 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:33 smithi098 bash[22846]: cluster 2024-09-16T13:45:32.860226+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:33.360 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:33 smithi098 bash[22846]: cluster 2024-09-16T13:45:32.860226+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:33.375 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:33 smithi151 bash[23533]: cluster 2024-09-16T13:45:32.860226+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:33.376 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:33 smithi151 bash[23533]: cluster 2024-09-16T13:45:32.860226+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:33.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:33 smithi184 bash[23288]: cluster 2024-09-16T13:45:32.860226+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:33.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:33 smithi184 bash[23288]: cluster 2024-09-16T13:45:32.860226+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:34.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.399151+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.399151+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.406503+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.406503+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.411063+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.411063+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.418003+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.418003+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.418670+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.418670+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.420833+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.420833+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.432396+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:34 smithi151 bash[23533]: audit 2024-09-16T13:45:33.432396+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.399151+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.399151+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.406503+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.406503+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.411063+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.411063+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.418003+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.418003+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.418670+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.418670+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.420833+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.420833+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.432396+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:34 smithi184 bash[23288]: audit 2024-09-16T13:45:33.432396+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.399151+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.399151+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.406503+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.406503+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.411063+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.411063+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.418003+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.418003+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.418670+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.418670+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.420833+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.420833+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.432396+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:34.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:34 smithi098 bash[22846]: audit 2024-09-16T13:45:33.432396+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:35.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:35 smithi184 bash[23288]: cluster 2024-09-16T13:45:34.860577+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:35.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:35 smithi184 bash[23288]: cluster 2024-09-16T13:45:34.860577+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:35.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:35 smithi151 bash[23533]: cluster 2024-09-16T13:45:34.860577+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:35.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:35 smithi151 bash[23533]: cluster 2024-09-16T13:45:34.860577+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:35.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:35 smithi098 bash[22846]: cluster 2024-09-16T13:45:34.860577+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:35.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:35 smithi098 bash[22846]: cluster 2024-09-16T13:45:34.860577+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:37.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: audit 2024-09-16T13:45:36.431609+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: audit 2024-09-16T13:45:36.431609+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: audit 2024-09-16T13:45:36.437993+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: audit 2024-09-16T13:45:36.437993+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: audit 2024-09-16T13:45:36.445368+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: audit 2024-09-16T13:45:36.445368+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: cluster 2024-09-16T13:45:36.860941+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:37.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:37 smithi184 bash[23288]: cluster 2024-09-16T13:45:36.860941+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: audit 2024-09-16T13:45:36.431609+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: audit 2024-09-16T13:45:36.431609+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: audit 2024-09-16T13:45:36.437993+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: audit 2024-09-16T13:45:36.437993+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: audit 2024-09-16T13:45:36.445368+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: audit 2024-09-16T13:45:36.445368+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: cluster 2024-09-16T13:45:36.860941+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:37.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:37 smithi151 bash[23533]: cluster 2024-09-16T13:45:36.860941+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:37.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: audit 2024-09-16T13:45:36.431609+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: audit 2024-09-16T13:45:36.431609+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: audit 2024-09-16T13:45:36.437993+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: audit 2024-09-16T13:45:36.437993+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: audit 2024-09-16T13:45:36.445368+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: audit 2024-09-16T13:45:36.445368+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:37.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: cluster 2024-09-16T13:45:36.860941+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:37.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:37 smithi098 bash[22846]: cluster 2024-09-16T13:45:36.860941+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:39.153 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:38 smithi098 bash[22846]: cluster 2024-09-16T13:45:38.861278+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:39.156 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:38 smithi098 bash[22846]: cluster 2024-09-16T13:45:38.861278+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:38 smithi184 bash[23288]: cluster 2024-09-16T13:45:38.861278+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:38 smithi184 bash[23288]: cluster 2024-09-16T13:45:38.861278+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:38 smithi151 bash[23533]: cluster 2024-09-16T13:45:38.861278+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:38 smithi151 bash[23533]: cluster 2024-09-16T13:45:38.861278+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:41.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:40 smithi184 bash[23288]: cluster 2024-09-16T13:45:40.861582+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:41.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:40 smithi184 bash[23288]: cluster 2024-09-16T13:45:40.861582+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:41.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:40 smithi151 bash[23533]: cluster 2024-09-16T13:45:40.861582+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:41.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:40 smithi151 bash[23533]: cluster 2024-09-16T13:45:40.861582+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:41.255 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:40 smithi098 bash[22846]: cluster 2024-09-16T13:45:40.861582+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:41.255 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:40 smithi098 bash[22846]: cluster 2024-09-16T13:45:40.861582+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:42.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.244952+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.244952+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.249115+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.249115+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: cephadm 2024-09-16T13:45:41.250258+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi098 2024-09-16T13:45:42.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: cephadm 2024-09-16T13:45:41.250258+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi098 2024-09-16T13:45:42.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.251165+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:42.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.251165+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:42.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.253862+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.253862+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.254191+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:42.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.254191+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:42.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.254978+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:42.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.254978+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:42.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.259877+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.595 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:42 smithi098 bash[22846]: audit 2024-09-16T13:45:41.259877+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.244952+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.244952+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.249115+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.249115+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: cephadm 2024-09-16T13:45:41.250258+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi098 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: cephadm 2024-09-16T13:45:41.250258+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi098 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.251165+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.251165+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.253862+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.253862+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.254191+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:42.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.254191+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:42.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.254978+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:42.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.254978+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:42.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.259877+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.718 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:42 smithi184 bash[23288]: audit 2024-09-16T13:45:41.259877+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.244952+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.244952+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.249115+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.249115+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: cephadm 2024-09-16T13:45:41.250258+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi098 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: cephadm 2024-09-16T13:45:41.250258+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi098 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.251165+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.251165+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.253862+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.253862+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.254191+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:42.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.254191+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:42.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.254978+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:42.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.254978+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:42.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.259877+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:42.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:42 smithi151 bash[23533]: audit 2024-09-16T13:45:41.259877+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:43.436 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:43 smithi184 bash[23288]: cluster 2024-09-16T13:45:42.862025+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:43.436 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:43 smithi184 bash[23288]: cluster 2024-09-16T13:45:42.862025+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:43.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:43 smithi098 bash[22846]: cluster 2024-09-16T13:45:42.862025+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:43.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:43 smithi098 bash[22846]: cluster 2024-09-16T13:45:42.862025+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:43.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:43 smithi151 bash[23533]: cluster 2024-09-16T13:45:42.862025+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:43.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:43 smithi151 bash[23533]: cluster 2024-09-16T13:45:42.862025+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:44.322 INFO:teuthology.orchestra.run.smithi098.stdout:Created osd(s) 0 on host 'smithi098' 2024-09-16T13:45:44.574 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:44 smithi098 bash[22846]: audit 2024-09-16T13:45:43.802119+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T13:45:44.575 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:44 smithi098 bash[22846]: audit 2024-09-16T13:45:43.802119+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T13:45:44.707 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:44 smithi184 bash[23288]: audit 2024-09-16T13:45:43.802119+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T13:45:44.707 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:44 smithi184 bash[23288]: audit 2024-09-16T13:45:43.802119+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T13:45:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:44 smithi151 bash[23533]: audit 2024-09-16T13:45:43.802119+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T13:45:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:44 smithi151 bash[23533]: audit 2024-09-16T13:45:43.802119+0000 mon.a (mon.0) 450 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-16T13:45:45.002 DEBUG:teuthology.orchestra.run.smithi098:osd.0> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.0.service 2024-09-16T13:45:45.005 INFO:tasks.cephadm:Deploying osd.1 on smithi151 with /dev/vg_nvme/lv_4... 2024-09-16T13:45:45.005 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.262821+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.262821+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.267115+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.267115+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.267453+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.267453+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.267783+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.267783+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.303123+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:45.545 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.303123+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.311322+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.311322+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.312172+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.312172+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: cephadm 2024-09-16T13:45:44.315483+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: cephadm 2024-09-16T13:45:44.315483+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.320342+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.320342+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.328841+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.328841+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.332031+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.332031+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:45.546 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.333109+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:45.547 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.333109+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:45.547 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.341972+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.547 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: audit 2024-09-16T13:45:44.341972+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.547 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.862471+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:45.547 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:45 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.862471+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:45.592 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[32307]: debug 2024-09-16T13:45:45.280+0000 7f7b3a8c0640 -1 osd.0 0 waiting for initial osdmap 2024-09-16T13:45:45.592 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[32307]: debug 2024-09-16T13:45:45.312+0000 7f7b366e7640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-16T13:45:45.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.262821+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T13:45:45.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.262821+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T13:45:45.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.267115+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T13:45:45.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.267115+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.267453+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.267453+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.267783+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.267783+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.303123+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.303123+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.311322+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.311322+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.312172+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.312172+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: cephadm 2024-09-16T13:45:44.315483+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-09-16T13:45:45.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: cephadm 2024-09-16T13:45:44.315483+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.320342+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.320342+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.328841+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.328841+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.332031+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.332031+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.333109+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.333109+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.341972+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: audit 2024-09-16T13:45:44.341972+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.862471+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:45.594 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:45 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.862471+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:45.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.262821+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.262821+0000 mon.a (mon.0) 451 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.267115+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.267115+0000 mon.a (mon.0) 452 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.267453+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.267453+0000 mon.a (mon.0) 453 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]} : dispatch 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.267783+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.267783+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.303123+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.303123+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.311322+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.311322+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.312172+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.312172+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: cephadm 2024-09-16T13:45:44.315483+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: cephadm 2024-09-16T13:45:44.315483+0000 mgr.a (mgr.14152) 147 : cephadm [INF] Adjusting osd_memory_target on smithi098 to 16241M 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.320342+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.320342+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.328841+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.328841+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.332031+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.332031+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.333109+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.333109+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.341972+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: audit 2024-09-16T13:45:44.341972+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:45.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.862471+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:45.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:45 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.862471+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: audit 2024-09-16T13:45:45.265091+0000 mon.a (mon.0) 463 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T13:45:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: audit 2024-09-16T13:45:45.265091+0000 mon.a (mon.0) 463 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T13:45:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: cluster 2024-09-16T13:45:45.271331+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T13:45:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: cluster 2024-09-16T13:45:45.271331+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T13:45:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: audit 2024-09-16T13:45:45.273237+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: audit 2024-09-16T13:45:45.273237+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: audit 2024-09-16T13:45:45.284670+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:46 smithi098 bash[22846]: audit 2024-09-16T13:45:45.284670+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: audit 2024-09-16T13:45:45.265091+0000 mon.a (mon.0) 463 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T13:45:46.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: audit 2024-09-16T13:45:45.265091+0000 mon.a (mon.0) 463 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T13:45:46.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: cluster 2024-09-16T13:45:45.271331+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T13:45:46.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: cluster 2024-09-16T13:45:45.271331+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T13:45:46.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: audit 2024-09-16T13:45:45.273237+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: audit 2024-09-16T13:45:45.273237+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: audit 2024-09-16T13:45:45.284670+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:46 smithi184 bash[23288]: audit 2024-09-16T13:45:45.284670+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: audit 2024-09-16T13:45:45.265091+0000 mon.a (mon.0) 463 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T13:45:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: audit 2024-09-16T13:45:45.265091+0000 mon.a (mon.0) 463 : audit [INF] from='osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi098", "root=default"]}]': finished 2024-09-16T13:45:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: cluster 2024-09-16T13:45:45.271331+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T13:45:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: cluster 2024-09-16T13:45:45.271331+0000 mon.a (mon.0) 464 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-16T13:45:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: audit 2024-09-16T13:45:45.273237+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: audit 2024-09-16T13:45:45.273237+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: audit 2024-09-16T13:45:45.284670+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:46.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:46 smithi151 bash[23533]: audit 2024-09-16T13:45:45.284670+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.758472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.758472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.758594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:44.758594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:46.281151+0000 mon.a (mon.0) 467 : cluster [INF] osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198] boot 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:46.281151+0000 mon.a (mon.0) 467 : cluster [INF] osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198] boot 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:46.281217+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:46.281217+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: audit 2024-09-16T13:45:46.282043+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: audit 2024-09-16T13:45:46.282043+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:47.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:46.862928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:47.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:47 smithi098 bash[22846]: cluster 2024-09-16T13:45:46.862928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:47.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.758472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:45:47.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.758472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:45:47.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.758594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:45:47.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:44.758594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:45:47.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:46.281151+0000 mon.a (mon.0) 467 : cluster [INF] osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198] boot 2024-09-16T13:45:47.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:46.281151+0000 mon.a (mon.0) 467 : cluster [INF] osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198] boot 2024-09-16T13:45:47.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:46.281217+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T13:45:47.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:46.281217+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T13:45:47.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: audit 2024-09-16T13:45:46.282043+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:47.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: audit 2024-09-16T13:45:46.282043+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:47.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:46.862928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:47.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:47 smithi184 bash[23288]: cluster 2024-09-16T13:45:46.862928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.758472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.758472+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.758594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:44.758594+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:46.281151+0000 mon.a (mon.0) 467 : cluster [INF] osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198] boot 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:46.281151+0000 mon.a (mon.0) 467 : cluster [INF] osd.0 [v2:172.21.15.98:6802/410362198,v1:172.21.15.98:6803/410362198] boot 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:46.281217+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:46.281217+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: audit 2024-09-16T13:45:46.282043+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: audit 2024-09-16T13:45:46.282043+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:45:47.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:46.862928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:47.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:47 smithi151 bash[23533]: cluster 2024-09-16T13:45:46.862928+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-16T13:45:48.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: cluster 2024-09-16T13:45:47.297801+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T13:45:48.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: cluster 2024-09-16T13:45:47.297801+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T13:45:48.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: audit 2024-09-16T13:45:47.769820+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: audit 2024-09-16T13:45:47.769820+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: audit 2024-09-16T13:45:47.777152+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: audit 2024-09-16T13:45:47.777152+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: audit 2024-09-16T13:45:47.786460+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:48 smithi098 bash[22846]: audit 2024-09-16T13:45:47.786460+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: cluster 2024-09-16T13:45:47.297801+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T13:45:48.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: cluster 2024-09-16T13:45:47.297801+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T13:45:48.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: audit 2024-09-16T13:45:47.769820+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: audit 2024-09-16T13:45:47.769820+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: audit 2024-09-16T13:45:47.777152+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: audit 2024-09-16T13:45:47.777152+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: audit 2024-09-16T13:45:47.786460+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:48 smithi184 bash[23288]: audit 2024-09-16T13:45:47.786460+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: cluster 2024-09-16T13:45:47.297801+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T13:45:48.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: cluster 2024-09-16T13:45:47.297801+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-16T13:45:48.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: audit 2024-09-16T13:45:47.769820+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: audit 2024-09-16T13:45:47.769820+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: audit 2024-09-16T13:45:47.777152+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: audit 2024-09-16T13:45:47.777152+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: audit 2024-09-16T13:45:47.786460+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:48.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:48 smithi151 bash[23533]: audit 2024-09-16T13:45:47.786460+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:49.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:49 smithi098 bash[22846]: cluster 2024-09-16T13:45:48.863395+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:49.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:49 smithi098 bash[22846]: cluster 2024-09-16T13:45:48.863395+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:49 smithi184 bash[23288]: cluster 2024-09-16T13:45:48.863395+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:49 smithi184 bash[23288]: cluster 2024-09-16T13:45:48.863395+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:49.735 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T13:45:49.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:49 smithi151 bash[23533]: cluster 2024-09-16T13:45:48.863395+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:49 smithi151 bash[23533]: cluster 2024-09-16T13:45:48.863395+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:51.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:50 smithi184 bash[23288]: cluster 2024-09-16T13:45:50.863896+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:51.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:50 smithi184 bash[23288]: cluster 2024-09-16T13:45:50.863896+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:51.222 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:50 smithi098 bash[22846]: cluster 2024-09-16T13:45:50.863896+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:51.222 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:50 smithi098 bash[22846]: cluster 2024-09-16T13:45:50.863896+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:50 smithi151 bash[23533]: cluster 2024-09-16T13:45:50.863896+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:50 smithi151 bash[23533]: cluster 2024-09-16T13:45:50.863896+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:53.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:52 smithi098 bash[22846]: cluster 2024-09-16T13:45:52.864204+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:53.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:52 smithi098 bash[22846]: cluster 2024-09-16T13:45:52.864204+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:53.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:52 smithi184 bash[23288]: cluster 2024-09-16T13:45:52.864204+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:53.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:52 smithi184 bash[23288]: cluster 2024-09-16T13:45:52.864204+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:53.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:52 smithi151 bash[23533]: cluster 2024-09-16T13:45:52.864204+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:53.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:52 smithi151 bash[23533]: cluster 2024-09-16T13:45:52.864204+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:54.742 INFO:teuthology.orchestra.run.smithi151.stdout: 2024-09-16T13:45:54.794 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi151:vg_nvme/lv_4 2024-09-16T13:45:55.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:54 smithi184 bash[23288]: cluster 2024-09-16T13:45:54.864610+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:55.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:54 smithi184 bash[23288]: cluster 2024-09-16T13:45:54.864610+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:54 smithi151 bash[23533]: cluster 2024-09-16T13:45:54.864610+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:54 smithi151 bash[23533]: cluster 2024-09-16T13:45:54.864610+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:55.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:54 smithi098 bash[22846]: cluster 2024-09-16T13:45:54.864610+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:55.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:54 smithi098 bash[22846]: cluster 2024-09-16T13:45:54.864610+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:57.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: audit 2024-09-16T13:45:56.562136+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: audit 2024-09-16T13:45:56.562136+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: audit 2024-09-16T13:45:56.570047+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: audit 2024-09-16T13:45:56.570047+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: audit 2024-09-16T13:45:56.579454+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: audit 2024-09-16T13:45:56.579454+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: cluster 2024-09-16T13:45:56.865127+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:57.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:57 smithi098 bash[22846]: cluster 2024-09-16T13:45:56.865127+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: audit 2024-09-16T13:45:56.562136+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: audit 2024-09-16T13:45:56.562136+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: audit 2024-09-16T13:45:56.570047+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: audit 2024-09-16T13:45:56.570047+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: audit 2024-09-16T13:45:56.579454+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: audit 2024-09-16T13:45:56.579454+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: cluster 2024-09-16T13:45:56.865127+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:57.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:57 smithi184 bash[23288]: cluster 2024-09-16T13:45:56.865127+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:57.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: audit 2024-09-16T13:45:56.562136+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: audit 2024-09-16T13:45:56.562136+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: audit 2024-09-16T13:45:56.570047+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: audit 2024-09-16T13:45:56.570047+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: audit 2024-09-16T13:45:56.579454+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: audit 2024-09-16T13:45:56.579454+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:45:57.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: cluster 2024-09-16T13:45:56.865127+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:57.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:57 smithi151 bash[23533]: cluster 2024-09-16T13:45:56.865127+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:59.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:58 smithi184 bash[23288]: cluster 2024-09-16T13:45:58.865650+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:59.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:45:58 smithi184 bash[23288]: cluster 2024-09-16T13:45:58.865650+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:58 smithi151 bash[23533]: cluster 2024-09-16T13:45:58.865650+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:45:58 smithi151 bash[23533]: cluster 2024-09-16T13:45:58.865650+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:59.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:58 smithi098 bash[22846]: cluster 2024-09-16T13:45:58.865650+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:59.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:45:58 smithi098 bash[22846]: cluster 2024-09-16T13:45:58.865650+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:45:59.473 INFO:teuthology.orchestra.run.smithi151.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.b/config 2024-09-16T13:46:01.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:45:59.854573+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:45:59.854573+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:45:59.860487+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:45:59.860487+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:45:59.868663+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:45:59.868663+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:46:00.794383+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:46:00.794383+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:46:00.800434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:46:00.800434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:46:00.802234+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:01.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:00 smithi184 bash[23288]: audit 2024-09-16T13:46:00.802234+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:45:59.854573+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:45:59.854573+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:45:59.860487+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:45:59.860487+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:45:59.868663+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:45:59.868663+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:46:00.794383+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:01.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:46:00.794383+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:01.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:46:00.800434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:01.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:46:00.800434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:01.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:46:00.802234+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:01.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:00 smithi151 bash[23533]: audit 2024-09-16T13:46:00.802234+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:01.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:45:59.854573+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:45:59.854573+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:45:59.860487+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:45:59.860487+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:45:59.868663+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:45:59.868663+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:46:00.794383+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:46:00.794383+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:46:00.800434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:46:00.800434+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:46:00.802234+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:01.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:00 smithi098 bash[22846]: audit 2024-09-16T13:46:00.802234+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:02.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:01 smithi184 bash[23288]: audit 2024-09-16T13:46:00.787605+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:02.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:01 smithi184 bash[23288]: audit 2024-09-16T13:46:00.787605+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:02.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:01 smithi184 bash[23288]: cluster 2024-09-16T13:46:00.866144+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:02.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:01 smithi184 bash[23288]: cluster 2024-09-16T13:46:00.866144+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:01 smithi151 bash[23533]: audit 2024-09-16T13:46:00.787605+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:01 smithi151 bash[23533]: audit 2024-09-16T13:46:00.787605+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:01 smithi151 bash[23533]: cluster 2024-09-16T13:46:00.866144+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:01 smithi151 bash[23533]: cluster 2024-09-16T13:46:00.866144+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:02.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:01 smithi098 bash[22846]: audit 2024-09-16T13:46:00.787605+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:02.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:01 smithi098 bash[22846]: audit 2024-09-16T13:46:00.787605+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi151:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:02.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:01 smithi098 bash[22846]: cluster 2024-09-16T13:46:00.866144+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:02.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:01 smithi098 bash[22846]: cluster 2024-09-16T13:46:00.866144+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:03.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:02 smithi184 bash[23288]: cluster 2024-09-16T13:46:02.866669+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:03.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:02 smithi184 bash[23288]: cluster 2024-09-16T13:46:02.866669+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:03.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:02 smithi151 bash[23533]: cluster 2024-09-16T13:46:02.866669+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:03.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:02 smithi151 bash[23533]: cluster 2024-09-16T13:46:02.866669+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:02 smithi098 bash[22846]: cluster 2024-09-16T13:46:02.866669+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:02 smithi098 bash[22846]: cluster 2024-09-16T13:46:02.866669+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:04.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:04 smithi184 bash[23288]: cluster 2024-09-16T13:46:04.867109+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:04.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:04 smithi184 bash[23288]: cluster 2024-09-16T13:46:04.867109+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:04 smithi151 bash[23533]: cluster 2024-09-16T13:46:04.867109+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:04 smithi151 bash[23533]: cluster 2024-09-16T13:46:04.867109+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:04 smithi098 bash[22846]: cluster 2024-09-16T13:46:04.867109+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:04 smithi098 bash[22846]: cluster 2024-09-16T13:46:04.867109+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:07.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:06 smithi184 bash[23288]: cluster 2024-09-16T13:46:06.867553+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:07.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:06 smithi184 bash[23288]: cluster 2024-09-16T13:46:06.867553+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:06 smithi151 bash[23533]: cluster 2024-09-16T13:46:06.867553+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:06 smithi151 bash[23533]: cluster 2024-09-16T13:46:06.867553+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:07.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:06 smithi098 bash[22846]: cluster 2024-09-16T13:46:06.867553+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:07.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:06 smithi098 bash[22846]: cluster 2024-09-16T13:46:06.867553+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:09.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: audit 2024-09-16T13:46:07.926834+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: audit 2024-09-16T13:46:07.926834+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: audit 2024-09-16T13:46:07.934037+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: audit 2024-09-16T13:46:07.934037+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: audit 2024-09-16T13:46:07.943421+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: audit 2024-09-16T13:46:07.943421+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: cluster 2024-09-16T13:46:08.867981+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:09.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:08 smithi184 bash[23288]: cluster 2024-09-16T13:46:08.867981+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:09.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: audit 2024-09-16T13:46:07.926834+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: audit 2024-09-16T13:46:07.926834+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: audit 2024-09-16T13:46:07.934037+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: audit 2024-09-16T13:46:07.934037+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: audit 2024-09-16T13:46:07.943421+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: audit 2024-09-16T13:46:07.943421+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: cluster 2024-09-16T13:46:08.867981+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:09.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:08 smithi151 bash[23533]: cluster 2024-09-16T13:46:08.867981+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:09.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: audit 2024-09-16T13:46:07.926834+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: audit 2024-09-16T13:46:07.926834+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: audit 2024-09-16T13:46:07.934037+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: audit 2024-09-16T13:46:07.934037+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: audit 2024-09-16T13:46:07.943421+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: audit 2024-09-16T13:46:07.943421+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:09.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: cluster 2024-09-16T13:46:08.867981+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:09.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:08 smithi098 bash[22846]: cluster 2024-09-16T13:46:08.867981+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:10.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.069211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.151:0/761664444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.069211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.151:0/761664444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.069658+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.069658+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.071873+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"}]': finished 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.071873+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"}]': finished 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: cluster 2024-09-16T13:46:09.075057+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: cluster 2024-09-16T13:46:09.075057+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.075229+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.075229+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.662860+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.151:0/1392427685' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:09 smithi184 bash[23288]: audit 2024-09-16T13:46:09.662860+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.151:0/1392427685' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.069211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.151:0/761664444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.217 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.069211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.151:0/761664444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.069658+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.069658+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.071873+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"}]': finished 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.071873+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"}]': finished 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: cluster 2024-09-16T13:46:09.075057+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: cluster 2024-09-16T13:46:09.075057+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.075229+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.075229+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.662860+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.151:0/1392427685' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:46:10.218 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:09 smithi098 bash[22846]: audit 2024-09-16T13:46:09.662860+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.151:0/1392427685' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.069211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.151:0/761664444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.069211+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.151:0/761664444' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.069658+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.069658+0000 mon.a (mon.0) 486 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"} : dispatch 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.071873+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"}]': finished 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.071873+0000 mon.a (mon.0) 487 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "26e3e997-7040-4dd4-aecd-6ad426ec062d"}]': finished 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: cluster 2024-09-16T13:46:09.075057+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: cluster 2024-09-16T13:46:09.075057+0000 mon.a (mon.0) 488 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-16T13:46:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.075229+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:10.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.075229+0000 mon.a (mon.0) 489 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:10.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.662860+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.151:0/1392427685' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:46:10.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:09 smithi151 bash[23533]: audit 2024-09-16T13:46:09.662860+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.151:0/1392427685' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:46:11.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:10 smithi184 bash[23288]: cluster 2024-09-16T13:46:10.868410+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:11.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:10 smithi184 bash[23288]: cluster 2024-09-16T13:46:10.868410+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:11.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:10 smithi151 bash[23533]: cluster 2024-09-16T13:46:10.868410+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:11.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:10 smithi151 bash[23533]: cluster 2024-09-16T13:46:10.868410+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:11.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:10 smithi098 bash[22846]: cluster 2024-09-16T13:46:10.868410+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:11.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:10 smithi098 bash[22846]: cluster 2024-09-16T13:46:10.868410+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:13.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:12 smithi184 bash[23288]: cluster 2024-09-16T13:46:12.868916+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:13.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:12 smithi184 bash[23288]: cluster 2024-09-16T13:46:12.868916+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:13.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:12 smithi151 bash[23533]: cluster 2024-09-16T13:46:12.868916+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:13.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:12 smithi151 bash[23533]: cluster 2024-09-16T13:46:12.868916+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:13.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:12 smithi098 bash[22846]: cluster 2024-09-16T13:46:12.868916+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:13.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:12 smithi098 bash[22846]: cluster 2024-09-16T13:46:12.868916+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:15.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:14 smithi184 bash[23288]: cluster 2024-09-16T13:46:14.869390+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:15.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:14 smithi184 bash[23288]: cluster 2024-09-16T13:46:14.869390+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:14 smithi151 bash[23533]: cluster 2024-09-16T13:46:14.869390+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:14 smithi151 bash[23533]: cluster 2024-09-16T13:46:14.869390+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:15.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:14 smithi098 bash[22846]: cluster 2024-09-16T13:46:14.869390+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:15.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:14 smithi098 bash[22846]: cluster 2024-09-16T13:46:14.869390+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:17.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: audit 2024-09-16T13:46:16.719933+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:17.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: audit 2024-09-16T13:46:16.719933+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:17.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: audit 2024-09-16T13:46:16.729078+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:17.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: audit 2024-09-16T13:46:16.729078+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:17.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: audit 2024-09-16T13:46:16.738857+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:17.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: audit 2024-09-16T13:46:16.738857+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:17.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: cluster 2024-09-16T13:46:16.869858+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:17.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:17 smithi151 bash[23533]: cluster 2024-09-16T13:46:16.869858+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:18.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: audit 2024-09-16T13:46:16.719933+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: audit 2024-09-16T13:46:16.719933+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: audit 2024-09-16T13:46:16.729078+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: audit 2024-09-16T13:46:16.729078+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: audit 2024-09-16T13:46:16.738857+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: audit 2024-09-16T13:46:16.738857+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: cluster 2024-09-16T13:46:16.869858+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:18.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:17 smithi098 bash[22846]: cluster 2024-09-16T13:46:16.869858+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: audit 2024-09-16T13:46:16.719933+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: audit 2024-09-16T13:46:16.719933+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: audit 2024-09-16T13:46:16.729078+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: audit 2024-09-16T13:46:16.729078+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: audit 2024-09-16T13:46:16.738857+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: audit 2024-09-16T13:46:16.738857+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: cluster 2024-09-16T13:46:16.869858+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:18.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:17 smithi184 bash[23288]: cluster 2024-09-16T13:46:16.869858+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:19.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:18 smithi184 bash[23288]: cluster 2024-09-16T13:46:18.870296+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:19.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:18 smithi184 bash[23288]: cluster 2024-09-16T13:46:18.870296+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:18 smithi151 bash[23533]: cluster 2024-09-16T13:46:18.870296+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:18 smithi151 bash[23533]: cluster 2024-09-16T13:46:18.870296+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:19.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:18 smithi098 bash[22846]: cluster 2024-09-16T13:46:18.870296+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:19.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:18 smithi098 bash[22846]: cluster 2024-09-16T13:46:18.870296+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:21.236 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: audit 2024-09-16T13:46:20.063822+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.236 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: audit 2024-09-16T13:46:20.063822+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.236 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: audit 2024-09-16T13:46:20.069346+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.236 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: audit 2024-09-16T13:46:20.069346+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.236 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: audit 2024-09-16T13:46:20.076024+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.237 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: audit 2024-09-16T13:46:20.076024+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.237 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: cluster 2024-09-16T13:46:20.870746+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:21.237 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:21 smithi151 bash[23533]: cluster 2024-09-16T13:46:20.870746+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:21.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: audit 2024-09-16T13:46:20.063822+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: audit 2024-09-16T13:46:20.063822+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: audit 2024-09-16T13:46:20.069346+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: audit 2024-09-16T13:46:20.069346+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: audit 2024-09-16T13:46:20.076024+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: audit 2024-09-16T13:46:20.076024+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: cluster 2024-09-16T13:46:20.870746+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:21.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:21 smithi098 bash[22846]: cluster 2024-09-16T13:46:20.870746+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: audit 2024-09-16T13:46:20.063822+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: audit 2024-09-16T13:46:20.063822+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: audit 2024-09-16T13:46:20.069346+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: audit 2024-09-16T13:46:20.069346+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: audit 2024-09-16T13:46:20.076024+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: audit 2024-09-16T13:46:20.076024+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: cluster 2024-09-16T13:46:20.870746+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:21.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:21 smithi184 bash[23288]: cluster 2024-09-16T13:46:20.870746+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:23.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:22 smithi184 bash[23288]: cluster 2024-09-16T13:46:22.871191+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:23.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:22 smithi184 bash[23288]: cluster 2024-09-16T13:46:22.871191+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:22 smithi151 bash[23533]: cluster 2024-09-16T13:46:22.871191+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:22 smithi151 bash[23533]: cluster 2024-09-16T13:46:22.871191+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:22 smithi098 bash[22846]: cluster 2024-09-16T13:46:22.871191+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:22 smithi098 bash[22846]: cluster 2024-09-16T13:46:22.871191+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:23 smithi184 bash[23288]: audit 2024-09-16T13:46:23.389984+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T13:46:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:23 smithi184 bash[23288]: audit 2024-09-16T13:46:23.389984+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T13:46:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:23 smithi184 bash[23288]: audit 2024-09-16T13:46:23.392096+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:23 smithi184 bash[23288]: audit 2024-09-16T13:46:23.392096+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:23 smithi184 bash[23288]: cephadm 2024-09-16T13:46:23.393856+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi151 2024-09-16T13:46:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:23 smithi184 bash[23288]: cephadm 2024-09-16T13:46:23.393856+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi151 2024-09-16T13:46:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:23 smithi151 bash[23533]: audit 2024-09-16T13:46:23.389984+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T13:46:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:23 smithi151 bash[23533]: audit 2024-09-16T13:46:23.389984+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T13:46:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:23 smithi151 bash[23533]: audit 2024-09-16T13:46:23.392096+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:23 smithi151 bash[23533]: audit 2024-09-16T13:46:23.392096+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:23 smithi151 bash[23533]: cephadm 2024-09-16T13:46:23.393856+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi151 2024-09-16T13:46:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:23 smithi151 bash[23533]: cephadm 2024-09-16T13:46:23.393856+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi151 2024-09-16T13:46:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:23 smithi098 bash[22846]: audit 2024-09-16T13:46:23.389984+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T13:46:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:23 smithi098 bash[22846]: audit 2024-09-16T13:46:23.389984+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-16T13:46:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:23 smithi098 bash[22846]: audit 2024-09-16T13:46:23.392096+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:23 smithi098 bash[22846]: audit 2024-09-16T13:46:23.392096+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:23 smithi098 bash[22846]: cephadm 2024-09-16T13:46:23.393856+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi151 2024-09-16T13:46:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:23 smithi098 bash[22846]: cephadm 2024-09-16T13:46:23.393856+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi151 2024-09-16T13:46:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:24 smithi151 bash[23533]: cluster 2024-09-16T13:46:24.871651+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:24 smithi151 bash[23533]: cluster 2024-09-16T13:46:24.871651+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:25.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:24 smithi184 bash[23288]: cluster 2024-09-16T13:46:24.871651+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:25.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:24 smithi184 bash[23288]: cluster 2024-09-16T13:46:24.871651+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:24 smithi098 bash[22846]: cluster 2024-09-16T13:46:24.871651+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:24 smithi098 bash[22846]: cluster 2024-09-16T13:46:24.871651+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:27.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:26 smithi184 bash[23288]: cluster 2024-09-16T13:46:26.872079+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:27.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:26 smithi184 bash[23288]: cluster 2024-09-16T13:46:26.872079+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:27.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:26 smithi151 bash[23533]: cluster 2024-09-16T13:46:26.872079+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:27.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:26 smithi151 bash[23533]: cluster 2024-09-16T13:46:26.872079+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:26 smithi098 bash[22846]: cluster 2024-09-16T13:46:26.872079+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:26 smithi098 bash[22846]: cluster 2024-09-16T13:46:26.872079+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:27.590 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:46:27.590 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:46:27.590 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:46:27 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:46:27.590 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:46:27 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:46:28.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.635088+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:28.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.635088+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:28.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.642956+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.642956+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.643819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:28.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.643819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:28.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.646297+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:28.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.646297+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:28.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.651725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.651725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.657764+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:27 smithi184 bash[23288]: audit 2024-09-16T13:46:27.657764+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.635088+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:28.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.635088+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:28.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.642956+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.642956+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.643819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:28.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.643819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:28.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.646297+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:28.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.646297+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:28.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.651725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.651725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.657764+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:27 smithi151 bash[23533]: audit 2024-09-16T13:46:27.657764+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.266 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.635088+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:28.266 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.635088+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:28.266 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.642956+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.266 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.642956+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.266 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.643819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:28.266 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.643819+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:28.267 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.646297+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:28.267 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.646297+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:28.267 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.651725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.267 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.651725+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.267 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.657764+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:28.267 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:27 smithi098 bash[22846]: audit 2024-09-16T13:46:27.657764+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: audit 2024-09-16T13:46:28.141599+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: audit 2024-09-16T13:46:28.141599+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: audit 2024-09-16T13:46:28.149225+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: audit 2024-09-16T13:46:28.149225+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: audit 2024-09-16T13:46:28.158694+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: audit 2024-09-16T13:46:28.158694+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: cluster 2024-09-16T13:46:28.872401+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:29.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:29 smithi184 bash[23288]: cluster 2024-09-16T13:46:28.872401+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:29.485 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: audit 2024-09-16T13:46:28.141599+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.485 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: audit 2024-09-16T13:46:28.141599+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.485 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: audit 2024-09-16T13:46:28.149225+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.485 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: audit 2024-09-16T13:46:28.149225+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.486 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: audit 2024-09-16T13:46:28.158694+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.486 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: audit 2024-09-16T13:46:28.158694+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.486 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: cluster 2024-09-16T13:46:28.872401+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:29.486 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:29 smithi098 bash[22846]: cluster 2024-09-16T13:46:28.872401+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: audit 2024-09-16T13:46:28.141599+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: audit 2024-09-16T13:46:28.141599+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: audit 2024-09-16T13:46:28.149225+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: audit 2024-09-16T13:46:28.149225+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: audit 2024-09-16T13:46:28.158694+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: audit 2024-09-16T13:46:28.158694+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: cluster 2024-09-16T13:46:28.872401+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:29.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:29 smithi151 bash[23533]: cluster 2024-09-16T13:46:28.872401+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:31.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:30 smithi098 bash[22846]: cluster 2024-09-16T13:46:30.872665+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:31.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:30 smithi098 bash[22846]: cluster 2024-09-16T13:46:30.872665+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:31.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:30 smithi184 bash[23288]: cluster 2024-09-16T13:46:30.872665+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:31.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:30 smithi184 bash[23288]: cluster 2024-09-16T13:46:30.872665+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:31.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:30 smithi151 bash[23533]: cluster 2024-09-16T13:46:30.872665+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:31.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:30 smithi151 bash[23533]: cluster 2024-09-16T13:46:30.872665+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:33.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:32 smithi184 bash[23288]: cluster 2024-09-16T13:46:32.873109+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:33.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:32 smithi184 bash[23288]: cluster 2024-09-16T13:46:32.873109+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:33.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:32 smithi151 bash[23533]: cluster 2024-09-16T13:46:32.873109+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:33.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:32 smithi151 bash[23533]: cluster 2024-09-16T13:46:32.873109+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:33.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:32 smithi098 bash[22846]: cluster 2024-09-16T13:46:32.873109+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:33.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:32 smithi098 bash[22846]: cluster 2024-09-16T13:46:32.873109+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:35.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:34 smithi184 bash[23288]: cluster 2024-09-16T13:46:34.873552+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:35.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:34 smithi184 bash[23288]: cluster 2024-09-16T13:46:34.873552+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:35.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:34 smithi151 bash[23533]: cluster 2024-09-16T13:46:34.873552+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:35.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:34 smithi151 bash[23533]: cluster 2024-09-16T13:46:34.873552+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:35.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:34 smithi098 bash[22846]: cluster 2024-09-16T13:46:34.873552+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:35.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:34 smithi098 bash[22846]: cluster 2024-09-16T13:46:34.873552+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:37.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:36 smithi184 bash[23288]: cluster 2024-09-16T13:46:36.874029+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:37.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:36 smithi184 bash[23288]: cluster 2024-09-16T13:46:36.874029+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:37.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:36 smithi184 bash[23288]: audit 2024-09-16T13:46:36.919086+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:36 smithi184 bash[23288]: audit 2024-09-16T13:46:36.919086+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:36 smithi184 bash[23288]: audit 2024-09-16T13:46:36.928205+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:36 smithi184 bash[23288]: audit 2024-09-16T13:46:36.928205+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:36 smithi151 bash[23533]: cluster 2024-09-16T13:46:36.874029+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:36 smithi151 bash[23533]: cluster 2024-09-16T13:46:36.874029+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:36 smithi151 bash[23533]: audit 2024-09-16T13:46:36.919086+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:36 smithi151 bash[23533]: audit 2024-09-16T13:46:36.919086+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:36 smithi151 bash[23533]: audit 2024-09-16T13:46:36.928205+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:36 smithi151 bash[23533]: audit 2024-09-16T13:46:36.928205+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:36 smithi098 bash[22846]: cluster 2024-09-16T13:46:36.874029+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:36 smithi098 bash[22846]: cluster 2024-09-16T13:46:36.874029+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:36 smithi098 bash[22846]: audit 2024-09-16T13:46:36.919086+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:36 smithi098 bash[22846]: audit 2024-09-16T13:46:36.919086+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:36 smithi098 bash[22846]: audit 2024-09-16T13:46:36.928205+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:36 smithi098 bash[22846]: audit 2024-09-16T13:46:36.928205+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: cephadm 2024-09-16T13:46:36.931090+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi151 2024-09-16T13:46:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: cephadm 2024-09-16T13:46:36.931090+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi151 2024-09-16T13:46:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.937269+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.937269+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.943916+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.943916+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.946404+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.946404+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.954470+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.954470+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.964001+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:37 smithi184 bash[23288]: audit 2024-09-16T13:46:36.964001+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: cephadm 2024-09-16T13:46:36.931090+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi151 2024-09-16T13:46:38.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: cephadm 2024-09-16T13:46:36.931090+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi151 2024-09-16T13:46:38.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.937269+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:38.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.937269+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:38.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.943916+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.943916+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.946404+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.946404+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.954470+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.954470+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.964001+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:37 smithi151 bash[23533]: audit 2024-09-16T13:46:36.964001+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: cephadm 2024-09-16T13:46:36.931090+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi151 2024-09-16T13:46:38.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: cephadm 2024-09-16T13:46:36.931090+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Detected new or changed devices on smithi151 2024-09-16T13:46:38.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.937269+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.937269+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.943916+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.943916+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.946404+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.946404+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.954470+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.954470+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.964001+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:37 smithi098 bash[22846]: audit 2024-09-16T13:46:36.964001+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:38 smithi184 bash[23288]: audit 2024-09-16T13:46:38.634419+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:38 smithi184 bash[23288]: audit 2024-09-16T13:46:38.634419+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:38 smithi184 bash[23288]: audit 2024-09-16T13:46:38.634845+0000 mon.a (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:38 smithi184 bash[23288]: audit 2024-09-16T13:46:38.634845+0000 mon.a (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:38 smithi184 bash[23288]: cluster 2024-09-16T13:46:38.874509+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:39.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:38 smithi184 bash[23288]: cluster 2024-09-16T13:46:38.874509+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:38 smithi151 bash[23533]: audit 2024-09-16T13:46:38.634419+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:38 smithi151 bash[23533]: audit 2024-09-16T13:46:38.634419+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:38 smithi151 bash[23533]: audit 2024-09-16T13:46:38.634845+0000 mon.a (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:38 smithi151 bash[23533]: audit 2024-09-16T13:46:38.634845+0000 mon.a (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:38 smithi151 bash[23533]: cluster 2024-09-16T13:46:38.874509+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:38 smithi151 bash[23533]: cluster 2024-09-16T13:46:38.874509+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:39.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:38 smithi098 bash[22846]: audit 2024-09-16T13:46:38.634419+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:38 smithi098 bash[22846]: audit 2024-09-16T13:46:38.634419+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:38 smithi098 bash[22846]: audit 2024-09-16T13:46:38.634845+0000 mon.a (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:38 smithi098 bash[22846]: audit 2024-09-16T13:46:38.634845+0000 mon.a (mon.0) 514 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-16T13:46:39.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:38 smithi098 bash[22846]: cluster 2024-09-16T13:46:38.874509+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:38 smithi098 bash[22846]: cluster 2024-09-16T13:46:38.874509+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:40.099 INFO:teuthology.orchestra.run.smithi151.stdout:Created osd(s) 1 on host 'smithi151' 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.958169+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.958169+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: cluster 2024-09-16T13:46:38.964581+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: cluster 2024-09-16T13:46:38.964581+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.965269+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.965269+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.965337+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.965337+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.966294+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:39 smithi151 bash[23533]: audit 2024-09-16T13:46:38.966294+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.958169+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T13:46:40.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.958169+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T13:46:40.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: cluster 2024-09-16T13:46:38.964581+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T13:46:40.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: cluster 2024-09-16T13:46:38.964581+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T13:46:40.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.965269+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.965269+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.965337+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.965337+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.966294+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:39 smithi098 bash[22846]: audit 2024-09-16T13:46:38.966294+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.958169+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.958169+0000 mon.a (mon.0) 515 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: cluster 2024-09-16T13:46:38.964581+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: cluster 2024-09-16T13:46:38.964581+0000 mon.a (mon.0) 516 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.965269+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.965269+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.965337+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.965337+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.966294+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:39 smithi184 bash[23288]: audit 2024-09-16T13:46:38.966294+0000 mon.a (mon.0) 518 : audit [INF] from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]} : dispatch 2024-09-16T13:46:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:39.960286+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:39.960286+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: cluster 2024-09-16T13:46:39.965611+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: cluster 2024-09-16T13:46:39.965611+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:39.966623+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:39.966623+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:39.974348+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:39.974348+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.020310+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.020310+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.025810+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.025810+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.047654+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.047654+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.050610+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.050610+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.052290+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.052290+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.097561+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.097561+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.146815+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.146815+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.278230+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.278230+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.336102+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.336102+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.345819+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.345819+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.426828+0000 mon.a (mon.0) 533 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: audit 2024-09-16T13:46:40.426828+0000 mon.a (mon.0) 533 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: cluster 2024-09-16T13:46:40.874989+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:40.998 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:40 smithi151 bash[23533]: cluster 2024-09-16T13:46:40.874989+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:41.220 DEBUG:teuthology.orchestra.run.smithi151:osd.1> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.1.service 2024-09-16T13:46:41.222 INFO:tasks.cephadm:Deploying osd.2 on smithi184 with /dev/vg_nvme/lv_4... 2024-09-16T13:46:41.223 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-16T13:46:41.234 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:39.960286+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-09-16T13:46:41.234 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:39.960286+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-09-16T13:46:41.234 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: cluster 2024-09-16T13:46:39.965611+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T13:46:41.234 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: cluster 2024-09-16T13:46:39.965611+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T13:46:41.234 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:39.966623+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.234 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:39.966623+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.234 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:39.974348+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:39.974348+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.020310+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.020310+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.025810+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.025810+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.047654+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.047654+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.050610+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.050610+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.052290+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.052290+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.097561+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.097561+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.235 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.146815+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.146815+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.278230+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.278230+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.336102+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.336102+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.345819+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.345819+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.426828+0000 mon.a (mon.0) 533 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: audit 2024-09-16T13:46:40.426828+0000 mon.a (mon.0) 533 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: cluster 2024-09-16T13:46:40.874989+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:41.236 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:40 smithi184 bash[23288]: cluster 2024-09-16T13:46:40.874989+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:39.960286+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:39.960286+0000 mon.a (mon.0) 519 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi151", "root=default"]}]': finished 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: cluster 2024-09-16T13:46:39.965611+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: cluster 2024-09-16T13:46:39.965611+0000 mon.a (mon.0) 520 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:39.966623+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:39.966623+0000 mon.a (mon.0) 521 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:39.974348+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:39.974348+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.020310+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.020310+0000 mon.a (mon.0) 523 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.025810+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.025810+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.047654+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.047654+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.050610+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.050610+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.052290+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.052290+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.097561+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.097561+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.146815+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.146815+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.278230+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.278230+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.336102+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.336102+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.345819+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.345819+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:41.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.426828+0000 mon.a (mon.0) 533 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-16T13:46:41.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: audit 2024-09-16T13:46:40.426828+0000 mon.a (mon.0) 533 : audit [INF] from='osd.1 ' entity='osd.1' 2024-09-16T13:46:41.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: cluster 2024-09-16T13:46:40.874989+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:41.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:40 smithi098 bash[22846]: cluster 2024-09-16T13:46:40.874989+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-16T13:46:42.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:39.594541+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:39.594541+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:39.594633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:39.594633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:40.979044+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:40.979044+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.049391+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.049391+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.057138+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.057138+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.061944+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.061944+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:42.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.066745+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.066745+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.072147+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.072147+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.073826+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.073826+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.083589+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.083589+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:41.431400+0000 mon.a (mon.0) 542 : cluster [INF] osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422] boot 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:41.431400+0000 mon.a (mon.0) 542 : cluster [INF] osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422] boot 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:41.431504+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: cluster 2024-09-16T13:46:41.431504+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.432175+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:41 smithi151 bash[23533]: audit 2024-09-16T13:46:41.432175+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:39.594541+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:39.594541+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:39.594633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:39.594633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:40.979044+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:40.979044+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.049391+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.049391+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.057138+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.057138+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.061944+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.061944+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.066745+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.066745+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.072147+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.072147+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.073826+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.073826+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.083589+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.083589+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:41.431400+0000 mon.a (mon.0) 542 : cluster [INF] osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422] boot 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:41.431400+0000 mon.a (mon.0) 542 : cluster [INF] osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422] boot 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:41.431504+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: cluster 2024-09-16T13:46:41.431504+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.432175+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:41 smithi098 bash[22846]: audit 2024-09-16T13:46:41.432175+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:39.594541+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:46:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:39.594541+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:46:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:39.594633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:39.594633+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:40.979044+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:40.979044+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.049391+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.049391+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.057138+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.057138+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.061944+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.061944+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.066745+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.066745+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.072147+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.072147+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.073826+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.073826+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.083589+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.083589+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:41.431400+0000 mon.a (mon.0) 542 : cluster [INF] osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422] boot 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:41.431400+0000 mon.a (mon.0) 542 : cluster [INF] osd.1 [v2:172.21.15.151:6800/915337422,v1:172.21.15.151:6801/915337422] boot 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:41.431504+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: cluster 2024-09-16T13:46:41.431504+0000 mon.a (mon.0) 543 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.432175+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:41 smithi184 bash[23288]: audit 2024-09-16T13:46:41.432175+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:46:43.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:43 smithi184 bash[23288]: cluster 2024-09-16T13:46:42.440596+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T13:46:43.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:43 smithi184 bash[23288]: cluster 2024-09-16T13:46:42.440596+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T13:46:43.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:43 smithi184 bash[23288]: cluster 2024-09-16T13:46:42.875450+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:43.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:43 smithi184 bash[23288]: cluster 2024-09-16T13:46:42.875450+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:43.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:43 smithi151 bash[23533]: cluster 2024-09-16T13:46:42.440596+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T13:46:43.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:43 smithi151 bash[23533]: cluster 2024-09-16T13:46:42.440596+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T13:46:43.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:43 smithi151 bash[23533]: cluster 2024-09-16T13:46:42.875450+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:43.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:43 smithi151 bash[23533]: cluster 2024-09-16T13:46:42.875450+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:43.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:43 smithi098 bash[22846]: cluster 2024-09-16T13:46:42.440596+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T13:46:43.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:43 smithi098 bash[22846]: cluster 2024-09-16T13:46:42.440596+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-16T13:46:43.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:43 smithi098 bash[22846]: cluster 2024-09-16T13:46:42.875450+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:43.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:43 smithi098 bash[22846]: cluster 2024-09-16T13:46:42.875450+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:44.943 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T13:46:45.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:44 smithi184 bash[23288]: cluster 2024-09-16T13:46:44.875977+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:45.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:44 smithi184 bash[23288]: cluster 2024-09-16T13:46:44.875977+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:44 smithi151 bash[23533]: cluster 2024-09-16T13:46:44.875977+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:44 smithi151 bash[23533]: cluster 2024-09-16T13:46:44.875977+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:45.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:44 smithi098 bash[22846]: cluster 2024-09-16T13:46:44.875977+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:45.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:44 smithi098 bash[22846]: cluster 2024-09-16T13:46:44.875977+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:46 smithi184 bash[23288]: cluster 2024-09-16T13:46:46.876414+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:46 smithi184 bash[23288]: cluster 2024-09-16T13:46:46.876414+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:46 smithi151 bash[23533]: cluster 2024-09-16T13:46:46.876414+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:46 smithi151 bash[23533]: cluster 2024-09-16T13:46:46.876414+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:47.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:46 smithi098 bash[22846]: cluster 2024-09-16T13:46:46.876414+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:47.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:46 smithi098 bash[22846]: cluster 2024-09-16T13:46:46.876414+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: audit 2024-09-16T13:46:48.295486+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: audit 2024-09-16T13:46:48.295486+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: audit 2024-09-16T13:46:48.303135+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: audit 2024-09-16T13:46:48.303135+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: audit 2024-09-16T13:46:48.312632+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: audit 2024-09-16T13:46:48.312632+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: cluster 2024-09-16T13:46:48.876923+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:49.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:49 smithi098 bash[22846]: cluster 2024-09-16T13:46:48.876923+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: audit 2024-09-16T13:46:48.295486+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: audit 2024-09-16T13:46:48.295486+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: audit 2024-09-16T13:46:48.303135+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: audit 2024-09-16T13:46:48.303135+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: audit 2024-09-16T13:46:48.312632+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: audit 2024-09-16T13:46:48.312632+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: cluster 2024-09-16T13:46:48.876923+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:49.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:49 smithi184 bash[23288]: cluster 2024-09-16T13:46:48.876923+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: audit 2024-09-16T13:46:48.295486+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: audit 2024-09-16T13:46:48.295486+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: audit 2024-09-16T13:46:48.303135+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: audit 2024-09-16T13:46:48.303135+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: audit 2024-09-16T13:46:48.312632+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: audit 2024-09-16T13:46:48.312632+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:46:49.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: cluster 2024-09-16T13:46:48.876923+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:49.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:49 smithi151 bash[23533]: cluster 2024-09-16T13:46:48.876923+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:51.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:50 smithi184 bash[23288]: cluster 2024-09-16T13:46:50.877253+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:51.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:50 smithi184 bash[23288]: cluster 2024-09-16T13:46:50.877253+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:50 smithi151 bash[23533]: cluster 2024-09-16T13:46:50.877253+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:50 smithi151 bash[23533]: cluster 2024-09-16T13:46:50.877253+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:51.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:50 smithi098 bash[22846]: cluster 2024-09-16T13:46:50.877253+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:51.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:50 smithi098 bash[22846]: cluster 2024-09-16T13:46:50.877253+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:51.660 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-09-16T13:46:51.711 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi184:vg_nvme/lv_4 2024-09-16T13:46:53.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:52 smithi184 bash[23288]: cluster 2024-09-16T13:46:52.877686+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:53.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:52 smithi184 bash[23288]: cluster 2024-09-16T13:46:52.877686+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:53.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:52 smithi151 bash[23533]: cluster 2024-09-16T13:46:52.877686+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:53.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:52 smithi151 bash[23533]: cluster 2024-09-16T13:46:52.877686+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:53.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:52 smithi098 bash[22846]: cluster 2024-09-16T13:46:52.877686+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:53.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:52 smithi098 bash[22846]: cluster 2024-09-16T13:46:52.877686+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:55.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:54 smithi184 bash[23288]: cluster 2024-09-16T13:46:54.878187+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:55.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:54 smithi184 bash[23288]: cluster 2024-09-16T13:46:54.878187+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:54 smithi151 bash[23533]: cluster 2024-09-16T13:46:54.878187+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:54 smithi151 bash[23533]: cluster 2024-09-16T13:46:54.878187+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:55.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:54 smithi098 bash[22846]: cluster 2024-09-16T13:46:54.878187+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:55.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:54 smithi098 bash[22846]: cluster 2024-09-16T13:46:54.878187+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:55.473 INFO:teuthology.orchestra.run.smithi184.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.c/config 2024-09-16T13:46:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:56 smithi151 bash[23533]: audit 2024-09-16T13:46:56.775140+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:56 smithi151 bash[23533]: audit 2024-09-16T13:46:56.775140+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:56 smithi151 bash[23533]: audit 2024-09-16T13:46:56.781168+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:56 smithi151 bash[23533]: audit 2024-09-16T13:46:56.781168+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:56 smithi151 bash[23533]: audit 2024-09-16T13:46:56.782930+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:56 smithi151 bash[23533]: audit 2024-09-16T13:46:56.782930+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:56 smithi098 bash[22846]: audit 2024-09-16T13:46:56.775140+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:56 smithi098 bash[22846]: audit 2024-09-16T13:46:56.775140+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:56 smithi098 bash[22846]: audit 2024-09-16T13:46:56.781168+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:56 smithi098 bash[22846]: audit 2024-09-16T13:46:56.781168+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:56 smithi098 bash[22846]: audit 2024-09-16T13:46:56.782930+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:56 smithi098 bash[22846]: audit 2024-09-16T13:46:56.782930+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:57.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:56 smithi184 bash[23288]: audit 2024-09-16T13:46:56.775140+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:57.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:56 smithi184 bash[23288]: audit 2024-09-16T13:46:56.775140+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-16T13:46:57.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:56 smithi184 bash[23288]: audit 2024-09-16T13:46:56.781168+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:57.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:56 smithi184 bash[23288]: audit 2024-09-16T13:46:56.781168+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-16T13:46:57.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:56 smithi184 bash[23288]: audit 2024-09-16T13:46:56.782930+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:57.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:56 smithi184 bash[23288]: audit 2024-09-16T13:46:56.782930+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:46:57.988 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:57 smithi151 bash[23533]: audit 2024-09-16T13:46:56.768346+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:57.988 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:57 smithi151 bash[23533]: audit 2024-09-16T13:46:56.768346+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:57.988 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:57 smithi151 bash[23533]: cluster 2024-09-16T13:46:56.878639+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:57.988 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:57 smithi151 bash[23533]: cluster 2024-09-16T13:46:56.878639+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:58.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:57 smithi098 bash[22846]: audit 2024-09-16T13:46:56.768346+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:58.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:57 smithi098 bash[22846]: audit 2024-09-16T13:46:56.768346+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:58.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:57 smithi098 bash[22846]: cluster 2024-09-16T13:46:56.878639+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:58.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:57 smithi098 bash[22846]: cluster 2024-09-16T13:46:56.878639+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:58.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:57 smithi184 bash[23288]: audit 2024-09-16T13:46:56.768346+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:58.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:57 smithi184 bash[23288]: audit 2024-09-16T13:46:56.768346+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi184:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:46:58.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:57 smithi184 bash[23288]: cluster 2024-09-16T13:46:56.878639+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:58.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:57 smithi184 bash[23288]: cluster 2024-09-16T13:46:56.878639+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:58 smithi184 bash[23288]: cluster 2024-09-16T13:46:58.879191+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:46:58 smithi184 bash[23288]: cluster 2024-09-16T13:46:58.879191+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:58 smithi151 bash[23533]: cluster 2024-09-16T13:46:58.879191+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:46:58 smithi151 bash[23533]: cluster 2024-09-16T13:46:58.879191+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:59.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:58 smithi098 bash[22846]: cluster 2024-09-16T13:46:58.879191+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:46:59.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:46:58 smithi098 bash[22846]: cluster 2024-09-16T13:46:58.879191+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:00.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:46:59.630774+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:46:59.630774+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:46:59.639201+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:46:59.639201+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:46:59.648438+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:46:59.648438+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:47:00.541705+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:47:00.541705+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:47:00.548557+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:47:00.548557+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:47:00.556115+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:00 smithi098 bash[22846]: audit 2024-09-16T13:47:00.556115+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:46:59.630774+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:46:59.630774+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:46:59.639201+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:46:59.639201+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:46:59.648438+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:46:59.648438+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:47:00.541705+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:47:00.541705+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:47:00.548557+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:47:00.548557+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:47:00.556115+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:00 smithi184 bash[23288]: audit 2024-09-16T13:47:00.556115+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:46:59.630774+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:46:59.630774+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:46:59.639201+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:46:59.639201+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:46:59.648438+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:46:59.648438+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:47:00.541705+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:47:00.541705+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:47:00.548557+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:47:00.548557+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:47:00.556115+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:00 smithi151 bash[23533]: audit 2024-09-16T13:47:00.556115+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:01.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:01 smithi184 bash[23288]: cluster 2024-09-16T13:47:00.879711+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:01.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:01 smithi184 bash[23288]: cluster 2024-09-16T13:47:00.879711+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:01.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:01 smithi151 bash[23533]: cluster 2024-09-16T13:47:00.879711+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:01.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:01 smithi151 bash[23533]: cluster 2024-09-16T13:47:00.879711+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:02.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:01 smithi098 bash[22846]: cluster 2024-09-16T13:47:00.879711+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:02.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:01 smithi098 bash[22846]: cluster 2024-09-16T13:47:00.879711+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:03.014 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:02 smithi184 bash[23288]: cluster 2024-09-16T13:47:02.880225+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:03.014 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:02 smithi184 bash[23288]: cluster 2024-09-16T13:47:02.880225+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:03.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:02 smithi151 bash[23533]: cluster 2024-09-16T13:47:02.880225+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:03.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:02 smithi151 bash[23533]: cluster 2024-09-16T13:47:02.880225+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:02 smithi098 bash[22846]: cluster 2024-09-16T13:47:02.880225+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:02 smithi098 bash[22846]: cluster 2024-09-16T13:47:02.880225+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:05.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:04 smithi184 bash[23288]: cluster 2024-09-16T13:47:04.880662+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:05.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:04 smithi184 bash[23288]: cluster 2024-09-16T13:47:04.880662+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:05.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:04 smithi151 bash[23533]: cluster 2024-09-16T13:47:04.880662+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:04 smithi151 bash[23533]: cluster 2024-09-16T13:47:04.880662+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:04 smithi098 bash[22846]: cluster 2024-09-16T13:47:04.880662+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:04 smithi098 bash[22846]: cluster 2024-09-16T13:47:04.880662+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:06.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.065940+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.065940+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.065964+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/956647121' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.065964+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/956647121' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.069257+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"}]': finished 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.069257+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"}]': finished 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: cluster 2024-09-16T13:47:05.074385+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: cluster 2024-09-16T13:47:05.074385+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.078087+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.078087+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.762192+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/1388091994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:47:06.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:05 smithi184 bash[23288]: audit 2024-09-16T13:47:05.762192+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/1388091994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:47:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.065940+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.065940+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.065964+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/956647121' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.065964+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/956647121' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.069257+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"}]': finished 2024-09-16T13:47:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.069257+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"}]': finished 2024-09-16T13:47:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: cluster 2024-09-16T13:47:05.074385+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T13:47:06.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: cluster 2024-09-16T13:47:05.074385+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T13:47:06.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.078087+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:06.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.078087+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:06.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.762192+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/1388091994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:47:06.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:05 smithi151 bash[23533]: audit 2024-09-16T13:47:05.762192+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/1388091994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:47:06.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.065940+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.065940+0000 mon.a (mon.0) 558 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.065964+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/956647121' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.065964+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/956647121' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"} : dispatch 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.069257+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"}]': finished 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.069257+0000 mon.a (mon.0) 559 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9a08d913-0e52-44ab-a8ca-736e6b7fd7b9"}]': finished 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: cluster 2024-09-16T13:47:05.074385+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: cluster 2024-09-16T13:47:05.074385+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.078087+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.078087+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.762192+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/1388091994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:47:06.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:05 smithi098 bash[22846]: audit 2024-09-16T13:47:05.762192+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/1388091994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-16T13:47:07.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:06 smithi184 bash[23288]: cluster 2024-09-16T13:47:06.881114+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:07.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:06 smithi184 bash[23288]: cluster 2024-09-16T13:47:06.881114+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:06 smithi151 bash[23533]: cluster 2024-09-16T13:47:06.881114+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:06 smithi151 bash[23533]: cluster 2024-09-16T13:47:06.881114+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:07.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:06 smithi098 bash[22846]: cluster 2024-09-16T13:47:06.881114+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:07.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:06 smithi098 bash[22846]: cluster 2024-09-16T13:47:06.881114+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:09.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: audit 2024-09-16T13:47:08.505131+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: audit 2024-09-16T13:47:08.505131+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: audit 2024-09-16T13:47:08.513201+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: audit 2024-09-16T13:47:08.513201+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: audit 2024-09-16T13:47:08.522885+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: audit 2024-09-16T13:47:08.522885+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: cluster 2024-09-16T13:47:08.881654+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:09.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:09 smithi098 bash[22846]: cluster 2024-09-16T13:47:08.881654+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:09.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: audit 2024-09-16T13:47:08.505131+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.923 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: audit 2024-09-16T13:47:08.505131+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.924 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: audit 2024-09-16T13:47:08.513201+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.924 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: audit 2024-09-16T13:47:08.513201+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.924 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: audit 2024-09-16T13:47:08.522885+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.924 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: audit 2024-09-16T13:47:08.522885+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.924 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: cluster 2024-09-16T13:47:08.881654+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:09.924 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:09 smithi184 bash[23288]: cluster 2024-09-16T13:47:08.881654+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: audit 2024-09-16T13:47:08.505131+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: audit 2024-09-16T13:47:08.505131+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: audit 2024-09-16T13:47:08.513201+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: audit 2024-09-16T13:47:08.513201+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: audit 2024-09-16T13:47:08.522885+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: audit 2024-09-16T13:47:08.522885+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: cluster 2024-09-16T13:47:08.881654+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:09.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:09 smithi151 bash[23533]: cluster 2024-09-16T13:47:08.881654+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:11.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:10 smithi098 bash[22846]: cluster 2024-09-16T13:47:10.882156+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:11.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:10 smithi098 bash[22846]: cluster 2024-09-16T13:47:10.882156+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:11.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:10 smithi184 bash[23288]: cluster 2024-09-16T13:47:10.882156+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:11.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:10 smithi184 bash[23288]: cluster 2024-09-16T13:47:10.882156+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:11.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:10 smithi151 bash[23533]: cluster 2024-09-16T13:47:10.882156+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:11.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:10 smithi151 bash[23533]: cluster 2024-09-16T13:47:10.882156+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:13.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:12 smithi184 bash[23288]: cluster 2024-09-16T13:47:12.882666+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:13.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:12 smithi184 bash[23288]: cluster 2024-09-16T13:47:12.882666+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:13.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:12 smithi151 bash[23533]: cluster 2024-09-16T13:47:12.882666+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:13.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:12 smithi151 bash[23533]: cluster 2024-09-16T13:47:12.882666+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:13.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:12 smithi098 bash[22846]: cluster 2024-09-16T13:47:12.882666+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:13.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:12 smithi098 bash[22846]: cluster 2024-09-16T13:47:12.882666+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:15.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:14 smithi184 bash[23288]: cluster 2024-09-16T13:47:14.883128+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:15.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:14 smithi184 bash[23288]: cluster 2024-09-16T13:47:14.883128+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:14 smithi151 bash[23533]: cluster 2024-09-16T13:47:14.883128+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:14 smithi151 bash[23533]: cluster 2024-09-16T13:47:14.883128+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:15.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:14 smithi098 bash[22846]: cluster 2024-09-16T13:47:14.883128+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:15.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:14 smithi098 bash[22846]: cluster 2024-09-16T13:47:14.883128+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:17.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:16 smithi184 bash[23288]: cluster 2024-09-16T13:47:16.883625+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:17.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:16 smithi184 bash[23288]: cluster 2024-09-16T13:47:16.883625+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:17.217 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:16 smithi151 bash[23533]: cluster 2024-09-16T13:47:16.883625+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:17.217 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:16 smithi151 bash[23533]: cluster 2024-09-16T13:47:16.883625+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:17.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:16 smithi098 bash[22846]: cluster 2024-09-16T13:47:16.883625+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:17.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:16 smithi098 bash[22846]: cluster 2024-09-16T13:47:16.883625+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:18.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:18 smithi184 bash[23288]: audit 2024-09-16T13:47:18.539749+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T13:47:18.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:18 smithi184 bash[23288]: audit 2024-09-16T13:47:18.539749+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T13:47:18.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:18 smithi184 bash[23288]: audit 2024-09-16T13:47:18.541568+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:18.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:18 smithi184 bash[23288]: audit 2024-09-16T13:47:18.541568+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:18.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:18 smithi151 bash[23533]: audit 2024-09-16T13:47:18.539749+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T13:47:18.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:18 smithi151 bash[23533]: audit 2024-09-16T13:47:18.539749+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T13:47:18.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:18 smithi151 bash[23533]: audit 2024-09-16T13:47:18.541568+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:18.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:18 smithi151 bash[23533]: audit 2024-09-16T13:47:18.541568+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:18 smithi098 bash[22846]: audit 2024-09-16T13:47:18.539749+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T13:47:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:18 smithi098 bash[22846]: audit 2024-09-16T13:47:18.539749+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-16T13:47:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:18 smithi098 bash[22846]: audit 2024-09-16T13:47:18.541568+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:18 smithi098 bash[22846]: audit 2024-09-16T13:47:18.541568+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:19.867 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:19 smithi151 bash[23533]: cephadm 2024-09-16T13:47:18.543124+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-09-16T13:47:19.867 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:19 smithi151 bash[23533]: cephadm 2024-09-16T13:47:18.543124+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-09-16T13:47:19.867 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:19 smithi151 bash[23533]: cluster 2024-09-16T13:47:18.884092+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:19.868 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:19 smithi151 bash[23533]: cluster 2024-09-16T13:47:18.884092+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:19.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:19 smithi184 bash[23288]: cephadm 2024-09-16T13:47:18.543124+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-09-16T13:47:19.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:19 smithi184 bash[23288]: cephadm 2024-09-16T13:47:18.543124+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-09-16T13:47:19.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:19 smithi184 bash[23288]: cluster 2024-09-16T13:47:18.884092+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:19.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:19 smithi184 bash[23288]: cluster 2024-09-16T13:47:18.884092+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:20.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:19 smithi098 bash[22846]: cephadm 2024-09-16T13:47:18.543124+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-09-16T13:47:20.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:19 smithi098 bash[22846]: cephadm 2024-09-16T13:47:18.543124+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-09-16T13:47:20.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:19 smithi098 bash[22846]: cluster 2024-09-16T13:47:18.884092+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:20.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:19 smithi098 bash[22846]: cluster 2024-09-16T13:47:18.884092+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:21.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:19.846919+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:19.846919+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:19.854893+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:19.854893+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:19.864752+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:19.864752+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:20.748029+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:20.748029+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:20.753959+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:20.753959+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:20.761244+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:20 smithi098 bash[22846]: audit 2024-09-16T13:47:20.761244+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:19.846919+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:19.846919+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:19.854893+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:19.854893+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:19.864752+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:19.864752+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:20.748029+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:20.748029+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:20.753959+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:20.753959+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:20.761244+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:20 smithi184 bash[23288]: audit 2024-09-16T13:47:20.761244+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:19.846919+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:19.846919+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:19.854893+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:19.854893+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:19.864752+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:19.864752+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:20.748029+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:20.748029+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:20.753959+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:20.753959+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:20.761244+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:20 smithi151 bash[23533]: audit 2024-09-16T13:47:20.761244+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:21.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:21 smithi184 bash[23288]: cluster 2024-09-16T13:47:20.884566+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:21.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:21 smithi184 bash[23288]: cluster 2024-09-16T13:47:20.884566+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:22.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:21 smithi151 bash[23533]: cluster 2024-09-16T13:47:20.884566+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:22.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:21 smithi151 bash[23533]: cluster 2024-09-16T13:47:20.884566+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:22.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:21 smithi098 bash[22846]: cluster 2024-09-16T13:47:20.884566+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:22.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:21 smithi098 bash[22846]: cluster 2024-09-16T13:47:20.884566+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:22.889 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:22 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:47:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:22 smithi184 bash[23288]: cluster 2024-09-16T13:47:22.885051+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:22 smithi184 bash[23288]: cluster 2024-09-16T13:47:22.885051+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:47:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:22 smithi151 bash[23533]: cluster 2024-09-16T13:47:22.885051+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:22 smithi151 bash[23533]: cluster 2024-09-16T13:47:22.885051+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:22 smithi098 bash[22846]: cluster 2024-09-16T13:47:22.885051+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:22 smithi098 bash[22846]: cluster 2024-09-16T13:47:22.885051+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.182128+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.182128+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.189703+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.189703+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.190537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.190537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.193407+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.193407+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.197819+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.197819+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.210327+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:23 smithi184 bash[23288]: audit 2024-09-16T13:47:23.210327+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.182128+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.182128+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.189703+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.189703+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.190537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.190537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.193407+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.193407+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.197819+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.197819+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.210327+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:23 smithi151 bash[23533]: audit 2024-09-16T13:47:23.210327+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.182128+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.182128+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.189703+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.189703+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.190537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.190537+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.193407+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.193407+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.197819+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.197819+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.210327+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:23 smithi098 bash[22846]: audit 2024-09-16T13:47:23.210327+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:25.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:24 smithi184 bash[23288]: cluster 2024-09-16T13:47:24.885524+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:25.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:24 smithi184 bash[23288]: cluster 2024-09-16T13:47:24.885524+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:24 smithi151 bash[23533]: cluster 2024-09-16T13:47:24.885524+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:24 smithi151 bash[23533]: cluster 2024-09-16T13:47:24.885524+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:24 smithi098 bash[22846]: cluster 2024-09-16T13:47:24.885524+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:24 smithi098 bash[22846]: cluster 2024-09-16T13:47:24.885524+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:27.172 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:26 smithi184 bash[23288]: cluster 2024-09-16T13:47:26.885974+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:27.172 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:26 smithi184 bash[23288]: cluster 2024-09-16T13:47:26.885974+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:27.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:26 smithi151 bash[23533]: cluster 2024-09-16T13:47:26.885974+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:27.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:26 smithi151 bash[23533]: cluster 2024-09-16T13:47:26.885974+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:26 smithi098 bash[22846]: cluster 2024-09-16T13:47:26.885974+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:26 smithi098 bash[22846]: cluster 2024-09-16T13:47:26.885974+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:29.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.718611+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.718611+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.726447+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.726447+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: cephadm 2024-09-16T13:47:28.729218+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi184 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: cephadm 2024-09-16T13:47:28.729218+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi184 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.731334+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.731334+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.736982+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.736982+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.737715+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.737715+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.739548+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.739548+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:29.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.749404+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: audit 2024-09-16T13:47:28.749404+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:29.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: cluster 2024-09-16T13:47:28.886462+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:29.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:29 smithi151 bash[23533]: cluster 2024-09-16T13:47:28.886462+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:30.083 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.718611+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.083 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.718611+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.726447+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.726447+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: cephadm 2024-09-16T13:47:28.729218+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi184 2024-09-16T13:47:30.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: cephadm 2024-09-16T13:47:28.729218+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi184 2024-09-16T13:47:30.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.731334+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:30.084 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.731334+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:30.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.736982+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.736982+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.737715+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:30.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.737715+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:30.085 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.739548+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:30.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.739548+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:30.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.749404+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: audit 2024-09-16T13:47:28.749404+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: cluster 2024-09-16T13:47:28.886462+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:30.086 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:29 smithi098 bash[22846]: cluster 2024-09-16T13:47:28.886462+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:30.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.718611+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.718611+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.726447+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.726447+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: cephadm 2024-09-16T13:47:28.729218+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi184 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: cephadm 2024-09-16T13:47:28.729218+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Detected new or changed devices on smithi184 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.731334+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.731334+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.736982+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.736982+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.737715+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.737715+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:30.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.739548+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.739548+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.749404+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: audit 2024-09-16T13:47:28.749404+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: cluster 2024-09-16T13:47:28.886462+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:30.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:29 smithi184 bash[23288]: cluster 2024-09-16T13:47:28.886462+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:31.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:30 smithi184 bash[23288]: cluster 2024-09-16T13:47:30.886816+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:31.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:30 smithi184 bash[23288]: cluster 2024-09-16T13:47:30.886816+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:31.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:30 smithi151 bash[23533]: cluster 2024-09-16T13:47:30.886816+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:31.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:30 smithi151 bash[23533]: cluster 2024-09-16T13:47:30.886816+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:31.302 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:30 smithi098 bash[22846]: cluster 2024-09-16T13:47:30.886816+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:31.302 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:30 smithi098 bash[22846]: cluster 2024-09-16T13:47:30.886816+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:33.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:32 smithi184 bash[23288]: cluster 2024-09-16T13:47:32.887263+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:33.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:32 smithi184 bash[23288]: cluster 2024-09-16T13:47:32.887263+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:33.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:32 smithi151 bash[23533]: cluster 2024-09-16T13:47:32.887263+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:33.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:32 smithi151 bash[23533]: cluster 2024-09-16T13:47:32.887263+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:33.311 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:32 smithi098 bash[22846]: cluster 2024-09-16T13:47:32.887263+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:33.311 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:32 smithi098 bash[22846]: cluster 2024-09-16T13:47:32.887263+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:35.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:34 smithi184 bash[23288]: cluster 2024-09-16T13:47:34.887723+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:35.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:34 smithi184 bash[23288]: cluster 2024-09-16T13:47:34.887723+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:35.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:34 smithi151 bash[23533]: cluster 2024-09-16T13:47:34.887723+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:35.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:34 smithi151 bash[23533]: cluster 2024-09-16T13:47:34.887723+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:35.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:34 smithi098 bash[22846]: cluster 2024-09-16T13:47:34.887723+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:35.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:34 smithi098 bash[22846]: cluster 2024-09-16T13:47:34.887723+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:36.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:35 smithi184 bash[23288]: audit 2024-09-16T13:47:35.512155+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:35 smithi184 bash[23288]: audit 2024-09-16T13:47:35.512155+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:35 smithi184 bash[23288]: audit 2024-09-16T13:47:35.512469+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:35 smithi184 bash[23288]: audit 2024-09-16T13:47:35.512469+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:35 smithi151 bash[23533]: audit 2024-09-16T13:47:35.512155+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:35 smithi151 bash[23533]: audit 2024-09-16T13:47:35.512155+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:35 smithi151 bash[23533]: audit 2024-09-16T13:47:35.512469+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:35 smithi151 bash[23533]: audit 2024-09-16T13:47:35.512469+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:35 smithi098 bash[22846]: audit 2024-09-16T13:47:35.512155+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:35 smithi098 bash[22846]: audit 2024-09-16T13:47:35.512155+0000 mon.a (mon.0) 586 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:35 smithi098 bash[22846]: audit 2024-09-16T13:47:35.512469+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:36.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:35 smithi098 bash[22846]: audit 2024-09-16T13:47:35.512469+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-16T13:47:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.957614+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T13:47:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.957614+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T13:47:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: cluster 2024-09-16T13:47:35.962134+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T13:47:37.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: cluster 2024-09-16T13:47:35.962134+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.962703+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.962703+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.967375+0000 mon.a (mon.0) 590 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.967375+0000 mon.a (mon.0) 590 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.967753+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: audit 2024-09-16T13:47:35.967753+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.888205+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:37.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:36 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.888205+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.957614+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T13:47:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.957614+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T13:47:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: cluster 2024-09-16T13:47:35.962134+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T13:47:37.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: cluster 2024-09-16T13:47:35.962134+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.962703+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.962703+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.967375+0000 mon.a (mon.0) 590 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.967375+0000 mon.a (mon.0) 590 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.967753+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: audit 2024-09-16T13:47:35.967753+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.888205+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:37.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:36 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.888205+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.957614+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.957614+0000 mon.a (mon.0) 587 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: cluster 2024-09-16T13:47:35.962134+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: cluster 2024-09-16T13:47:35.962134+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.962703+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.962703+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.967375+0000 mon.a (mon.0) 590 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.375 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.967375+0000 mon.a (mon.0) 590 : audit [INF] from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.967753+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: audit 2024-09-16T13:47:35.967753+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]} : dispatch 2024-09-16T13:47:37.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.888205+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:37.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:36 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.888205+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-16T13:47:37.912 INFO:teuthology.orchestra.run.smithi184.stdout:Created osd(s) 2 on host 'smithi184' 2024-09-16T13:47:38.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:36.966118+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:36.966118+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.973203+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.973203+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:36.973729+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:36.973729+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:36.981243+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:36.981243+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.894231+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.894231+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.902266+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.902266+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.903075+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.903075+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.906265+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.906265+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.910531+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.910531+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.912816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.912816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.922621+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:37 smithi184 bash[23288]: audit 2024-09-16T13:47:37.922621+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:36.966118+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:36.966118+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.973203+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.973203+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:36.973729+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:36.973729+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:36.981243+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:36.981243+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.894231+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.894231+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.902266+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.902266+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.903075+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.903075+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.906265+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.906265+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.910531+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.910531+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.912816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.912816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.922621+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:37 smithi151 bash[23533]: audit 2024-09-16T13:47:37.922621+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:36.966118+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-09-16T13:47:38.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:36.966118+0000 mon.a (mon.0) 591 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.973203+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.973203+0000 mon.a (mon.0) 592 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:36.973729+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:36.973729+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:36.981243+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:36.981243+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.894231+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.894231+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.902266+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.902266+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.903075+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:47:38.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.903075+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.906265+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.906265+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.910531+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.910531+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.912816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.912816+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.922621+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:37 smithi098 bash[22846]: audit 2024-09-16T13:47:37.922621+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:38.544 DEBUG:teuthology.orchestra.run.smithi184:osd.2> sudo journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.2.service 2024-09-16T13:47:38.546 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-16T13:47:38.546 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-16T13:47:39.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.483876+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:47:39.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.483876+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:47:39.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.483987+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:47:39.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:36.483987+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:47:39.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:37.973954+0000 mon.a (mon.0) 602 : cluster [INF] osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383] boot 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:37.973954+0000 mon.a (mon.0) 602 : cluster [INF] osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383] boot 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:37.974029+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:37.974029+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:37.974673+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:37.974673+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.645938+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.645938+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.653481+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.653481+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.658259+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:39.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.658259+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:39.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.664045+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.664045+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.664889+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:39.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.664889+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:39.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.666613+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:39.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.666613+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:39.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.676129+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: audit 2024-09-16T13:47:38.676129+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:38.888679+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:39.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:38 smithi151 bash[23533]: cluster 2024-09-16T13:47:38.888679+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.483876+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.483876+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.483987+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:36.483987+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:37.973954+0000 mon.a (mon.0) 602 : cluster [INF] osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383] boot 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:37.973954+0000 mon.a (mon.0) 602 : cluster [INF] osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383] boot 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:37.974029+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T13:47:39.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:37.974029+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:37.974673+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:37.974673+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.645938+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.645938+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.653481+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.653481+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.658259+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.658259+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.664045+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.664045+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.664889+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.664889+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:39.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.666613+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:39.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.666613+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:39.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.676129+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: audit 2024-09-16T13:47:38.676129+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:38.888679+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:39.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:38 smithi098 bash[22846]: cluster 2024-09-16T13:47:38.888679+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.483876+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.483876+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.483987+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:36.483987+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:37.973954+0000 mon.a (mon.0) 602 : cluster [INF] osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383] boot 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:37.973954+0000 mon.a (mon.0) 602 : cluster [INF] osd.2 [v2:172.21.15.184:6800/462110383,v1:172.21.15.184:6801/462110383] boot 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:37.974029+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:37.974029+0000 mon.a (mon.0) 603 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:37.974673+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:39.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:37.974673+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.645938+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.645938+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.653481+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.653481+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.658259+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.658259+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.664045+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.664045+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.664889+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:39.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.664889+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:47:39.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.666613+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:39.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.666613+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:47:39.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.676129+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: audit 2024-09-16T13:47:38.676129+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:39.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:38.888679+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:39.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:38 smithi184 bash[23288]: cluster 2024-09-16T13:47:38.888679+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:39 smithi151 bash[23533]: cluster 2024-09-16T13:47:38.993036+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T13:47:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:39 smithi151 bash[23533]: cluster 2024-09-16T13:47:38.993036+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T13:47:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:39 smithi151 bash[23533]: audit 2024-09-16T13:47:39.267187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:40.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:39 smithi151 bash[23533]: audit 2024-09-16T13:47:39.267187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:40.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:39 smithi098 bash[22846]: cluster 2024-09-16T13:47:38.993036+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T13:47:40.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:39 smithi098 bash[22846]: cluster 2024-09-16T13:47:38.993036+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T13:47:40.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:39 smithi098 bash[22846]: audit 2024-09-16T13:47:39.267187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:40.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:39 smithi098 bash[22846]: audit 2024-09-16T13:47:39.267187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:40.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:39 smithi184 bash[23288]: cluster 2024-09-16T13:47:38.993036+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T13:47:40.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:39 smithi184 bash[23288]: cluster 2024-09-16T13:47:38.993036+0000 mon.a (mon.0) 612 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-16T13:47:40.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:39 smithi184 bash[23288]: audit 2024-09-16T13:47:39.267187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:40.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:39 smithi184 bash[23288]: audit 2024-09-16T13:47:39.267187+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.002734+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.002734+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: cluster 2024-09-16T13:47:40.009840+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: cluster 2024-09-16T13:47:40.009840+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.011478+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.011478+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.053847+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.053847+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.063781+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.063781+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.074984+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.074984+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: cluster 2024-09-16T13:47:40.889042+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: cluster 2024-09-16T13:47:40.889042+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.909966+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.909966+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.915977+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.915977+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.921110+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:41 smithi098 bash[22846]: audit 2024-09-16T13:47:40.921110+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.002734+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.002734+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: cluster 2024-09-16T13:47:40.009840+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: cluster 2024-09-16T13:47:40.009840+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.011478+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.011478+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.053847+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.053847+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.063781+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.063781+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.074984+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.074984+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: cluster 2024-09-16T13:47:40.889042+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: cluster 2024-09-16T13:47:40.889042+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.909966+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.909966+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.915977+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.915977+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.921110+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:41 smithi184 bash[23288]: audit 2024-09-16T13:47:40.921110+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.002734+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:41.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.002734+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' 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-09-16T13:47:41.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: cluster 2024-09-16T13:47:40.009840+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T13:47:41.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: cluster 2024-09-16T13:47:40.009840+0000 mon.a (mon.0) 615 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-16T13:47:41.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.011478+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T13:47:41.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.011478+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.053847+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.053847+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.063781+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.063781+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.074984+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.074984+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: cluster 2024-09-16T13:47:40.889042+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: cluster 2024-09-16T13:47:40.889042+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.909966+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.909966+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.915977+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.915977+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.921110+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:41.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:41 smithi151 bash[23533]: audit 2024-09-16T13:47:40.921110+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.005145+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.005145+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: cluster 2024-09-16T13:47:41.010391+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: cluster 2024-09-16T13:47:41.010391+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: cluster 2024-09-16T13:47:41.071330+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: cluster 2024-09-16T13:47:41.071330+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.204135+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.204135+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.296629+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.296629+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.404466+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.404466+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.406654+0000 mon.a (mon.0) 629 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.406654+0000 mon.a (mon.0) 629 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.460132+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.460132+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.460593+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.460593+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.460835+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.460835+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.461069+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.461069+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.464187+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.464187+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.464373+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.464373+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.464594+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.464594+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.465105+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.465105+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.521167+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.521167+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524063+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524063+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524154+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524154+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524586+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524586+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524976+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.524976+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.580053+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:42 smithi098 bash[22846]: audit 2024-09-16T13:47:41.580053+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.005145+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.005145+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: cluster 2024-09-16T13:47:41.010391+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: cluster 2024-09-16T13:47:41.010391+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: cluster 2024-09-16T13:47:41.071330+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: cluster 2024-09-16T13:47:41.071330+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.204135+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.204135+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.296629+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.296629+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.404466+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.404466+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.406654+0000 mon.a (mon.0) 629 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.406654+0000 mon.a (mon.0) 629 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.460132+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.460132+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.460593+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.460593+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.460835+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.460835+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.461069+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.461069+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.464187+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.464187+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.464373+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.464373+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.464594+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.464594+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.465105+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.465105+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.521167+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.521167+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524063+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524063+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524154+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524154+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524586+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524586+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524976+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.524976+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.580053+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.469 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:42 smithi184 bash[23288]: audit 2024-09-16T13:47:41.580053+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.005145+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T13:47:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.005145+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-16T13:47:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: cluster 2024-09-16T13:47:41.010391+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T13:47:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: cluster 2024-09-16T13:47:41.010391+0000 mon.a (mon.0) 624 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: cluster 2024-09-16T13:47:41.071330+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: cluster 2024-09-16T13:47:41.071330+0000 mon.a (mon.0) 625 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.204135+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.204135+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.296629+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.296629+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.404466+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.404466+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.406654+0000 mon.a (mon.0) 629 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.406654+0000 mon.a (mon.0) 629 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.460132+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.460132+0000 mon.a (mon.0) 630 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.460593+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.460593+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.460835+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.460835+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.461069+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.461069+0000 mon.a (mon.0) 633 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.464187+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.464187+0000 mon.a (mon.0) 634 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.464373+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.464373+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.464594+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.464594+0000 mon.a (mon.0) 636 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.465105+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.465105+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.521167+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.521167+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524063+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524063+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524154+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524154+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524586+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524586+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524976+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.524976+0000 mon.a (mon.0) 639 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:47:42.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.580053+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:42.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:42 smithi151 bash[23533]: audit 2024-09-16T13:47:41.580053+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-16T13:47:43.303 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:47:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:43 smithi098 bash[22846]: cluster 2024-09-16T13:47:42.038774+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T13:47:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:43 smithi098 bash[22846]: cluster 2024-09-16T13:47:42.038774+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T13:47:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:43 smithi098 bash[22846]: cluster 2024-09-16T13:47:42.312150+0000 mon.a (mon.0) 641 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-16T13:47:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:43 smithi098 bash[22846]: cluster 2024-09-16T13:47:42.312150+0000 mon.a (mon.0) 641 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-16T13:47:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:43 smithi098 bash[22846]: cluster 2024-09-16T13:47:42.889655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:43.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:43 smithi098 bash[22846]: cluster 2024-09-16T13:47:42.889655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:43.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:43 smithi184 bash[23288]: cluster 2024-09-16T13:47:42.038774+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T13:47:43.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:43 smithi184 bash[23288]: cluster 2024-09-16T13:47:42.038774+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T13:47:43.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:43 smithi184 bash[23288]: cluster 2024-09-16T13:47:42.312150+0000 mon.a (mon.0) 641 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-16T13:47:43.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:43 smithi184 bash[23288]: cluster 2024-09-16T13:47:42.312150+0000 mon.a (mon.0) 641 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-16T13:47:43.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:43 smithi184 bash[23288]: cluster 2024-09-16T13:47:42.889655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:43.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:43 smithi184 bash[23288]: cluster 2024-09-16T13:47:42.889655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:43.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:43 smithi151 bash[23533]: cluster 2024-09-16T13:47:42.038774+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T13:47:43.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:43 smithi151 bash[23533]: cluster 2024-09-16T13:47:42.038774+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-16T13:47:43.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:43 smithi151 bash[23533]: cluster 2024-09-16T13:47:42.312150+0000 mon.a (mon.0) 641 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-16T13:47:43.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:43 smithi151 bash[23533]: cluster 2024-09-16T13:47:42.312150+0000 mon.a (mon.0) 641 : cluster [DBG] mgrmap e16: a(active, since 4m), standbys: b 2024-09-16T13:47:43.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:43 smithi151 bash[23533]: cluster 2024-09-16T13:47:42.889655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:43.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:43 smithi151 bash[23533]: cluster 2024-09-16T13:47:42.889655+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:44.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:44 smithi098 bash[22846]: cluster 2024-09-16T13:47:43.299479+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T13:47:44.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:44 smithi098 bash[22846]: cluster 2024-09-16T13:47:43.299479+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T13:47:44.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:44 smithi098 bash[22846]: cluster 2024-09-16T13:47:43.299541+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-16T13:47:44.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:44 smithi098 bash[22846]: cluster 2024-09-16T13:47:43.299541+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-16T13:47:44.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:44 smithi184 bash[23288]: cluster 2024-09-16T13:47:43.299479+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T13:47:44.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:44 smithi184 bash[23288]: cluster 2024-09-16T13:47:43.299479+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T13:47:44.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:44 smithi184 bash[23288]: cluster 2024-09-16T13:47:43.299541+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-16T13:47:44.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:44 smithi184 bash[23288]: cluster 2024-09-16T13:47:43.299541+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-16T13:47:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:44 smithi151 bash[23533]: cluster 2024-09-16T13:47:43.299479+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T13:47:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:44 smithi151 bash[23533]: cluster 2024-09-16T13:47:43.299479+0000 mon.a (mon.0) 642 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-16T13:47:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:44 smithi151 bash[23533]: cluster 2024-09-16T13:47:43.299541+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-16T13:47:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:44 smithi151 bash[23533]: cluster 2024-09-16T13:47:43.299541+0000 mon.a (mon.0) 643 : cluster [INF] Cluster is now healthy 2024-09-16T13:47:44.790 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:47:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:45 smithi098 bash[22846]: audit 2024-09-16T13:47:44.789865+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.98:0/2362210849' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T13:47:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:45 smithi098 bash[22846]: audit 2024-09-16T13:47:44.789865+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.98:0/2362210849' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T13:47:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:45 smithi098 bash[22846]: cluster 2024-09-16T13:47:44.890093+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:45 smithi098 bash[22846]: cluster 2024-09-16T13:47:44.890093+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:45.418 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1726494457,"num_in_osds":3,"osd_in_since":1726494425,"num_remapped_pgs":0} 2024-09-16T13:47:45.419 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T13:47:45.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:45 smithi184 bash[23288]: audit 2024-09-16T13:47:44.789865+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.98:0/2362210849' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T13:47:45.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:45 smithi184 bash[23288]: audit 2024-09-16T13:47:44.789865+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.98:0/2362210849' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T13:47:45.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:45 smithi184 bash[23288]: cluster 2024-09-16T13:47:44.890093+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:45.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:45 smithi184 bash[23288]: cluster 2024-09-16T13:47:44.890093+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:45.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:45 smithi151 bash[23533]: audit 2024-09-16T13:47:44.789865+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.98:0/2362210849' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T13:47:45.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:45 smithi151 bash[23533]: audit 2024-09-16T13:47:44.789865+0000 mon.a (mon.0) 644 : audit [DBG] from='client.? 172.21.15.98:0/2362210849' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-16T13:47:45.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:45 smithi151 bash[23533]: cluster 2024-09-16T13:47:44.890093+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:45.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:45 smithi151 bash[23533]: cluster 2024-09-16T13:47:44.890093+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:46 smithi184 bash[23288]: cluster 2024-09-16T13:47:46.890586+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:46 smithi184 bash[23288]: cluster 2024-09-16T13:47:46.890586+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:46 smithi151 bash[23533]: cluster 2024-09-16T13:47:46.890586+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:46 smithi151 bash[23533]: cluster 2024-09-16T13:47:46.890586+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:47.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:46 smithi098 bash[22846]: cluster 2024-09-16T13:47:46.890586+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:47.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:46 smithi098 bash[22846]: cluster 2024-09-16T13:47:46.890586+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:49.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:48 smithi184 bash[23288]: cluster 2024-09-16T13:47:48.891148+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:49.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:48 smithi184 bash[23288]: cluster 2024-09-16T13:47:48.891148+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:48 smithi151 bash[23533]: cluster 2024-09-16T13:47:48.891148+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:48 smithi151 bash[23533]: cluster 2024-09-16T13:47:48.891148+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:48 smithi098 bash[22846]: cluster 2024-09-16T13:47:48.891148+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:49.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:48 smithi098 bash[22846]: cluster 2024-09-16T13:47:48.891148+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:50.157 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:47:51.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:50 smithi184 bash[23288]: cluster 2024-09-16T13:47:50.891670+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:51.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:50 smithi184 bash[23288]: cluster 2024-09-16T13:47:50.891670+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:51.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:50 smithi151 bash[23533]: cluster 2024-09-16T13:47:50.891670+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:50 smithi151 bash[23533]: cluster 2024-09-16T13:47:50.891670+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:51.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:50 smithi098 bash[22846]: cluster 2024-09-16T13:47:50.891670+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:51.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:50 smithi098 bash[22846]: cluster 2024-09-16T13:47:50.891670+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:52.054 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:47:52.054 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":22,"fsid":"3240e16a-7431-11ef-bceb-c7b262605968","created":"2024-09-16T13:41:50.713140+0000","modified":"2024-09-16T13:47:42.013380+0000","last_up_change":"2024-09-16T13:47:37.965846+0000","last_in_change":"2024-09-16T13:47:05.066815+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-09-16T13:47:39.273995+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"41891c55-bf3b-41f7-b3c1-1a9a22b56f87","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.98:6802","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6803","nonce":410362198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6805","nonce":410362198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6809","nonce":410362198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6807","nonce":410362198}]},"public_addr":"172.21.15.98:6803/410362198","cluster_addr":"172.21.15.98:6805/410362198","heartbeat_back_addr":"172.21.15.98:6809/410362198","heartbeat_front_addr":"172.21.15.98:6807/410362198","state":["exists","up"]},{"osd":1,"uuid":"26e3e997-7040-4dd4-aecd-6ad426ec062d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6800","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6801","nonce":915337422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6802","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6803","nonce":915337422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6806","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6807","nonce":915337422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6804","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6805","nonce":915337422}]},"public_addr":"172.21.15.151:6801/915337422","cluster_addr":"172.21.15.151:6803/915337422","heartbeat_back_addr":"172.21.15.151:6807/915337422","heartbeat_front_addr":"172.21.15.151:6805/915337422","state":["exists","up"]},{"osd":2,"uuid":"9a08d913-0e52-44ab-a8ca-736e6b7fd7b9","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.184:6800","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6801","nonce":462110383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6803","nonce":462110383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6807","nonce":462110383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6805","nonce":462110383}]},"public_addr":"172.21.15.184:6801/462110383","cluster_addr":"172.21.15.184:6803/462110383","heartbeat_back_addr":"172.21.15.184:6807/462110383","heartbeat_front_addr":"172.21.15.184:6805/462110383","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:45:44.758597+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:46:39.594637+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:47:36.483993+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/1662199931":"2024-09-17T13:42:52.814505+0000","172.21.15.98:0/1740898649":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6801/35627270":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6800/35627270":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6800/14865489":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/371965760":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/3932755528":"2024-09-17T13:42:52.814505+0000","172.21.15.98:0/367718710":"2024-09-17T13:42:17.721795+0000","172.21.15.98:6801/14865489":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/399898639":"2024-09-17T13:42:17.721795+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-09-16T13:47:52.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:52 smithi098 bash[22846]: audit 2024-09-16T13:47:52.052944+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.98:0/3955970345' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:47:52.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:52 smithi098 bash[22846]: audit 2024-09-16T13:47:52.052944+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.98:0/3955970345' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:47:52.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:52 smithi184 bash[23288]: audit 2024-09-16T13:47:52.052944+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.98:0/3955970345' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:47:52.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:52 smithi184 bash[23288]: audit 2024-09-16T13:47:52.052944+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.98:0/3955970345' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:47:52.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:52 smithi151 bash[23533]: audit 2024-09-16T13:47:52.052944+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.98:0/3955970345' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:47:52.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:52 smithi151 bash[23533]: audit 2024-09-16T13:47:52.052944+0000 mon.a (mon.0) 645 : audit [DBG] from='client.? 172.21.15.98:0/3955970345' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:47:53.071 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-16T13:47:39.273995+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, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-16T13:47:53.071 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-16T13:47:53.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:53 smithi098 bash[22846]: cluster 2024-09-16T13:47:52.892212+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:53.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:53 smithi098 bash[22846]: cluster 2024-09-16T13:47:52.892212+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:53.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:53 smithi184 bash[23288]: cluster 2024-09-16T13:47:52.892212+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:53.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:53 smithi184 bash[23288]: cluster 2024-09-16T13:47:52.892212+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:53.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:53 smithi151 bash[23533]: cluster 2024-09-16T13:47:52.892212+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:53.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:53 smithi151 bash[23533]: cluster 2024-09-16T13:47:52.892212+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:55.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:54 smithi184 bash[23288]: cluster 2024-09-16T13:47:54.892599+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:55.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:54 smithi184 bash[23288]: cluster 2024-09-16T13:47:54.892599+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:54 smithi151 bash[23533]: cluster 2024-09-16T13:47:54.892599+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:54 smithi151 bash[23533]: cluster 2024-09-16T13:47:54.892599+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:55.324 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:54 smithi098 bash[22846]: cluster 2024-09-16T13:47:54.892599+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:55.324 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:54 smithi098 bash[22846]: cluster 2024-09-16T13:47:54.892599+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:57.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:56 smithi184 bash[23288]: cluster 2024-09-16T13:47:56.893038+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:57.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:56 smithi184 bash[23288]: cluster 2024-09-16T13:47:56.893038+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:57.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:56 smithi151 bash[23533]: cluster 2024-09-16T13:47:56.893038+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:57.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:56 smithi151 bash[23533]: cluster 2024-09-16T13:47:56.893038+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:57.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:56 smithi098 bash[22846]: cluster 2024-09-16T13:47:56.893038+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:57.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:56 smithi098 bash[22846]: cluster 2024-09-16T13:47:56.893038+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:58.244 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:47:58.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:58 smithi098 bash[22846]: audit 2024-09-16T13:47:57.249517+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:58 smithi098 bash[22846]: audit 2024-09-16T13:47:57.249517+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:58 smithi098 bash[22846]: audit 2024-09-16T13:47:57.257593+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:58 smithi098 bash[22846]: audit 2024-09-16T13:47:57.257593+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:58 smithi098 bash[22846]: audit 2024-09-16T13:47:57.267196+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:58 smithi098 bash[22846]: audit 2024-09-16T13:47:57.267196+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:58 smithi184 bash[23288]: audit 2024-09-16T13:47:57.249517+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:58 smithi184 bash[23288]: audit 2024-09-16T13:47:57.249517+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:58 smithi184 bash[23288]: audit 2024-09-16T13:47:57.257593+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:58 smithi184 bash[23288]: audit 2024-09-16T13:47:57.257593+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:58 smithi184 bash[23288]: audit 2024-09-16T13:47:57.267196+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:58 smithi184 bash[23288]: audit 2024-09-16T13:47:57.267196+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:58 smithi151 bash[23533]: audit 2024-09-16T13:47:57.249517+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:58 smithi151 bash[23533]: audit 2024-09-16T13:47:57.249517+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:58 smithi151 bash[23533]: audit 2024-09-16T13:47:57.257593+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:58 smithi151 bash[23533]: audit 2024-09-16T13:47:57.257593+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:58 smithi151 bash[23533]: audit 2024-09-16T13:47:57.267196+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:58 smithi151 bash[23533]: audit 2024-09-16T13:47:57.267196+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:47:59.509 INFO:teuthology.orchestra.run.smithi098.stdout:pg_num: 1 2024-09-16T13:47:59.521 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:59 smithi098 bash[22846]: cluster 2024-09-16T13:47:58.893604+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:59.521 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:47:59 smithi098 bash[22846]: cluster 2024-09-16T13:47:58.893604+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:59.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:59 smithi184 bash[23288]: cluster 2024-09-16T13:47:58.893604+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:59.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:47:59 smithi184 bash[23288]: cluster 2024-09-16T13:47:58.893604+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:59.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:59 smithi151 bash[23533]: cluster 2024-09-16T13:47:58.893604+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:47:59.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:47:59 smithi151 bash[23533]: cluster 2024-09-16T13:47:58.893604+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:00.090 INFO:tasks.cephadm:Setting up client nodes... 2024-09-16T13:48:00.090 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph config log 1 --format=json 2024-09-16T13:48:00.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:00 smithi098 bash[22846]: audit 2024-09-16T13:47:59.509038+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.98:0/2381160657' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T13:48:00.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:00 smithi098 bash[22846]: audit 2024-09-16T13:47:59.509038+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.98:0/2381160657' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T13:48:00.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:00 smithi184 bash[23288]: audit 2024-09-16T13:47:59.509038+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.98:0/2381160657' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T13:48:00.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:00 smithi184 bash[23288]: audit 2024-09-16T13:47:59.509038+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.98:0/2381160657' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T13:48:00.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:00 smithi151 bash[23533]: audit 2024-09-16T13:47:59.509038+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.98:0/2381160657' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T13:48:00.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:00 smithi151 bash[23533]: audit 2024-09-16T13:47:59.509038+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.98:0/2381160657' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-16T13:48:01.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:00.274639+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:00.274639+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:00.281786+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:00.281786+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:00.289240+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:00.289240+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: cluster 2024-09-16T13:48:00.894143+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: cluster 2024-09-16T13:48:00.894143+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:01.122515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:01.122515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:01.130051+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:01.130051+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:01.138530+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:01 smithi098 bash[22846]: audit 2024-09-16T13:48:01.138530+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:00.274639+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:00.274639+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:00.281786+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:00.281786+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:00.289240+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:00.289240+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: cluster 2024-09-16T13:48:00.894143+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: cluster 2024-09-16T13:48:00.894143+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:01.122515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:01.122515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:01.130051+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:01.130051+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:01.138530+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:01 smithi184 bash[23288]: audit 2024-09-16T13:48:01.138530+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:00.274639+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:00.274639+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:00.281786+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:00.281786+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:00.289240+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:00.289240+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: cluster 2024-09-16T13:48:00.894143+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:01.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: cluster 2024-09-16T13:48:00.894143+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:01.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:01.122515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:01.122515+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:01.130051+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:01.130051+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:01.138530+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:01.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:01 smithi151 bash[23533]: audit 2024-09-16T13:48:01.138530+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:03.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:02 smithi184 bash[23288]: cluster 2024-09-16T13:48:02.894602+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:03.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:02 smithi184 bash[23288]: cluster 2024-09-16T13:48:02.894602+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:03.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:02 smithi151 bash[23533]: cluster 2024-09-16T13:48:02.894602+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:03.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:02 smithi151 bash[23533]: cluster 2024-09-16T13:48:02.894602+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:03.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:02 smithi098 bash[22846]: cluster 2024-09-16T13:48:02.894602+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:03.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:02 smithi098 bash[22846]: cluster 2024-09-16T13:48:02.894602+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:04.827 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:05.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:04 smithi184 bash[23288]: cluster 2024-09-16T13:48:04.895039+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:05.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:04 smithi184 bash[23288]: cluster 2024-09-16T13:48:04.895039+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:05.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:04 smithi151 bash[23533]: cluster 2024-09-16T13:48:04.895039+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:04 smithi151 bash[23533]: cluster 2024-09-16T13:48:04.895039+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:04 smithi098 bash[22846]: cluster 2024-09-16T13:48:04.895039+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:05.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:04 smithi098 bash[22846]: cluster 2024-09-16T13:48:04.895039+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:06.371 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:48:06.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:06 smithi184 bash[23288]: audit 2024-09-16T13:48:06.370488+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.98:0/432386875' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T13:48:06.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:06 smithi184 bash[23288]: audit 2024-09-16T13:48:06.370488+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.98:0/432386875' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T13:48:06.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:06 smithi151 bash[23533]: audit 2024-09-16T13:48:06.370488+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.98:0/432386875' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T13:48:06.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:06 smithi151 bash[23533]: audit 2024-09-16T13:48:06.370488+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.98:0/432386875' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T13:48:06.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:06 smithi098 bash[22846]: audit 2024-09-16T13:48:06.370488+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.98:0/432386875' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T13:48:06.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:06 smithi098 bash[22846]: audit 2024-09-16T13:48:06.370488+0000 mon.a (mon.0) 656 : audit [DBG] from='client.? 172.21.15.98:0/432386875' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-16T13:48:07.035 INFO:teuthology.orchestra.run.smithi098.stdout:[{"version":12,"timestamp":"2024-09-16T13:46:40.420962+0000","name":"","changes":[{"name":"osd.1/osd_mclock_max_capacity_iops_ssd","new_value":"36775.001080"}]}] 2024-09-16T13:48:07.036 INFO:tasks.ceph_manager:config epoch is 12 2024-09-16T13:48:07.036 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-16T13:48:07.036 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-16T13:48:07.036 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-16T13:48:07.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:07 smithi184 bash[23288]: cluster 2024-09-16T13:48:06.895575+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:07.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:07 smithi184 bash[23288]: cluster 2024-09-16T13:48:06.895575+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:07.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:07 smithi151 bash[23533]: cluster 2024-09-16T13:48:06.895575+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:07.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:07 smithi151 bash[23533]: cluster 2024-09-16T13:48:06.895575+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:07.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:07 smithi098 bash[22846]: cluster 2024-09-16T13:48:06.895575+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:07.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:07 smithi098 bash[22846]: cluster 2024-09-16T13:48:06.895575+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:08 smithi184 bash[23288]: cluster 2024-09-16T13:48:08.896141+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:08 smithi184 bash[23288]: cluster 2024-09-16T13:48:08.896141+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:09.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:08 smithi151 bash[23533]: cluster 2024-09-16T13:48:08.896141+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:09.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:08 smithi151 bash[23533]: cluster 2024-09-16T13:48:08.896141+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:09.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:08 smithi098 bash[22846]: cluster 2024-09-16T13:48:08.896141+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:09.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:08 smithi098 bash[22846]: cluster 2024-09-16T13:48:08.896141+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:11.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:10 smithi184 bash[23288]: cluster 2024-09-16T13:48:10.896624+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:11.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:10 smithi184 bash[23288]: cluster 2024-09-16T13:48:10.896624+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:11.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:10 smithi151 bash[23533]: cluster 2024-09-16T13:48:10.896624+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:11.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:10 smithi151 bash[23533]: cluster 2024-09-16T13:48:10.896624+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:11.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:10 smithi098 bash[22846]: cluster 2024-09-16T13:48:10.896624+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:11.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:10 smithi098 bash[22846]: cluster 2024-09-16T13:48:10.896624+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:11.772 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:13.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:12 smithi184 bash[23288]: cluster 2024-09-16T13:48:12.897193+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:13.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:12 smithi184 bash[23288]: cluster 2024-09-16T13:48:12.897193+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:13.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:12 smithi151 bash[23533]: cluster 2024-09-16T13:48:12.897193+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:13.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:12 smithi151 bash[23533]: cluster 2024-09-16T13:48:12.897193+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:13.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:12 smithi098 bash[22846]: cluster 2024-09-16T13:48:12.897193+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:13.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:12 smithi098 bash[22846]: cluster 2024-09-16T13:48:12.897193+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:13.757 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:48:14.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:13 smithi098 bash[22846]: audit 2024-09-16T13:48:13.749234+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.98:0/2935625326' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T13:48:14.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:13 smithi098 bash[22846]: audit 2024-09-16T13:48:13.749234+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.98:0/2935625326' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T13:48:14.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:13 smithi184 bash[23288]: audit 2024-09-16T13:48:13.749234+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.98:0/2935625326' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T13:48:14.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:13 smithi184 bash[23288]: audit 2024-09-16T13:48:13.749234+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.98:0/2935625326' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T13:48:14.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:13 smithi151 bash[23533]: audit 2024-09-16T13:48:13.749234+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.98:0/2935625326' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T13:48:14.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:13 smithi151 bash[23533]: audit 2024-09-16T13:48:13.749234+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.98:0/2935625326' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-16T13:48:14.913 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":16,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6800","nonce":1071325670},{"type":"v1","addr":"172.21.15.98:6801","nonce":1071325670}]},"active_addr":"172.21.15.98:6801/1071325670","active_change":"2024-09-16T13:42:52.814807+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540719139924082687,"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, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.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:10.4.0","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.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.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.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_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.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:10.4.0","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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx 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.7.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.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy 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.51.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:3.0.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_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many times ssh connections can fail liveness checks before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often ssh connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.98: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.98:0","nonce":3477719877}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":523961357}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":2794490696}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.98:0","nonce":3808480936}]}]} 2024-09-16T13:48:14.919 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-16T13:48:14.919 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-16T13:48:14.919 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T13:48:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:14 smithi151 bash[23533]: cluster 2024-09-16T13:48:14.897644+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:15.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:14 smithi151 bash[23533]: cluster 2024-09-16T13:48:14.897644+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:15.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:14 smithi098 bash[22846]: cluster 2024-09-16T13:48:14.897644+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:15.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:14 smithi098 bash[22846]: cluster 2024-09-16T13:48:14.897644+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:14 smithi184 bash[23288]: cluster 2024-09-16T13:48:14.897644+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:15.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:14 smithi184 bash[23288]: cluster 2024-09-16T13:48:14.897644+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:16 smithi151 bash[23533]: cluster 2024-09-16T13:48:16.898144+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:16 smithi151 bash[23533]: cluster 2024-09-16T13:48:16.898144+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:17.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:16 smithi184 bash[23288]: cluster 2024-09-16T13:48:16.898144+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:17.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:16 smithi184 bash[23288]: cluster 2024-09-16T13:48:16.898144+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:17.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:16 smithi098 bash[22846]: cluster 2024-09-16T13:48:16.898144+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:17.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:16 smithi098 bash[22846]: cluster 2024-09-16T13:48:16.898144+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:18.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:18 smithi184 bash[23288]: audit 2024-09-16T13:48:17.462421+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:18 smithi184 bash[23288]: audit 2024-09-16T13:48:17.462421+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:18 smithi184 bash[23288]: audit 2024-09-16T13:48:17.470365+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:18 smithi184 bash[23288]: audit 2024-09-16T13:48:17.470365+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:18 smithi184 bash[23288]: audit 2024-09-16T13:48:17.480331+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:18 smithi184 bash[23288]: audit 2024-09-16T13:48:17.480331+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.727 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:18 smithi151 bash[23533]: audit 2024-09-16T13:48:17.462421+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.727 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:18 smithi151 bash[23533]: audit 2024-09-16T13:48:17.462421+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.727 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:18 smithi151 bash[23533]: audit 2024-09-16T13:48:17.470365+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.727 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:18 smithi151 bash[23533]: audit 2024-09-16T13:48:17.470365+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.727 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:18 smithi151 bash[23533]: audit 2024-09-16T13:48:17.480331+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.727 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:18 smithi151 bash[23533]: audit 2024-09-16T13:48:17.480331+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:18 smithi098 bash[22846]: audit 2024-09-16T13:48:17.462421+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:18 smithi098 bash[22846]: audit 2024-09-16T13:48:17.462421+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:18 smithi098 bash[22846]: audit 2024-09-16T13:48:17.470365+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:18 smithi098 bash[22846]: audit 2024-09-16T13:48:17.470365+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:18 smithi098 bash[22846]: audit 2024-09-16T13:48:17.480331+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:18.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:18 smithi098 bash[22846]: audit 2024-09-16T13:48:17.480331+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:19.665 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:19.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:19 smithi151 bash[23533]: cluster 2024-09-16T13:48:18.898692+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:19.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:19 smithi151 bash[23533]: cluster 2024-09-16T13:48:18.898692+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:19.760 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:19 smithi098 bash[22846]: cluster 2024-09-16T13:48:18.898692+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:19.760 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:19 smithi098 bash[22846]: cluster 2024-09-16T13:48:18.898692+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:19.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:19 smithi184 bash[23288]: cluster 2024-09-16T13:48:18.898692+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:19.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:19 smithi184 bash[23288]: cluster 2024-09-16T13:48:18.898692+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:21.010 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:48:21.010 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":22,"fsid":"3240e16a-7431-11ef-bceb-c7b262605968","created":"2024-09-16T13:41:50.713140+0000","modified":"2024-09-16T13:47:42.013380+0000","last_up_change":"2024-09-16T13:47:37.965846+0000","last_in_change":"2024-09-16T13:47:05.066815+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-09-16T13:47:39.273995+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"41891c55-bf3b-41f7-b3c1-1a9a22b56f87","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.98:6802","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6803","nonce":410362198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6805","nonce":410362198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6809","nonce":410362198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6807","nonce":410362198}]},"public_addr":"172.21.15.98:6803/410362198","cluster_addr":"172.21.15.98:6805/410362198","heartbeat_back_addr":"172.21.15.98:6809/410362198","heartbeat_front_addr":"172.21.15.98:6807/410362198","state":["exists","up"]},{"osd":1,"uuid":"26e3e997-7040-4dd4-aecd-6ad426ec062d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6800","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6801","nonce":915337422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6802","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6803","nonce":915337422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6806","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6807","nonce":915337422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6804","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6805","nonce":915337422}]},"public_addr":"172.21.15.151:6801/915337422","cluster_addr":"172.21.15.151:6803/915337422","heartbeat_back_addr":"172.21.15.151:6807/915337422","heartbeat_front_addr":"172.21.15.151:6805/915337422","state":["exists","up"]},{"osd":2,"uuid":"9a08d913-0e52-44ab-a8ca-736e6b7fd7b9","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.184:6800","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6801","nonce":462110383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6803","nonce":462110383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6807","nonce":462110383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6805","nonce":462110383}]},"public_addr":"172.21.15.184:6801/462110383","cluster_addr":"172.21.15.184:6803/462110383","heartbeat_back_addr":"172.21.15.184:6807/462110383","heartbeat_front_addr":"172.21.15.184:6805/462110383","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:45:44.758597+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:46:39.594637+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:47:36.483993+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/1662199931":"2024-09-17T13:42:52.814505+0000","172.21.15.98:0/1740898649":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6801/35627270":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6800/35627270":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6800/14865489":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/371965760":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/3932755528":"2024-09-17T13:42:52.814505+0000","172.21.15.98:0/367718710":"2024-09-17T13:42:17.721795+0000","172.21.15.98:6801/14865489":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/399898639":"2024-09-17T13:42:17.721795+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-09-16T13:48:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:20.487967+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:20.487967+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:20.496168+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:20.496168+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:20.505608+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:20.505608+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: cluster 2024-09-16T13:48:20.899203+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: cluster 2024-09-16T13:48:20.899203+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.008577+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.98:0/2131878634' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.008577+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.98:0/2131878634' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.274740+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.274740+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.280406+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.280406+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.287012+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:21 smithi098 bash[22846]: audit 2024-09-16T13:48:21.287012+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.624 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-16T13:48:21.624 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-16T13:48:21.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:20.487967+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:20.487967+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:20.496168+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:20.496168+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:20.505608+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:20.505608+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: cluster 2024-09-16T13:48:20.899203+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: cluster 2024-09-16T13:48:20.899203+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.008577+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.98:0/2131878634' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.008577+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.98:0/2131878634' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.274740+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.274740+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.280406+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.280406+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.287012+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:21 smithi151 bash[23533]: audit 2024-09-16T13:48:21.287012+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:20.487967+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:20.487967+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:20.496168+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:20.496168+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:20.505608+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:20.505608+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: cluster 2024-09-16T13:48:20.899203+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: cluster 2024-09-16T13:48:20.899203+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.008577+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.98:0/2131878634' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.008577+0000 mon.a (mon.0) 664 : audit [DBG] from='client.? 172.21.15.98:0/2131878634' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.274740+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.274740+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.280406+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.280406+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.287012+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:21.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:21 smithi184 bash[23288]: audit 2024-09-16T13:48:21.287012+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:22 smithi151 bash[23533]: cluster 2024-09-16T13:48:22.899753+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:22 smithi151 bash[23533]: cluster 2024-09-16T13:48:22.899753+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:23.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:22 smithi098 bash[22846]: cluster 2024-09-16T13:48:22.899753+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:22 smithi098 bash[22846]: cluster 2024-09-16T13:48:22.899753+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:23.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:22 smithi184 bash[23288]: cluster 2024-09-16T13:48:22.899753+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:23.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:22 smithi184 bash[23288]: cluster 2024-09-16T13:48:22.899753+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:25.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:24 smithi184 bash[23288]: cluster 2024-09-16T13:48:24.900455+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:25.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:24 smithi184 bash[23288]: cluster 2024-09-16T13:48:24.900455+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:24 smithi151 bash[23533]: cluster 2024-09-16T13:48:24.900455+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:24 smithi151 bash[23533]: cluster 2024-09-16T13:48:24.900455+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:25.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:24 smithi098 bash[22846]: cluster 2024-09-16T13:48:24.900455+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:24 smithi098 bash[22846]: cluster 2024-09-16T13:48:24.900455+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:26.349 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:27.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:26 smithi184 bash[23288]: cluster 2024-09-16T13:48:26.901046+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:27.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:26 smithi184 bash[23288]: cluster 2024-09-16T13:48:26.901046+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:27.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:26 smithi151 bash[23533]: cluster 2024-09-16T13:48:26.901046+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:27.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:26 smithi151 bash[23533]: cluster 2024-09-16T13:48:26.901046+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:27.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:26 smithi098 bash[22846]: cluster 2024-09-16T13:48:26.901046+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:27.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:26 smithi098 bash[22846]: cluster 2024-09-16T13:48:26.901046+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:27.802 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:48:27.802 INFO:teuthology.orchestra.run.smithi098.stdout:{"epoch":22,"fsid":"3240e16a-7431-11ef-bceb-c7b262605968","created":"2024-09-16T13:41:50.713140+0000","modified":"2024-09-16T13:47:42.013380+0000","last_up_change":"2024-09-16T13:47:37.965846+0000","last_in_change":"2024-09-16T13:47:05.066815+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-09-16T13:47:39.273995+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,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"41891c55-bf3b-41f7-b3c1-1a9a22b56f87","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.98:6802","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6803","nonce":410362198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6804","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6805","nonce":410362198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6808","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6809","nonce":410362198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.98:6806","nonce":410362198},{"type":"v1","addr":"172.21.15.98:6807","nonce":410362198}]},"public_addr":"172.21.15.98:6803/410362198","cluster_addr":"172.21.15.98:6805/410362198","heartbeat_back_addr":"172.21.15.98:6809/410362198","heartbeat_front_addr":"172.21.15.98:6807/410362198","state":["exists","up"]},{"osd":1,"uuid":"26e3e997-7040-4dd4-aecd-6ad426ec062d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6800","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6801","nonce":915337422}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6802","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6803","nonce":915337422}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6806","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6807","nonce":915337422}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.151:6804","nonce":915337422},{"type":"v1","addr":"172.21.15.151:6805","nonce":915337422}]},"public_addr":"172.21.15.151:6801/915337422","cluster_addr":"172.21.15.151:6803/915337422","heartbeat_back_addr":"172.21.15.151:6807/915337422","heartbeat_front_addr":"172.21.15.151:6805/915337422","state":["exists","up"]},{"osd":2,"uuid":"9a08d913-0e52-44ab-a8ca-736e6b7fd7b9","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.184:6800","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6801","nonce":462110383}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6803","nonce":462110383}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6807","nonce":462110383}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":462110383},{"type":"v1","addr":"172.21.15.184:6805","nonce":462110383}]},"public_addr":"172.21.15.184:6801/462110383","cluster_addr":"172.21.15.184:6803/462110383","heartbeat_back_addr":"172.21.15.184:6807/462110383","heartbeat_front_addr":"172.21.15.184:6805/462110383","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:45:44.758597+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:46:39.594637+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-16T13:47:36.483993+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.98:0/1662199931":"2024-09-17T13:42:52.814505+0000","172.21.15.98:0/1740898649":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6801/35627270":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6800/35627270":"2024-09-17T13:42:52.814505+0000","172.21.15.98:6800/14865489":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/371965760":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/3932755528":"2024-09-17T13:42:52.814505+0000","172.21.15.98:0/367718710":"2024-09-17T13:42:17.721795+0000","172.21.15.98:6801/14865489":"2024-09-17T13:42:17.721795+0000","172.21.15.98:0/399898639":"2024-09-17T13:42:17.721795+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-09-16T13:48:28.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:27 smithi098 bash[22846]: audit 2024-09-16T13:48:27.801593+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.98:0/752200835' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:28.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:27 smithi098 bash[22846]: audit 2024-09-16T13:48:27.801593+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.98:0/752200835' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:28.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:27 smithi184 bash[23288]: audit 2024-09-16T13:48:27.801593+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.98:0/752200835' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:28.208 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:27 smithi184 bash[23288]: audit 2024-09-16T13:48:27.801593+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.98:0/752200835' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:28.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:27 smithi151 bash[23533]: audit 2024-09-16T13:48:27.801593+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.98:0/752200835' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:28.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:27 smithi151 bash[23533]: audit 2024-09-16T13:48:27.801593+0000 mon.a (mon.0) 668 : audit [DBG] from='client.? 172.21.15.98:0/752200835' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-16T13:48:28.450 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-16T13:48:28.450 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-16T13:48:28.451 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-16T13:48:29.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:28 smithi184 bash[23288]: cluster 2024-09-16T13:48:28.901590+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:29.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:28 smithi184 bash[23288]: cluster 2024-09-16T13:48:28.901590+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:29.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:28 smithi151 bash[23533]: cluster 2024-09-16T13:48:28.901590+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:29.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:28 smithi151 bash[23533]: cluster 2024-09-16T13:48:28.901590+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:29.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:28 smithi098 bash[22846]: cluster 2024-09-16T13:48:28.901590+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:29.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:28 smithi098 bash[22846]: cluster 2024-09-16T13:48:28.901590+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:31.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:30 smithi184 bash[23288]: cluster 2024-09-16T13:48:30.902135+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:31.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:30 smithi184 bash[23288]: cluster 2024-09-16T13:48:30.902135+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:31.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:30 smithi151 bash[23533]: cluster 2024-09-16T13:48:30.902135+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:31.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:30 smithi151 bash[23533]: cluster 2024-09-16T13:48:30.902135+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:31.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:30 smithi098 bash[22846]: cluster 2024-09-16T13:48:30.902135+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:31.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:30 smithi098 bash[22846]: cluster 2024-09-16T13:48:30.902135+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:33.185 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:33.185 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:33.185 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:34.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:33 smithi184 bash[23288]: cluster 2024-09-16T13:48:32.902686+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:34.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:33 smithi184 bash[23288]: cluster 2024-09-16T13:48:32.902686+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:34.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:33 smithi151 bash[23533]: cluster 2024-09-16T13:48:32.902686+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:34.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:33 smithi151 bash[23533]: cluster 2024-09-16T13:48:32.902686+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:34.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:33 smithi098 bash[22846]: cluster 2024-09-16T13:48:32.902686+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:34.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:33 smithi098 bash[22846]: cluster 2024-09-16T13:48:32.902686+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:36.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:35 smithi184 bash[23288]: cluster 2024-09-16T13:48:34.903081+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:36.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:35 smithi184 bash[23288]: cluster 2024-09-16T13:48:34.903081+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:36.236 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:35 smithi098 bash[22846]: cluster 2024-09-16T13:48:34.903081+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:36.236 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:35 smithi098 bash[22846]: cluster 2024-09-16T13:48:34.903081+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:36.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:35 smithi151 bash[23533]: cluster 2024-09-16T13:48:34.903081+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:36.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:35 smithi151 bash[23533]: cluster 2024-09-16T13:48:34.903081+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:37.651 INFO:teuthology.orchestra.run.smithi098.stdout:55834574873 2024-09-16T13:48:37.652 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-16T13:48:37.859 INFO:teuthology.orchestra.run.smithi098.stdout:77309411342 2024-09-16T13:48:37.859 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-16T13:48:37.924 INFO:teuthology.orchestra.run.smithi098.stdout:34359738405 2024-09-16T13:48:37.925 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: cluster 2024-09-16T13:48:36.903620+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: cluster 2024-09-16T13:48:36.903620+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: audit 2024-09-16T13:48:37.671288+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: audit 2024-09-16T13:48:37.671288+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: audit 2024-09-16T13:48:37.678153+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: audit 2024-09-16T13:48:37.678153+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: audit 2024-09-16T13:48:37.687100+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:38 smithi151 bash[23533]: audit 2024-09-16T13:48:37.687100+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: cluster 2024-09-16T13:48:36.903620+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: cluster 2024-09-16T13:48:36.903620+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: audit 2024-09-16T13:48:37.671288+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: audit 2024-09-16T13:48:37.671288+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: audit 2024-09-16T13:48:37.678153+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: audit 2024-09-16T13:48:37.678153+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: audit 2024-09-16T13:48:37.687100+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:38 smithi184 bash[23288]: audit 2024-09-16T13:48:37.687100+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.968 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: cluster 2024-09-16T13:48:36.903620+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:38.968 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: cluster 2024-09-16T13:48:36.903620+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:38.968 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: audit 2024-09-16T13:48:37.671288+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.968 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: audit 2024-09-16T13:48:37.671288+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.968 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: audit 2024-09-16T13:48:37.678153+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.968 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: audit 2024-09-16T13:48:37.678153+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.968 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: audit 2024-09-16T13:48:37.687100+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:38.969 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:38 smithi098 bash[22846]: audit 2024-09-16T13:48:37.687100+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.716350+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.716350+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.719445+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.719445+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.720350+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.720350+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.730351+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:39.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:39 smithi184 bash[23288]: audit 2024-09-16T13:48:38.730351+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:39.987 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.716350+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:48:39.987 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.716350+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:48:39.987 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.719445+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:48:39.987 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.719445+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:48:39.987 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.720350+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:48:39.987 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.720350+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:48:39.987 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.730351+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:39.988 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:39 smithi098 bash[22846]: audit 2024-09-16T13:48:38.730351+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.716350+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.716350+0000 mon.a (mon.0) 672 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.719445+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.719445+0000 mon.a (mon.0) 673 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.720350+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.720350+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.730351+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:39 smithi151 bash[23533]: audit 2024-09-16T13:48:38.730351+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: cluster 2024-09-16T13:48:38.904253+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: cluster 2024-09-16T13:48:38.904253+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: audit 2024-09-16T13:48:40.651014+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: audit 2024-09-16T13:48:40.651014+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: audit 2024-09-16T13:48:40.659337+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: audit 2024-09-16T13:48:40.659337+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: audit 2024-09-16T13:48:40.670289+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:40 smithi151 bash[23533]: audit 2024-09-16T13:48:40.670289+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: cluster 2024-09-16T13:48:38.904253+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: cluster 2024-09-16T13:48:38.904253+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: audit 2024-09-16T13:48:40.651014+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: audit 2024-09-16T13:48:40.651014+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: audit 2024-09-16T13:48:40.659337+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: audit 2024-09-16T13:48:40.659337+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: audit 2024-09-16T13:48:40.670289+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:40 smithi098 bash[22846]: audit 2024-09-16T13:48:40.670289+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: cluster 2024-09-16T13:48:38.904253+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: cluster 2024-09-16T13:48:38.904253+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: audit 2024-09-16T13:48:40.651014+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: audit 2024-09-16T13:48:40.651014+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: audit 2024-09-16T13:48:40.659337+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: audit 2024-09-16T13:48:40.659337+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: audit 2024-09-16T13:48:40.670289+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:41.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:40 smithi184 bash[23288]: audit 2024-09-16T13:48:40.670289+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.277 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:42.277 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:42.278 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:42.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: cluster 2024-09-16T13:48:40.904760+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:42.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: cluster 2024-09-16T13:48:40.904760+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:42.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: audit 2024-09-16T13:48:41.487835+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: audit 2024-09-16T13:48:41.487835+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: audit 2024-09-16T13:48:41.496829+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: audit 2024-09-16T13:48:41.496829+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: audit 2024-09-16T13:48:41.506289+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:42 smithi151 bash[23533]: audit 2024-09-16T13:48:41.506289+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: cluster 2024-09-16T13:48:40.904760+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: cluster 2024-09-16T13:48:40.904760+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: audit 2024-09-16T13:48:41.487835+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: audit 2024-09-16T13:48:41.487835+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: audit 2024-09-16T13:48:41.496829+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: audit 2024-09-16T13:48:41.496829+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: audit 2024-09-16T13:48:41.506289+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:42 smithi098 bash[22846]: audit 2024-09-16T13:48:41.506289+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: cluster 2024-09-16T13:48:40.904760+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: cluster 2024-09-16T13:48:40.904760+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: audit 2024-09-16T13:48:41.487835+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: audit 2024-09-16T13:48:41.487835+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: audit 2024-09-16T13:48:41.496829+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: audit 2024-09-16T13:48:41.496829+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: audit 2024-09-16T13:48:41.506289+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:42.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:42 smithi184 bash[23288]: audit 2024-09-16T13:48:41.506289+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:44.066 INFO:teuthology.orchestra.run.smithi098.stdout:55834574875 2024-09-16T13:48:44.420 INFO:teuthology.orchestra.run.smithi098.stdout:34359738407 2024-09-16T13:48:44.588 INFO:teuthology.orchestra.run.smithi098.stdout:77309411343 2024-09-16T13:48:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:44 smithi151 bash[23533]: cluster 2024-09-16T13:48:42.905270+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:44 smithi151 bash[23533]: cluster 2024-09-16T13:48:42.905270+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:44 smithi151 bash[23533]: audit 2024-09-16T13:48:44.066395+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.98:0/1586832979' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T13:48:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:44 smithi151 bash[23533]: audit 2024-09-16T13:48:44.066395+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.98:0/1586832979' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T13:48:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:44 smithi151 bash[23533]: audit 2024-09-16T13:48:44.420565+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.98:0/3521472204' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T13:48:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:44 smithi151 bash[23533]: audit 2024-09-16T13:48:44.420565+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.98:0/3521472204' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T13:48:44.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:44 smithi098 bash[22846]: cluster 2024-09-16T13:48:42.905270+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:44.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:44 smithi098 bash[22846]: cluster 2024-09-16T13:48:42.905270+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:44.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:44 smithi098 bash[22846]: audit 2024-09-16T13:48:44.066395+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.98:0/1586832979' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T13:48:44.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:44 smithi098 bash[22846]: audit 2024-09-16T13:48:44.066395+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.98:0/1586832979' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T13:48:44.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:44 smithi098 bash[22846]: audit 2024-09-16T13:48:44.420565+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.98:0/3521472204' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T13:48:44.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:44 smithi098 bash[22846]: audit 2024-09-16T13:48:44.420565+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.98:0/3521472204' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T13:48:44.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:44 smithi184 bash[23288]: cluster 2024-09-16T13:48:42.905270+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:44.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:44 smithi184 bash[23288]: cluster 2024-09-16T13:48:42.905270+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:44.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:44 smithi184 bash[23288]: audit 2024-09-16T13:48:44.066395+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.98:0/1586832979' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T13:48:44.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:44 smithi184 bash[23288]: audit 2024-09-16T13:48:44.066395+0000 mon.a (mon.0) 682 : audit [DBG] from='client.? 172.21.15.98:0/1586832979' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-16T13:48:44.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:44 smithi184 bash[23288]: audit 2024-09-16T13:48:44.420565+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.98:0/3521472204' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T13:48:44.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:44 smithi184 bash[23288]: audit 2024-09-16T13:48:44.420565+0000 mon.a (mon.0) 683 : audit [DBG] from='client.? 172.21.15.98:0/3521472204' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-16T13:48:45.528 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574873 got 55834574875 for osd.1 2024-09-16T13:48:45.528 DEBUG:teuthology.parallel:result is None 2024-09-16T13:48:45.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:45 smithi098 bash[22846]: audit 2024-09-16T13:48:44.588113+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.98:0/1608188283' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T13:48:45.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:45 smithi098 bash[22846]: audit 2024-09-16T13:48:44.588113+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.98:0/1608188283' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T13:48:45.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:45 smithi184 bash[23288]: audit 2024-09-16T13:48:44.588113+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.98:0/1608188283' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T13:48:45.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:45 smithi184 bash[23288]: audit 2024-09-16T13:48:44.588113+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.98:0/1608188283' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T13:48:45.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:45 smithi151 bash[23533]: audit 2024-09-16T13:48:44.588113+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.98:0/1608188283' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T13:48:45.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:45 smithi151 bash[23533]: audit 2024-09-16T13:48:44.588113+0000 mon.a (mon.0) 684 : audit [DBG] from='client.? 172.21.15.98:0/1608188283' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-16T13:48:46.002 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-09-16T13:48:46.002 DEBUG:teuthology.parallel:result is None 2024-09-16T13:48:46.143 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411342 got 77309411343 for osd.2 2024-09-16T13:48:46.143 DEBUG:teuthology.parallel:result is None 2024-09-16T13:48:46.144 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-16T13:48:46.144 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T13:48:46.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:46 smithi098 bash[22846]: cluster 2024-09-16T13:48:44.905722+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:46.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:46 smithi098 bash[22846]: cluster 2024-09-16T13:48:44.905722+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:46.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:46 smithi184 bash[23288]: cluster 2024-09-16T13:48:44.905722+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:46.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:46 smithi184 bash[23288]: cluster 2024-09-16T13:48:44.905722+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:46.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:46 smithi151 bash[23533]: cluster 2024-09-16T13:48:44.905722+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:46 smithi151 bash[23533]: cluster 2024-09-16T13:48:44.905722+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:48.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:48 smithi098 bash[22846]: cluster 2024-09-16T13:48:46.906217+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:48 smithi098 bash[22846]: cluster 2024-09-16T13:48:46.906217+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:48.845 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:48 smithi184 bash[23288]: cluster 2024-09-16T13:48:46.906217+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:48.845 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:48 smithi184 bash[23288]: cluster 2024-09-16T13:48:46.906217+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:48.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:48 smithi151 bash[23533]: cluster 2024-09-16T13:48:46.906217+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:48.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:48 smithi151 bash[23533]: cluster 2024-09-16T13:48:46.906217+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:50.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:50 smithi098 bash[22846]: cluster 2024-09-16T13:48:48.906800+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:50.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:50 smithi098 bash[22846]: cluster 2024-09-16T13:48:48.906800+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:50.861 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:50 smithi184 bash[23288]: cluster 2024-09-16T13:48:48.906800+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:50.861 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:50 smithi184 bash[23288]: cluster 2024-09-16T13:48:48.906800+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:50.883 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:50.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:50 smithi151 bash[23533]: cluster 2024-09-16T13:48:48.906800+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:50.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:50 smithi151 bash[23533]: cluster 2024-09-16T13:48:48.906800+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:52.255 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-16T13:48:52.256 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:48:52.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:52 smithi098 bash[22846]: cluster 2024-09-16T13:48:50.907140+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:52.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:52 smithi098 bash[22846]: cluster 2024-09-16T13:48:50.907140+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:52.905 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":191,"stamp":"2024-09-16T13:48:50.906994+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":83940,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151516,"statfs":{"total":287985106944,"available":287899152384,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.003101"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-16T13:47:42.035260+0000","last_change":"2024-09-16T13:47:41.012553+0000","last_active":"2024-09-16T13:47:42.035260+0000","last_peered":"2024-09-16T13:47:42.035260+0000","last_clean":"2024-09-16T13:47:42.035260+0000","last_became_active":"2024-09-16T13:47:41.011716+0000","last_became_peered":"2024-09-16T13:47:41.011716+0000","last_unstale":"2024-09-16T13:47:42.035260+0000","last_undegraded":"2024-09-16T13:47:42.035260+0000","last_fullsized":"2024-09-16T13:47:42.035260+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T13:47:39.988827+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T13:47:39.988827+0000","last_clean_scrub_stamp":"2024-09-16T13:47:39.988827+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T15:28:02.905286+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411345,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28040,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717112,"statfs":{"total":95995035648,"available":95966322688,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574876,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"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":27920,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717232,"statfs":{"total":95995035648,"available":95966445568,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-09-16T13:48:52.906 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-16T13:48:52.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:52 smithi184 bash[23288]: cluster 2024-09-16T13:48:50.907140+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:52.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:52 smithi184 bash[23288]: cluster 2024-09-16T13:48:50.907140+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:52.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:52 smithi151 bash[23533]: cluster 2024-09-16T13:48:50.907140+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:52.997 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:52 smithi151 bash[23533]: cluster 2024-09-16T13:48:50.907140+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:53.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:53 smithi098 bash[22846]: audit 2024-09-16T13:48:52.254653+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:48:53.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:53 smithi098 bash[22846]: audit 2024-09-16T13:48:52.254653+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:48:53.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:53 smithi184 bash[23288]: audit 2024-09-16T13:48:52.254653+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:48:53.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:53 smithi184 bash[23288]: audit 2024-09-16T13:48:52.254653+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:48:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:53 smithi151 bash[23533]: audit 2024-09-16T13:48:52.254653+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:48:53.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:53 smithi151 bash[23533]: audit 2024-09-16T13:48:52.254653+0000 mgr.a (mgr.14152) 248 : audit [DBG] from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:48:54.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:54 smithi098 bash[22846]: cluster 2024-09-16T13:48:52.907594+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:54.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:54 smithi098 bash[22846]: cluster 2024-09-16T13:48:52.907594+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:54.844 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:54 smithi184 bash[23288]: cluster 2024-09-16T13:48:52.907594+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:54.845 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:54 smithi184 bash[23288]: cluster 2024-09-16T13:48:52.907594+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:54.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:54 smithi151 bash[23533]: cluster 2024-09-16T13:48:52.907594+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:54.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:54 smithi151 bash[23533]: cluster 2024-09-16T13:48:52.907594+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:56 smithi098 bash[22846]: cluster 2024-09-16T13:48:54.908187+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:56.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:56 smithi098 bash[22846]: cluster 2024-09-16T13:48:54.908187+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:56 smithi184 bash[23288]: cluster 2024-09-16T13:48:54.908187+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:56 smithi184 bash[23288]: cluster 2024-09-16T13:48:54.908187+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:56 smithi151 bash[23533]: cluster 2024-09-16T13:48:54.908187+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:56.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:56 smithi151 bash[23533]: cluster 2024-09-16T13:48:54.908187+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:57.644 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:48:59.204 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: cluster 2024-09-16T13:48:56.908762+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:59.204 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: cluster 2024-09-16T13:48:56.908762+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:59.204 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: audit 2024-09-16T13:48:57.888458+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.204 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: audit 2024-09-16T13:48:57.888458+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.205 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: audit 2024-09-16T13:48:57.896480+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.205 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: audit 2024-09-16T13:48:57.896480+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.205 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: audit 2024-09-16T13:48:57.907372+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.205 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:48:58 smithi098 bash[22846]: audit 2024-09-16T13:48:57.907372+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: cluster 2024-09-16T13:48:56.908762+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:59.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: cluster 2024-09-16T13:48:56.908762+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: audit 2024-09-16T13:48:57.888458+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: audit 2024-09-16T13:48:57.888458+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: audit 2024-09-16T13:48:57.896480+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: audit 2024-09-16T13:48:57.896480+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: audit 2024-09-16T13:48:57.907372+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:48:58 smithi184 bash[23288]: audit 2024-09-16T13:48:57.907372+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: cluster 2024-09-16T13:48:56.908762+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: cluster 2024-09-16T13:48:56.908762+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: audit 2024-09-16T13:48:57.888458+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: audit 2024-09-16T13:48:57.888458+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: audit 2024-09-16T13:48:57.896480+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: audit 2024-09-16T13:48:57.896480+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: audit 2024-09-16T13:48:57.907372+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:48:58 smithi151 bash[23533]: audit 2024-09-16T13:48:57.907372+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:48:59.544 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:48:59.544 INFO:teuthology.orchestra.run.smithi098.stderr:dumped all 2024-09-16T13:49:00.282 INFO:teuthology.orchestra.run.smithi098.stdout:{"pg_ready":true,"pg_map":{"version":195,"stamp":"2024-09-16T13:48:58.909005+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":83940,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151516,"statfs":{"total":287985106944,"available":287899152384,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"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.003016"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-16T13:47:42.035260+0000","last_change":"2024-09-16T13:47:41.012553+0000","last_active":"2024-09-16T13:47:42.035260+0000","last_peered":"2024-09-16T13:47:42.035260+0000","last_clean":"2024-09-16T13:47:42.035260+0000","last_became_active":"2024-09-16T13:47:41.011716+0000","last_became_peered":"2024-09-16T13:47:41.011716+0000","last_unstale":"2024-09-16T13:47:42.035260+0000","last_undegraded":"2024-09-16T13:47:42.035260+0000","last_fullsized":"2024-09-16T13:47:42.035260+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-16T13:47:39.988827+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-16T13:47:39.988827+0000","last_clean_scrub_stamp":"2024-09-16T13:47:39.988827+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-17T15:28:02.905286+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411347,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28040,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717112,"statfs":{"total":95995035648,"available":95966322688,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"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":27920,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717232,"statfs":{"total":95995035648,"available":95966445568,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"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-09-16T13:49:00.282 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-16T13:49:00.282 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-16T13:49:00.282 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-16T13:49:00.283 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: cluster 2024-09-16T13:48:58.909251+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: cluster 2024-09-16T13:48:58.909251+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:48:59.543856+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:48:59.543856+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:49:00.816026+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:49:00.816026+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:49:00.822432+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:49:00.822432+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:49:00.831428+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:00 smithi098 bash[22846]: audit 2024-09-16T13:49:00.831428+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: cluster 2024-09-16T13:48:58.909251+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: cluster 2024-09-16T13:48:58.909251+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:48:59.543856+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:48:59.543856+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:49:00.816026+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:49:00.816026+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:49:00.822432+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:49:00.822432+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:49:00.831428+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:00 smithi184 bash[23288]: audit 2024-09-16T13:49:00.831428+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: cluster 2024-09-16T13:48:58.909251+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: cluster 2024-09-16T13:48:58.909251+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:48:59.543856+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:48:59.543856+0000 mgr.a (mgr.14152) 253 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:49:00.816026+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:49:00.816026+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:49:00.822432+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:49:00.822432+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:49:00.831428+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:01.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:00 smithi151 bash[23533]: audit 2024-09-16T13:49:00.831428+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: cluster 2024-09-16T13:49:00.909775+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:02.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: cluster 2024-09-16T13:49:00.909775+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:02.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: audit 2024-09-16T13:49:01.688616+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: audit 2024-09-16T13:49:01.688616+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: audit 2024-09-16T13:49:01.695893+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: audit 2024-09-16T13:49:01.695893+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: audit 2024-09-16T13:49:01.705035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:02 smithi184 bash[23288]: audit 2024-09-16T13:49:01.705035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: cluster 2024-09-16T13:49:00.909775+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: cluster 2024-09-16T13:49:00.909775+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: audit 2024-09-16T13:49:01.688616+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: audit 2024-09-16T13:49:01.688616+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: audit 2024-09-16T13:49:01.695893+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: audit 2024-09-16T13:49:01.695893+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: audit 2024-09-16T13:49:01.705035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:02 smithi151 bash[23533]: audit 2024-09-16T13:49:01.705035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: cluster 2024-09-16T13:49:00.909775+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: cluster 2024-09-16T13:49:00.909775+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: audit 2024-09-16T13:49:01.688616+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: audit 2024-09-16T13:49:01.688616+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: audit 2024-09-16T13:49:01.695893+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: audit 2024-09-16T13:49:01.695893+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: audit 2024-09-16T13:49:01.705035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:03.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:02 smithi098 bash[22846]: audit 2024-09-16T13:49:01.705035+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:04.773 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:49:04.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:04 smithi184 bash[23288]: cluster 2024-09-16T13:49:02.910339+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:04.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:04 smithi184 bash[23288]: cluster 2024-09-16T13:49:02.910339+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:04.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:04 smithi151 bash[23533]: cluster 2024-09-16T13:49:02.910339+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:04.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:04 smithi151 bash[23533]: cluster 2024-09-16T13:49:02.910339+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:05.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:04 smithi098 bash[22846]: cluster 2024-09-16T13:49:02.910339+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:05.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:04 smithi098 bash[22846]: cluster 2024-09-16T13:49:02.910339+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:06.164 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:49:06.164 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-16T13:49:06.865 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-16T13:49:06.866 INFO:tasks.cephadm:Setup complete, yielding 2024-09-16T13:49:06.866 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-16T13:49:06.876 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi098.front.sepia.ceph.com 2024-09-16T13:49:06.876 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- bash -c 'set -e 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> set -x 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch apply node-exporter 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch apply grafana 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch apply alertmanager 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch apply prometheus 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> sleep 240 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch ls 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch ps 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch host ls 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-16T13:49:06.877 DEBUG:teuthology.orchestra.run.smithi098:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> # check each host node-exporter metrics endpoint is responsive 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> for ip in $ALL_HOST_IPS; do 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${ip}:9100/metric 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> done 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> # check grafana endpoints are responsive and database health is okay 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> # stop mon daemon in order to trigger an alert 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> ceph orch daemon stop $MON_DAEMON 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> sleep 120 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-16T13:49:06.878 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-16T13:49:06.879 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-16T13:49:06.879 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-16T13:49:06.879 DEBUG:teuthology.orchestra.run.smithi098:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-16T13:49:06.879 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-16T13:49:06.879 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-16T13:49:06.879 DEBUG:teuthology.orchestra.run.smithi098:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-16T13:49:06.879 DEBUG:teuthology.orchestra.run.smithi098:> ' 2024-09-16T13:49:06.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:06 smithi184 bash[23288]: cluster 2024-09-16T13:49:04.910886+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:06.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:06 smithi184 bash[23288]: cluster 2024-09-16T13:49:04.910886+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:06.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:06 smithi184 bash[23288]: audit 2024-09-16T13:49:06.163849+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.98:0/102902992' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T13:49:06.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:06 smithi184 bash[23288]: audit 2024-09-16T13:49:06.163849+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.98:0/102902992' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T13:49:06.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:06 smithi151 bash[23533]: cluster 2024-09-16T13:49:04.910886+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:06.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:06 smithi151 bash[23533]: cluster 2024-09-16T13:49:04.910886+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:06.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:06 smithi151 bash[23533]: audit 2024-09-16T13:49:06.163849+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.98:0/102902992' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T13:49:06.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:06 smithi151 bash[23533]: audit 2024-09-16T13:49:06.163849+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.98:0/102902992' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T13:49:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:06 smithi098 bash[22846]: cluster 2024-09-16T13:49:04.910886+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:06 smithi098 bash[22846]: cluster 2024-09-16T13:49:04.910886+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:06 smithi098 bash[22846]: audit 2024-09-16T13:49:06.163849+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.98:0/102902992' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T13:49:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:06 smithi098 bash[22846]: audit 2024-09-16T13:49:06.163849+0000 mon.a (mon.0) 694 : audit [DBG] from='client.? 172.21.15.98:0/102902992' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-16T13:49:08.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:08 smithi184 bash[23288]: cluster 2024-09-16T13:49:06.911378+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:08.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:08 smithi184 bash[23288]: cluster 2024-09-16T13:49:06.911378+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:08.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:08 smithi151 bash[23533]: cluster 2024-09-16T13:49:06.911378+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:08 smithi151 bash[23533]: cluster 2024-09-16T13:49:06.911378+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:08 smithi098 bash[22846]: cluster 2024-09-16T13:49:06.911378+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:08 smithi098 bash[22846]: cluster 2024-09-16T13:49:06.911378+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:10.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:10 smithi184 bash[23288]: cluster 2024-09-16T13:49:08.912020+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:10.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:10 smithi184 bash[23288]: cluster 2024-09-16T13:49:08.912020+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:10.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:10 smithi151 bash[23533]: cluster 2024-09-16T13:49:08.912020+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:10.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:10 smithi151 bash[23533]: cluster 2024-09-16T13:49:08.912020+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:11.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:10 smithi098 bash[22846]: cluster 2024-09-16T13:49:08.912020+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:11.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:10 smithi098 bash[22846]: cluster 2024-09-16T13:49:08.912020+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:11.613 INFO:teuthology.orchestra.run.smithi098.stderr:Inferring config /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/mon.a/config 2024-09-16T13:49:12.776 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch apply node-exporter 2024-09-16T13:49:12.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:12 smithi184 bash[23288]: cluster 2024-09-16T13:49:10.912621+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:12.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:12 smithi184 bash[23288]: cluster 2024-09-16T13:49:10.912621+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:12.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:12 smithi151 bash[23533]: cluster 2024-09-16T13:49:10.912621+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:12.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:12 smithi151 bash[23533]: cluster 2024-09-16T13:49:10.912621+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:13.083 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled node-exporter update... 2024-09-16T13:49:13.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:12 smithi098 bash[22846]: cluster 2024-09-16T13:49:10.912621+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:13.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:12 smithi098 bash[22846]: cluster 2024-09-16T13:49:10.912621+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:13.096 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch apply grafana 2024-09-16T13:49:13.403 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled grafana update... 2024-09-16T13:49:13.415 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch apply alertmanager 2024-09-16T13:49:13.709 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled alertmanager update... 2024-09-16T13:49:13.721 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch apply prometheus 2024-09-16T13:49:14.024 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled prometheus update... 2024-09-16T13:49:14.036 INFO:teuthology.orchestra.run.smithi098.stderr:+ sleep 240 2024-09-16T13:49:14.146 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:49:13 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.146 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:49:14 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.146 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:49:13 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.146 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:49:14 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:13 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cluster 2024-09-16T13:49:12.913015+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cluster 2024-09-16T13:49:12.913015+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.075366+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.075366+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.076464+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.076464+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T13:49:14.147 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.082952+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.082952+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.084158+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.084158+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.087359+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.087359+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.088266+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.088266+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.094458+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.094458+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.096855+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.096855+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.395213+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.148 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.395213+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.398004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.398004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.402370+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.402370+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.702279+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.702279+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.703664+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: cephadm 2024-09-16T13:49:13.703664+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.709061+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:13.709061+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:14.024579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.149 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:14 smithi098 bash[22846]: audit 2024-09-16T13:49:14.024579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cluster 2024-09-16T13:49:12.913015+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:14.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cluster 2024-09-16T13:49:12.913015+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:14.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.075366+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.075366+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.076464+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.076464+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.082952+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.082952+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.084158+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.084158+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.087359+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.087359+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.088266+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.088266+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.094458+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.094458+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.096855+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.096855+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.395213+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.395213+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.398004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.398004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.402370+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.402370+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.702279+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.702279+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.703664+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T13:49:14.467 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: cephadm 2024-09-16T13:49:13.703664+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T13:49:14.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.709061+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:13.709061+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:14.024579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.468 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:14 smithi184 bash[23288]: audit 2024-09-16T13:49:14.024579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cluster 2024-09-16T13:49:12.913015+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:14.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cluster 2024-09-16T13:49:12.913015+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:14.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.075366+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.075366+0000 mgr.a (mgr.14152) 261 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.076464+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.076464+0000 mgr.a (mgr.14152) 262 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.082952+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.082952+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.084158+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.084158+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.087359+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.087359+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.088266+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.088266+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.094458+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.094458+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.096855+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.096855+0000 mgr.a (mgr.14152) 263 : cephadm [INF] Deploying daemon node-exporter.smithi098 on smithi098 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.395213+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.395213+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.398004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.398004+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.402370+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.402370+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.702279+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.702279+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.703664+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: cephadm 2024-09-16T13:49:13.703664+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.709061+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:13.709061+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:14.024579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 bash[23533]: audit 2024-09-16T13:49:14.024579+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:14.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:14 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.995 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:49:14 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:14.995 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:49:14 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:15.265 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:49:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:15.266 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:49:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.019943+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.019943+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: cephadm 2024-09-16T13:49:14.020915+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: cephadm 2024-09-16T13:49:14.020915+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.190606+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.190606+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.194994+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.194994+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.266 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.199583+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.267 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: audit 2024-09-16T13:49:14.199583+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.267 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: cephadm 2024-09-16T13:49:14.200234+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi151 on smithi151 2024-09-16T13:49:15.267 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:15 smithi151 bash[23533]: cephadm 2024-09-16T13:49:14.200234+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi151 on smithi151 2024-09-16T13:49:15.444 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.019943+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:15.444 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.019943+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:15.444 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: cephadm 2024-09-16T13:49:14.020915+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T13:49:15.444 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: cephadm 2024-09-16T13:49:14.020915+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T13:49:15.444 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.190606+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.444 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.190606+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.445 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.194994+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.445 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.194994+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.445 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.199583+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.445 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: audit 2024-09-16T13:49:14.199583+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.445 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: cephadm 2024-09-16T13:49:14.200234+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi151 on smithi151 2024-09-16T13:49:15.445 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:15 smithi098 bash[22846]: cephadm 2024-09-16T13:49:14.200234+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi151 on smithi151 2024-09-16T13:49:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.019943+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.019943+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:49:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: cephadm 2024-09-16T13:49:14.020915+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T13:49:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: cephadm 2024-09-16T13:49:14.020915+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-16T13:49:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.190606+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.190606+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.194994+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.194994+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.199583+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: audit 2024-09-16T13:49:14.199583+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:15.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: cephadm 2024-09-16T13:49:14.200234+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi151 on smithi151 2024-09-16T13:49:15.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:15 smithi184 bash[23288]: cephadm 2024-09-16T13:49:14.200234+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Deploying daemon node-exporter.smithi151 on smithi151 2024-09-16T13:49:16.375 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:49:16 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:16.376 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:49:16 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:16.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:16.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: cluster 2024-09-16T13:49:14.913501+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:16.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: cluster 2024-09-16T13:49:14.913501+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:16.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: audit 2024-09-16T13:49:15.277487+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: audit 2024-09-16T13:49:15.277487+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.376 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: audit 2024-09-16T13:49:15.285601+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.377 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: audit 2024-09-16T13:49:15.285601+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.377 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: audit 2024-09-16T13:49:15.293447+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.377 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: audit 2024-09-16T13:49:15.293447+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.377 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: cephadm 2024-09-16T13:49:15.295126+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-09-16T13:49:16.377 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 bash[23288]: cephadm 2024-09-16T13:49:15.295126+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-09-16T13:49:16.377 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:16 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: cluster 2024-09-16T13:49:14.913501+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: cluster 2024-09-16T13:49:14.913501+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: audit 2024-09-16T13:49:15.277487+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: audit 2024-09-16T13:49:15.277487+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: audit 2024-09-16T13:49:15.285601+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: audit 2024-09-16T13:49:15.285601+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: audit 2024-09-16T13:49:15.293447+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: audit 2024-09-16T13:49:15.293447+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: cephadm 2024-09-16T13:49:15.295126+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-09-16T13:49:16.389 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:16 smithi151 bash[23533]: cephadm 2024-09-16T13:49:15.295126+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-09-16T13:49:16.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: cluster 2024-09-16T13:49:14.913501+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:16.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: cluster 2024-09-16T13:49:14.913501+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: audit 2024-09-16T13:49:15.277487+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: audit 2024-09-16T13:49:15.277487+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: audit 2024-09-16T13:49:15.285601+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: audit 2024-09-16T13:49:15.285601+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: audit 2024-09-16T13:49:15.293447+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: audit 2024-09-16T13:49:15.293447+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: cephadm 2024-09-16T13:49:15.295126+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-09-16T13:49:16.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:16 smithi098 bash[22846]: cephadm 2024-09-16T13:49:15.295126+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-09-16T13:49:17.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.428114+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.428114+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.436219+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.436219+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.443941+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.443941+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.450849+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.450849+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.496300+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.496300+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.500818+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.500818+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.502252+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.502252+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.510610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.510610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.716 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: cephadm 2024-09-16T13:49:16.511127+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: cephadm 2024-09-16T13:49:16.511127+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.543652+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.543652+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.546983+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.546983+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.547964+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.547964+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.554443+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: audit 2024-09-16T13:49:16.554443+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: cephadm 2024-09-16T13:49:16.555050+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.717 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:17 smithi184 bash[23288]: cephadm 2024-09-16T13:49:16.555050+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.428114+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.428114+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.436219+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.436219+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.443941+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.443941+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.450849+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.450849+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.496300+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.496300+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.500818+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.500818+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.502252+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.502252+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.510610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.510610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: cephadm 2024-09-16T13:49:16.511127+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: cephadm 2024-09-16T13:49:16.511127+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.543652+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.543652+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.546983+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.546983+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.547964+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.547964+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.554443+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: audit 2024-09-16T13:49:16.554443+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: cephadm 2024-09-16T13:49:16.555050+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.747 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:17 smithi151 bash[23533]: cephadm 2024-09-16T13:49:16.555050+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.428114+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.428114+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.436219+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.436219+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.443941+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.443941+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.450849+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.450849+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.496300+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.496300+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.500818+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.500818+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.502252+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.502252+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.510610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.510610+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: cephadm 2024-09-16T13:49:16.511127+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: cephadm 2024-09-16T13:49:16.511127+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.543652+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.543652+0000 mon.a (mon.0) 717 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.546983+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.546983+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.547964+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.547964+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.554443+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: audit 2024-09-16T13:49:16.554443+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: cephadm 2024-09-16T13:49:16.555050+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:17.843 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:17 smithi098 bash[22846]: cephadm 2024-09-16T13:49:16.555050+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:49:18.870 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:18 smithi098 bash[22846]: cluster 2024-09-16T13:49:16.913981+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:18.870 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:18 smithi098 bash[22846]: cluster 2024-09-16T13:49:16.913981+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:18.870 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:18 smithi098 bash[22846]: audit 2024-09-16T13:49:18.080988+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:18.870 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:18 smithi098 bash[22846]: audit 2024-09-16T13:49:18.080988+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:18.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:18 smithi184 bash[23288]: cluster 2024-09-16T13:49:16.913981+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:18.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:18 smithi184 bash[23288]: cluster 2024-09-16T13:49:16.913981+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:18.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:18 smithi184 bash[23288]: audit 2024-09-16T13:49:18.080988+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:18.935 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:18 smithi184 bash[23288]: audit 2024-09-16T13:49:18.080988+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:18.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:18 smithi151 bash[23533]: cluster 2024-09-16T13:49:16.913981+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:18.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:18 smithi151 bash[23533]: cluster 2024-09-16T13:49:16.913981+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:18.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:18 smithi151 bash[23533]: audit 2024-09-16T13:49:18.080988+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:18.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:18 smithi151 bash[23533]: audit 2024-09-16T13:49:18.080988+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:20.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:20 smithi098 bash[22846]: cluster 2024-09-16T13:49:18.914542+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:20.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:20 smithi098 bash[22846]: cluster 2024-09-16T13:49:18.914542+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:20.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:20 smithi098 bash[22846]: audit 2024-09-16T13:49:19.738386+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:20.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:20 smithi098 bash[22846]: audit 2024-09-16T13:49:19.738386+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:20.957 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:20 smithi151 bash[23533]: cluster 2024-09-16T13:49:18.914542+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:20.957 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:20 smithi151 bash[23533]: cluster 2024-09-16T13:49:18.914542+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:20.957 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:20 smithi151 bash[23533]: audit 2024-09-16T13:49:19.738386+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:20.957 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:20 smithi151 bash[23533]: audit 2024-09-16T13:49:19.738386+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:20.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:20 smithi184 bash[23288]: cluster 2024-09-16T13:49:18.914542+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:20.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:20 smithi184 bash[23288]: cluster 2024-09-16T13:49:18.914542+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:20.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:20 smithi184 bash[23288]: audit 2024-09-16T13:49:19.738386+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:20.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:20 smithi184 bash[23288]: audit 2024-09-16T13:49:19.738386+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:21 smithi184 bash[23288]: cluster 2024-09-16T13:49:20.915047+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:22.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:21 smithi184 bash[23288]: cluster 2024-09-16T13:49:20.915047+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:22.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:21 smithi184 bash[23288]: audit 2024-09-16T13:49:20.955246+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:21 smithi184 bash[23288]: audit 2024-09-16T13:49:20.955246+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:21 smithi184 bash[23288]: audit 2024-09-16T13:49:21.841144+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:21 smithi184 bash[23288]: audit 2024-09-16T13:49:21.841144+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:21 smithi151 bash[23533]: cluster 2024-09-16T13:49:20.915047+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:22.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:21 smithi151 bash[23533]: cluster 2024-09-16T13:49:20.915047+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:22.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:21 smithi151 bash[23533]: audit 2024-09-16T13:49:20.955246+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:21 smithi151 bash[23533]: audit 2024-09-16T13:49:20.955246+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:21 smithi151 bash[23533]: audit 2024-09-16T13:49:21.841144+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:21 smithi151 bash[23533]: audit 2024-09-16T13:49:21.841144+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:21 smithi098 bash[22846]: cluster 2024-09-16T13:49:20.915047+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:22.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:21 smithi098 bash[22846]: cluster 2024-09-16T13:49:20.915047+0000 mgr.a (mgr.14152) 277 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:22.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:21 smithi098 bash[22846]: audit 2024-09-16T13:49:20.955246+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:21 smithi098 bash[22846]: audit 2024-09-16T13:49:20.955246+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:21 smithi098 bash[22846]: audit 2024-09-16T13:49:21.841144+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:22.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:21 smithi098 bash[22846]: audit 2024-09-16T13:49:21.841144+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:24 smithi184 bash[23288]: cluster 2024-09-16T13:49:22.915622+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:24.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:24 smithi184 bash[23288]: cluster 2024-09-16T13:49:22.915622+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:24.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:24 smithi184 bash[23288]: audit 2024-09-16T13:49:23.172848+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:24 smithi184 bash[23288]: audit 2024-09-16T13:49:23.172848+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:24 smithi184 bash[23288]: audit 2024-09-16T13:49:23.332239+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:24 smithi184 bash[23288]: audit 2024-09-16T13:49:23.332239+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:24 smithi151 bash[23533]: cluster 2024-09-16T13:49:22.915622+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:24.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:24 smithi151 bash[23533]: cluster 2024-09-16T13:49:22.915622+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:24.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:24 smithi151 bash[23533]: audit 2024-09-16T13:49:23.172848+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:24 smithi151 bash[23533]: audit 2024-09-16T13:49:23.172848+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:24 smithi151 bash[23533]: audit 2024-09-16T13:49:23.332239+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:24 smithi151 bash[23533]: audit 2024-09-16T13:49:23.332239+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:24 smithi098 bash[22846]: cluster 2024-09-16T13:49:22.915622+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:24 smithi098 bash[22846]: cluster 2024-09-16T13:49:22.915622+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:24 smithi098 bash[22846]: audit 2024-09-16T13:49:23.172848+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:24 smithi098 bash[22846]: audit 2024-09-16T13:49:23.172848+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:24 smithi098 bash[22846]: audit 2024-09-16T13:49:23.332239+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:24 smithi098 bash[22846]: audit 2024-09-16T13:49:23.332239+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:24.364615+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:24.364615+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:25.149417+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:25.149417+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:25.154936+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:25.154936+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:25.161575+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:25 smithi098 bash[22846]: audit 2024-09-16T13:49:25.161575+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:24.364615+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:24.364615+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:25.149417+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:25.149417+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:25.154936+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:25.154936+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:25.161575+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:25 smithi184 bash[23288]: audit 2024-09-16T13:49:25.161575+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:24.364615+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:24.364615+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:25.149417+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:25.149417+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:25.154936+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:25.154936+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:25.161575+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:25 smithi151 bash[23533]: audit 2024-09-16T13:49:25.161575+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:26.677 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:26 smithi184 bash[23288]: cluster 2024-09-16T13:49:24.915999+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:26.677 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:26 smithi184 bash[23288]: cluster 2024-09-16T13:49:24.915999+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:26.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:26 smithi151 bash[23533]: cluster 2024-09-16T13:49:24.915999+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:26.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:26 smithi151 bash[23533]: cluster 2024-09-16T13:49:24.915999+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:26.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:26 smithi098 bash[22846]: cluster 2024-09-16T13:49:24.915999+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:26.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:26 smithi098 bash[22846]: cluster 2024-09-16T13:49:24.915999+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:27.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:26.456667+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:26.456667+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:27.137423+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:27.137423+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:27.145634+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:27.145634+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:27.155289+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:27 smithi184 bash[23288]: audit 2024-09-16T13:49:27.155289+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:26.456667+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:26.456667+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:27.137423+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:27.137423+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:27.145634+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:27.145634+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:27.155289+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:27 smithi151 bash[23533]: audit 2024-09-16T13:49:27.155289+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:26.456667+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:26.456667+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:27.137423+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:27.137423+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:27.145634+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:27.145634+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:27.155289+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:27.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:27 smithi098 bash[22846]: audit 2024-09-16T13:49:27.155289+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: cluster 2024-09-16T13:49:26.916487+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:28.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: cluster 2024-09-16T13:49:26.916487+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:28.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.220141+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.220141+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.228699+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.228699+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.233635+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.233635+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.239873+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.239873+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.240478+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.240478+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.242389+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.242389+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.252631+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:28 smithi151 bash[23533]: audit 2024-09-16T13:49:28.252631+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: cluster 2024-09-16T13:49:26.916487+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: cluster 2024-09-16T13:49:26.916487+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.220141+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.220141+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.228699+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.228699+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.233635+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.233635+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.239873+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.239873+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.240478+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.240478+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.242389+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.242389+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.252631+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:28 smithi098 bash[22846]: audit 2024-09-16T13:49:28.252631+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: cluster 2024-09-16T13:49:26.916487+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: cluster 2024-09-16T13:49:26.916487+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.220141+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.220141+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.228699+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.228699+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.233635+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.233635+0000 mon.a (mon.0) 737 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.239873+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.239873+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.240478+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.240478+0000 mon.a (mon.0) 739 : audit [DBG] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:49:28.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.242389+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:28.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.242389+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:49:28.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.252631+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:28.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:28 smithi184 bash[23288]: audit 2024-09-16T13:49:28.252631+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: cephadm 2024-09-16T13:49:28.259427+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T13:49:29.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: cephadm 2024-09-16T13:49:28.259427+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T13:49:29.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.203388+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.203388+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.207291+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.207291+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.211891+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T13:49:29.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.211891+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T13:49:29.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.216526+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:29 smithi151 bash[23533]: audit 2024-09-16T13:49:29.216526+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: cephadm 2024-09-16T13:49:28.259427+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: cephadm 2024-09-16T13:49:28.259427+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.203388+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.203388+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.207291+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.207291+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.211891+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.211891+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.216526+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:29 smithi098 bash[22846]: audit 2024-09-16T13:49:29.216526+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: cephadm 2024-09-16T13:49:28.259427+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: cephadm 2024-09-16T13:49:28.259427+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.203388+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.203388+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.207291+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.207291+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.211891+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.211891+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.216526+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:29.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:29 smithi184 bash[23288]: audit 2024-09-16T13:49:29.216526+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:30 smithi151 bash[23533]: cluster 2024-09-16T13:49:28.916949+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:30 smithi151 bash[23533]: cluster 2024-09-16T13:49:28.916949+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:30 smithi151 bash[23533]: audit 2024-09-16T13:49:29.212655+0000 mgr.a (mgr.14152) 283 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T13:49:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:30 smithi151 bash[23533]: audit 2024-09-16T13:49:29.212655+0000 mgr.a (mgr.14152) 283 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T13:49:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:30 smithi151 bash[23533]: cephadm 2024-09-16T13:49:29.252396+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2024-09-16T13:49:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:30 smithi151 bash[23533]: cephadm 2024-09-16T13:49:29.252396+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2024-09-16T13:49:30.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:30 smithi098 bash[22846]: cluster 2024-09-16T13:49:28.916949+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:30.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:30 smithi098 bash[22846]: cluster 2024-09-16T13:49:28.916949+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:30.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:30 smithi098 bash[22846]: audit 2024-09-16T13:49:29.212655+0000 mgr.a (mgr.14152) 283 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T13:49:30.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:30 smithi098 bash[22846]: audit 2024-09-16T13:49:29.212655+0000 mgr.a (mgr.14152) 283 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T13:49:30.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:30 smithi098 bash[22846]: cephadm 2024-09-16T13:49:29.252396+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2024-09-16T13:49:30.842 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:30 smithi098 bash[22846]: cephadm 2024-09-16T13:49:29.252396+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2024-09-16T13:49:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:30 smithi184 bash[23288]: cluster 2024-09-16T13:49:28.916949+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:30 smithi184 bash[23288]: cluster 2024-09-16T13:49:28.916949+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:30 smithi184 bash[23288]: audit 2024-09-16T13:49:29.212655+0000 mgr.a (mgr.14152) 283 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T13:49:30.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:30 smithi184 bash[23288]: audit 2024-09-16T13:49:29.212655+0000 mgr.a (mgr.14152) 283 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-16T13:49:30.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:30 smithi184 bash[23288]: cephadm 2024-09-16T13:49:29.252396+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2024-09-16T13:49:30.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:30 smithi184 bash[23288]: cephadm 2024-09-16T13:49:29.252396+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Deploying daemon grafana.smithi098 on smithi098 2024-09-16T13:49:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:32 smithi151 bash[23533]: cluster 2024-09-16T13:49:30.917352+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:32 smithi151 bash[23533]: cluster 2024-09-16T13:49:30.917352+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:32 smithi098 bash[22846]: cluster 2024-09-16T13:49:30.917352+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:32 smithi098 bash[22846]: cluster 2024-09-16T13:49:30.917352+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:32.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:32 smithi184 bash[23288]: cluster 2024-09-16T13:49:30.917352+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:32.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:32 smithi184 bash[23288]: cluster 2024-09-16T13:49:30.917352+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:34.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:34 smithi151 bash[23533]: cluster 2024-09-16T13:49:32.917818+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:34.748 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:34 smithi151 bash[23533]: cluster 2024-09-16T13:49:32.917818+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:34.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:34 smithi098 bash[22846]: cluster 2024-09-16T13:49:32.917818+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:34.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:34 smithi098 bash[22846]: cluster 2024-09-16T13:49:32.917818+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:34.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:34 smithi184 bash[23288]: cluster 2024-09-16T13:49:32.917818+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:34.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:34 smithi184 bash[23288]: cluster 2024-09-16T13:49:32.917818+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:36.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:36 smithi151 bash[23533]: cluster 2024-09-16T13:49:34.918323+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:36.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:36 smithi151 bash[23533]: cluster 2024-09-16T13:49:34.918323+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:36.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:36 smithi098 bash[22846]: cluster 2024-09-16T13:49:34.918323+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:36.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:36 smithi098 bash[22846]: cluster 2024-09-16T13:49:34.918323+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:36.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:36 smithi184 bash[23288]: cluster 2024-09-16T13:49:34.918323+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:36.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:36 smithi184 bash[23288]: cluster 2024-09-16T13:49:34.918323+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:38 smithi151 bash[23533]: cluster 2024-09-16T13:49:36.918970+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:38 smithi151 bash[23533]: cluster 2024-09-16T13:49:36.918970+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:38.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:38 smithi098 bash[22846]: cluster 2024-09-16T13:49:36.918970+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:38.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:38 smithi098 bash[22846]: cluster 2024-09-16T13:49:36.918970+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:38.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:38 smithi184 bash[23288]: cluster 2024-09-16T13:49:36.918970+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:38.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:38 smithi184 bash[23288]: cluster 2024-09-16T13:49:36.918970+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:40.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:40 smithi151 bash[23533]: cluster 2024-09-16T13:49:38.919512+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:40.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:40 smithi151 bash[23533]: cluster 2024-09-16T13:49:38.919512+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:40.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:40 smithi098 bash[22846]: cluster 2024-09-16T13:49:38.919512+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:40.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:40 smithi098 bash[22846]: cluster 2024-09-16T13:49:38.919512+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:40.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:40 smithi184 bash[23288]: cluster 2024-09-16T13:49:38.919512+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:40.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:40 smithi184 bash[23288]: cluster 2024-09-16T13:49:38.919512+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:42.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:42 smithi098 bash[22846]: cluster 2024-09-16T13:49:40.920159+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:42.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:42 smithi098 bash[22846]: cluster 2024-09-16T13:49:40.920159+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:42.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:42 smithi184 bash[23288]: cluster 2024-09-16T13:49:40.920159+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:42.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:42 smithi184 bash[23288]: cluster 2024-09-16T13:49:40.920159+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:42.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:42 smithi151 bash[23533]: cluster 2024-09-16T13:49:40.920159+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:42 smithi151 bash[23533]: cluster 2024-09-16T13:49:40.920159+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:45.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: cluster 2024-09-16T13:49:42.920806+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: cluster 2024-09-16T13:49:42.920806+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: audit 2024-09-16T13:49:43.786426+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: audit 2024-09-16T13:49:43.786426+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: audit 2024-09-16T13:49:43.792682+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: audit 2024-09-16T13:49:43.792682+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: audit 2024-09-16T13:49:43.799367+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:44 smithi098 bash[22846]: audit 2024-09-16T13:49:43.799367+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: cluster 2024-09-16T13:49:42.920806+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:45.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: cluster 2024-09-16T13:49:42.920806+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:45.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: audit 2024-09-16T13:49:43.786426+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: audit 2024-09-16T13:49:43.786426+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: audit 2024-09-16T13:49:43.792682+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: audit 2024-09-16T13:49:43.792682+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: audit 2024-09-16T13:49:43.799367+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:44 smithi184 bash[23288]: audit 2024-09-16T13:49:43.799367+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: cluster 2024-09-16T13:49:42.920806+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: cluster 2024-09-16T13:49:42.920806+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: audit 2024-09-16T13:49:43.786426+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: audit 2024-09-16T13:49:43.786426+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: audit 2024-09-16T13:49:43.792682+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: audit 2024-09-16T13:49:43.792682+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: audit 2024-09-16T13:49:43.799367+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:44 smithi151 bash[23533]: audit 2024-09-16T13:49:43.799367+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: cluster 2024-09-16T13:49:44.921367+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: cluster 2024-09-16T13:49:44.921367+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: audit 2024-09-16T13:49:45.742057+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: audit 2024-09-16T13:49:45.742057+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: audit 2024-09-16T13:49:45.750325+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: audit 2024-09-16T13:49:45.750325+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: audit 2024-09-16T13:49:45.759858+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:46.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:46 smithi151 bash[23533]: audit 2024-09-16T13:49:45.759858+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: cluster 2024-09-16T13:49:44.921367+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:47.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: cluster 2024-09-16T13:49:44.921367+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: audit 2024-09-16T13:49:45.742057+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: audit 2024-09-16T13:49:45.742057+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: audit 2024-09-16T13:49:45.750325+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: audit 2024-09-16T13:49:45.750325+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: audit 2024-09-16T13:49:45.759858+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:46 smithi098 bash[22846]: audit 2024-09-16T13:49:45.759858+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: cluster 2024-09-16T13:49:44.921367+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: cluster 2024-09-16T13:49:44.921367+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: audit 2024-09-16T13:49:45.742057+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: audit 2024-09-16T13:49:45.742057+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: audit 2024-09-16T13:49:45.750325+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: audit 2024-09-16T13:49:45.750325+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: audit 2024-09-16T13:49:45.759858+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:47.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:46 smithi184 bash[23288]: audit 2024-09-16T13:49:45.759858+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:48.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: cluster 2024-09-16T13:49:46.921857+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: cluster 2024-09-16T13:49:46.921857+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: audit 2024-09-16T13:49:48.431033+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: audit 2024-09-16T13:49:48.431033+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: audit 2024-09-16T13:49:48.437993+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: audit 2024-09-16T13:49:48.437993+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: audit 2024-09-16T13:49:48.445324+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:48.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:48 smithi098 bash[22846]: audit 2024-09-16T13:49:48.445324+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: cluster 2024-09-16T13:49:46.921857+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:49.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: cluster 2024-09-16T13:49:46.921857+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:49.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: audit 2024-09-16T13:49:48.431033+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: audit 2024-09-16T13:49:48.431033+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: audit 2024-09-16T13:49:48.437993+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: audit 2024-09-16T13:49:48.437993+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: audit 2024-09-16T13:49:48.445324+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:48 smithi184 bash[23288]: audit 2024-09-16T13:49:48.445324+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: cluster 2024-09-16T13:49:46.921857+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: cluster 2024-09-16T13:49:46.921857+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: audit 2024-09-16T13:49:48.431033+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: audit 2024-09-16T13:49:48.431033+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: audit 2024-09-16T13:49:48.437993+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: audit 2024-09-16T13:49:48.437993+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: audit 2024-09-16T13:49:48.445324+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:48 smithi151 bash[23533]: audit 2024-09-16T13:49:48.445324+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:50.419 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:49:50 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:50.419 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:49:50 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:50.420 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:50.747 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:50.748 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:49:50 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:50.748 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:49:50 smithi098 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:51.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: cluster 2024-09-16T13:49:48.922405+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:51.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: cluster 2024-09-16T13:49:48.922405+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.690877+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.690877+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.696042+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.696042+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.700962+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.700962+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.706864+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:50 smithi098 bash[22846]: audit 2024-09-16T13:49:50.706864+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: cluster 2024-09-16T13:49:48.922405+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:51.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: cluster 2024-09-16T13:49:48.922405+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:51.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.690877+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.198 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.690877+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.696042+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.696042+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.700962+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.700962+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.706864+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.199 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:50 smithi184 bash[23288]: audit 2024-09-16T13:49:50.706864+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: cluster 2024-09-16T13:49:48.922405+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: cluster 2024-09-16T13:49:48.922405+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.690877+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.690877+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.696042+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.696042+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.700962+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.700962+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.706864+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:51.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:50 smithi151 bash[23533]: audit 2024-09-16T13:49:50.706864+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:52.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:51 smithi098 bash[22846]: cephadm 2024-09-16T13:49:50.717793+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-09-16T13:49:52.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:51 smithi098 bash[22846]: cephadm 2024-09-16T13:49:50.717793+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-09-16T13:49:52.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:51 smithi184 bash[23288]: cephadm 2024-09-16T13:49:50.717793+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-09-16T13:49:52.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:51 smithi184 bash[23288]: cephadm 2024-09-16T13:49:50.717793+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-09-16T13:49:52.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:51 smithi151 bash[23533]: cephadm 2024-09-16T13:49:50.717793+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-09-16T13:49:52.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:51 smithi151 bash[23533]: cephadm 2024-09-16T13:49:50.717793+0000 mgr.a (mgr.14152) 295 : cephadm [INF] Deploying daemon alertmanager.smithi184 on smithi184 2024-09-16T13:49:52.920 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:52 smithi098 bash[22846]: cluster 2024-09-16T13:49:50.922939+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:52.920 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:52 smithi098 bash[22846]: cluster 2024-09-16T13:49:50.922939+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:53.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:52 smithi184 bash[23288]: cluster 2024-09-16T13:49:50.922939+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:53.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:52 smithi184 bash[23288]: cluster 2024-09-16T13:49:50.922939+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:53.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:52 smithi151 bash[23533]: cluster 2024-09-16T13:49:50.922939+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:53.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:52 smithi151 bash[23533]: cluster 2024-09-16T13:49:50.922939+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:54.982 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:54 smithi098 bash[22846]: cluster 2024-09-16T13:49:52.923290+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:54.982 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:54 smithi098 bash[22846]: cluster 2024-09-16T13:49:52.923290+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:54.982 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:54 smithi098 bash[22846]: audit 2024-09-16T13:49:54.751285+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:54.982 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:54 smithi098 bash[22846]: audit 2024-09-16T13:49:54.751285+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:55.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:54 smithi184 bash[23288]: cluster 2024-09-16T13:49:52.923290+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:55.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:54 smithi184 bash[23288]: cluster 2024-09-16T13:49:52.923290+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:55.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:54 smithi184 bash[23288]: audit 2024-09-16T13:49:54.751285+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:55.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:54 smithi184 bash[23288]: audit 2024-09-16T13:49:54.751285+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:55.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:54 smithi151 bash[23533]: cluster 2024-09-16T13:49:52.923290+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:54 smithi151 bash[23533]: cluster 2024-09-16T13:49:52.923290+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:54 smithi151 bash[23533]: audit 2024-09-16T13:49:54.751285+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:55.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:54 smithi151 bash[23533]: audit 2024-09-16T13:49:54.751285+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:49:56.854 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:56 smithi098 bash[22846]: cluster 2024-09-16T13:49:54.923830+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:56.855 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:56 smithi098 bash[22846]: cluster 2024-09-16T13:49:54.923830+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:57.075 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:56 smithi184 bash[23288]: cluster 2024-09-16T13:49:54.923830+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:57.075 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:56 smithi184 bash[23288]: cluster 2024-09-16T13:49:54.923830+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:57.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:56 smithi151 bash[23533]: cluster 2024-09-16T13:49:54.923830+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:57.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:56 smithi151 bash[23533]: cluster 2024-09-16T13:49:54.923830+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:58.900 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:58 smithi184 bash[23288]: cluster 2024-09-16T13:49:56.924211+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:58.901 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:58 smithi184 bash[23288]: cluster 2024-09-16T13:49:56.924211+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:58.988 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:58 smithi098 bash[22846]: cluster 2024-09-16T13:49:56.924211+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:58.988 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:49:58 smithi098 bash[22846]: cluster 2024-09-16T13:49:56.924211+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:59.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:58 smithi151 bash[23533]: cluster 2024-09-16T13:49:56.924211+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:59.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:49:58 smithi151 bash[23533]: cluster 2024-09-16T13:49:56.924211+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:49:59.913 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:49:59 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:49:59.913 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:49:59 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:00.167 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:00.167 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:50:00 smithi184 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:00.810 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: cluster 2024-09-16T13:49:58.924549+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: cluster 2024-09-16T13:49:58.924549+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: cluster 2024-09-16T13:50:00.000115+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: cluster 2024-09-16T13:50:00.000115+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.220993+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.220993+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.229442+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.229442+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.237501+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.237501+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.244732+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.244732+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.380961+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.811 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:00 smithi098 bash[22846]: audit 2024-09-16T13:50:00.380961+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: cluster 2024-09-16T13:49:58.924549+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: cluster 2024-09-16T13:49:58.924549+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: cluster 2024-09-16T13:50:00.000115+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-16T13:50:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: cluster 2024-09-16T13:50:00.000115+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.220993+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.220993+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.229442+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.229442+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.237501+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.237501+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.244732+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.244732+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.380961+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:00.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:00 smithi151 bash[23533]: audit 2024-09-16T13:50:00.380961+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: cluster 2024-09-16T13:49:58.924549+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: cluster 2024-09-16T13:49:58.924549+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: cluster 2024-09-16T13:50:00.000115+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: cluster 2024-09-16T13:50:00.000115+0000 mon.a (mon.0) 760 : cluster [INF] overall HEALTH_OK 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.220993+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.220993+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.229442+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.229442+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.237501+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.237501+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.244732+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.244732+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.380961+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:00 smithi184 bash[23288]: audit 2024-09-16T13:50:00.380961+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: cephadm 2024-09-16T13:50:00.514134+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi151 on smithi151 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: cephadm 2024-09-16T13:50:00.514134+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi151 on smithi151 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: audit 2024-09-16T13:50:01.315720+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: audit 2024-09-16T13:50:01.315720+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: audit 2024-09-16T13:50:01.321741+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: audit 2024-09-16T13:50:01.321741+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: audit 2024-09-16T13:50:01.329890+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.873 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:01 smithi098 bash[22846]: audit 2024-09-16T13:50:01.329890+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: cephadm 2024-09-16T13:50:00.514134+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi151 on smithi151 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: cephadm 2024-09-16T13:50:00.514134+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi151 on smithi151 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: audit 2024-09-16T13:50:01.315720+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: audit 2024-09-16T13:50:01.315720+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: audit 2024-09-16T13:50:01.321741+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: audit 2024-09-16T13:50:01.321741+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: audit 2024-09-16T13:50:01.329890+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:01.874 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:01 smithi184 bash[23288]: audit 2024-09-16T13:50:01.329890+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:02.168 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: cephadm 2024-09-16T13:50:00.514134+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi151 on smithi151 2024-09-16T13:50:02.169 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: cephadm 2024-09-16T13:50:00.514134+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi151 on smithi151 2024-09-16T13:50:02.169 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: audit 2024-09-16T13:50:01.315720+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:02.169 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: audit 2024-09-16T13:50:01.315720+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:02.169 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: audit 2024-09-16T13:50:01.321741+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:02.169 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: audit 2024-09-16T13:50:01.321741+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:02.169 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: audit 2024-09-16T13:50:01.329890+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:02.169 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:01 smithi151 bash[23533]: audit 2024-09-16T13:50:01.329890+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:02.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:02 smithi184 bash[23288]: cluster 2024-09-16T13:50:00.924887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:02.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:02 smithi184 bash[23288]: cluster 2024-09-16T13:50:00.924887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:02 smithi151 bash[23533]: cluster 2024-09-16T13:50:00.924887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:02 smithi151 bash[23533]: cluster 2024-09-16T13:50:00.924887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:03.216 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:02 smithi098 bash[22846]: cluster 2024-09-16T13:50:00.924887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:03.216 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:02 smithi098 bash[22846]: cluster 2024-09-16T13:50:00.924887+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:05.054 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:04 smithi098 bash[22846]: cluster 2024-09-16T13:50:02.925439+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:05.054 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:04 smithi098 bash[22846]: cluster 2024-09-16T13:50:02.925439+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:05.054 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:04 smithi098 bash[22846]: audit 2024-09-16T13:50:04.760322+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:05.055 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:04 smithi098 bash[22846]: audit 2024-09-16T13:50:04.760322+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:05.059 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:04 smithi184 bash[23288]: cluster 2024-09-16T13:50:02.925439+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:05.059 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:04 smithi184 bash[23288]: cluster 2024-09-16T13:50:02.925439+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:05.059 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:04 smithi184 bash[23288]: audit 2024-09-16T13:50:04.760322+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:05.059 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:04 smithi184 bash[23288]: audit 2024-09-16T13:50:04.760322+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:05.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:04 smithi151 bash[23533]: cluster 2024-09-16T13:50:02.925439+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:05.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:04 smithi151 bash[23533]: cluster 2024-09-16T13:50:02.925439+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:04 smithi151 bash[23533]: audit 2024-09-16T13:50:04.760322+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:05.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:04 smithi151 bash[23533]: audit 2024-09-16T13:50:04.760322+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:07.126 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:06 smithi098 bash[22846]: cluster 2024-09-16T13:50:04.926028+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:07.127 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:06 smithi098 bash[22846]: cluster 2024-09-16T13:50:04.926028+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:07.127 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:06 smithi098 bash[22846]: audit 2024-09-16T13:50:05.902255+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:07.127 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:06 smithi098 bash[22846]: audit 2024-09-16T13:50:05.902255+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:07.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:06 smithi184 bash[23288]: cluster 2024-09-16T13:50:04.926028+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:07.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:06 smithi184 bash[23288]: cluster 2024-09-16T13:50:04.926028+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:07.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:06 smithi184 bash[23288]: audit 2024-09-16T13:50:05.902255+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:07.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:06 smithi184 bash[23288]: audit 2024-09-16T13:50:05.902255+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:06 smithi151 bash[23533]: cluster 2024-09-16T13:50:04.926028+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:06 smithi151 bash[23533]: cluster 2024-09-16T13:50:04.926028+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:06 smithi151 bash[23533]: audit 2024-09-16T13:50:05.902255+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:07.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:06 smithi151 bash[23533]: audit 2024-09-16T13:50:05.902255+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.982 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: cluster 2024-09-16T13:50:06.926517+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: cluster 2024-09-16T13:50:06.926517+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.049720+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.049720+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.639830+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.639830+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.648468+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.648468+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.658249+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.983 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:08 smithi098 bash[22846]: audit 2024-09-16T13:50:08.658249+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: cluster 2024-09-16T13:50:06.926517+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: cluster 2024-09-16T13:50:06.926517+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.049720+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.049720+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.639830+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.639830+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.648468+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.648468+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.658249+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:08 smithi151 bash[23533]: audit 2024-09-16T13:50:08.658249+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: cluster 2024-09-16T13:50:06.926517+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:09.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: cluster 2024-09-16T13:50:06.926517+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:09.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.049720+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.049720+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.639830+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.639830+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.648468+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.648468+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.658249+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:09.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:08 smithi184 bash[23288]: audit 2024-09-16T13:50:08.658249+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: cluster 2024-09-16T13:50:08.927114+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: cluster 2024-09-16T13:50:08.927114+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: audit 2024-09-16T13:50:09.064881+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: audit 2024-09-16T13:50:09.064881+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: audit 2024-09-16T13:50:09.073435+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: audit 2024-09-16T13:50:09.073435+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: audit 2024-09-16T13:50:09.084758+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:10 smithi151 bash[23533]: audit 2024-09-16T13:50:09.084758+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.274 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: cluster 2024-09-16T13:50:08.927114+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:10.275 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: cluster 2024-09-16T13:50:08.927114+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:10.275 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: audit 2024-09-16T13:50:09.064881+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.275 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: audit 2024-09-16T13:50:09.064881+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.275 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: audit 2024-09-16T13:50:09.073435+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.275 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: audit 2024-09-16T13:50:09.073435+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.275 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: audit 2024-09-16T13:50:09.084758+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.275 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:10 smithi098 bash[22846]: audit 2024-09-16T13:50:09.084758+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: cluster 2024-09-16T13:50:08.927114+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:10.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: cluster 2024-09-16T13:50:08.927114+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:10.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: audit 2024-09-16T13:50:09.064881+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: audit 2024-09-16T13:50:09.064881+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: audit 2024-09-16T13:50:09.073435+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: audit 2024-09-16T13:50:09.073435+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: audit 2024-09-16T13:50:09.084758+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:10.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:10 smithi184 bash[23288]: audit 2024-09-16T13:50:09.084758+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:12.167 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:12 smithi098 bash[22846]: cluster 2024-09-16T13:50:10.927576+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:12.167 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:12 smithi098 bash[22846]: cluster 2024-09-16T13:50:10.927576+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:12.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:12 smithi184 bash[23288]: cluster 2024-09-16T13:50:10.927576+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:12.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:12 smithi184 bash[23288]: cluster 2024-09-16T13:50:10.927576+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:12.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:12 smithi151 bash[23533]: cluster 2024-09-16T13:50:10.927576+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:12.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:12 smithi151 bash[23533]: cluster 2024-09-16T13:50:10.927576+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:14.295 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:14 smithi098 bash[22846]: cluster 2024-09-16T13:50:12.928086+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:14.295 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:14 smithi098 bash[22846]: cluster 2024-09-16T13:50:12.928086+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:14.369 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:14 smithi151 bash[23533]: cluster 2024-09-16T13:50:12.928086+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:14.369 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:14 smithi151 bash[23533]: cluster 2024-09-16T13:50:12.928086+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:14.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:14 smithi184 bash[23288]: cluster 2024-09-16T13:50:12.928086+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:14.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:14 smithi184 bash[23288]: cluster 2024-09-16T13:50:12.928086+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:15.424 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:15.424 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:50:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:15.424 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:15.740 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:50:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:15.740 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:15.740 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:15 smithi151 systemd[1]: /etc/systemd/system/ceph-3240e16a-7431-11ef-bceb-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-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: cluster 2024-09-16T13:50:14.928589+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: cluster 2024-09-16T13:50:14.928589+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.704498+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.704498+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.712987+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.712987+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.720813+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.746 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.720813+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.747 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.727401+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T13:50:16.747 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[22846]: audit 2024-09-16T13:50:15.727401+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T13:50:16.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: cluster 2024-09-16T13:50:14.928589+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:16.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: cluster 2024-09-16T13:50:14.928589+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:16.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.704498+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.704498+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.712987+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.712987+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.720813+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.720813+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.727401+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T13:50:16.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:16 smithi184 bash[23288]: audit 2024-09-16T13:50:15.727401+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T13:50:16.994 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[24394]: ignoring --setuser ceph since I am not root 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[24394]: ignoring --setgroup ceph since I am not root 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: cluster 2024-09-16T13:50:14.928589+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: cluster 2024-09-16T13:50:14.928589+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.704498+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.704498+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.712987+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.712987+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.720813+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.720813+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' 2024-09-16T13:50:16.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.727401+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T13:50:16.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:16 smithi151 bash[23533]: audit 2024-09-16T13:50:15.727401+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-16T13:50:16.996 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[23098]: ignoring --setuser ceph since I am not root 2024-09-16T13:50:16.996 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:16 smithi098 bash[23098]: ignoring --setgroup ceph since I am not root 2024-09-16T13:50:17.824 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:17 smithi098 bash[22846]: audit 2024-09-16T13:50:16.722163+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T13:50:17.824 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:17 smithi098 bash[22846]: audit 2024-09-16T13:50:16.722163+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T13:50:17.824 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:17 smithi098 bash[22846]: cluster 2024-09-16T13:50:16.732243+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T13:50:17.824 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:17 smithi098 bash[22846]: cluster 2024-09-16T13:50:16.732243+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T13:50:17.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:17 smithi151 bash[23533]: audit 2024-09-16T13:50:16.722163+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T13:50:17.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:17 smithi151 bash[23533]: audit 2024-09-16T13:50:16.722163+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T13:50:17.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:17 smithi151 bash[23533]: cluster 2024-09-16T13:50:16.732243+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T13:50:17.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:17 smithi151 bash[23533]: cluster 2024-09-16T13:50:16.732243+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T13:50:18.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:17 smithi184 bash[23288]: audit 2024-09-16T13:50:16.722163+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T13:50:18.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:17 smithi184 bash[23288]: audit 2024-09-16T13:50:16.722163+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14152 172.21.15.98:0/1748441393' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-16T13:50:18.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:17 smithi184 bash[23288]: cluster 2024-09-16T13:50:16.732243+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T13:50:18.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:17 smithi184 bash[23288]: cluster 2024-09-16T13:50:16.732243+0000 mon.a (mon.0) 783 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-09-16T13:50:23.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.780448+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T13:50:23.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.780448+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T13:50:23.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.780617+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:50:23.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.780617+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.785370+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.785370+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.786311+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.786311+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.789723+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.789723+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.790515+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:50:23.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:22 smithi184 bash[23288]: audit 2024-09-16T13:50:22.790515+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:50:23.244 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[24394]: [16/Sep/2024:13:50:22] ENGINE Bus STARTING 2024-09-16T13:50:23.245 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[24394]: CherryPy Checker: 2024-09-16T13:50:23.245 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[24394]: The Application mounted at '' has an empty config. 2024-09-16T13:50:23.245 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[24394]: [16/Sep/2024:13:50:22] ENGINE Serving on http://:::9283 2024-09-16T13:50:23.245 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[24394]: [16/Sep/2024:13:50:22] ENGINE Bus STARTED 2024-09-16T13:50:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.780448+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T13:50:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.780448+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T13:50:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.780617+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.780617+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.785370+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.785370+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.786311+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.786311+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.789723+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.789723+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.790515+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:50:23.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:22 smithi151 bash[23533]: audit 2024-09-16T13:50:22.790515+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:50:23.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.780448+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T13:50:23.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.780448+0000 mon.a (mon.0) 784 : cluster [DBG] Standby manager daemon b restarted 2024-09-16T13:50:23.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.780617+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:50:23.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.780617+0000 mon.a (mon.0) 785 : cluster [DBG] Standby manager daemon b started 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.785370+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.785370+0000 mon.a (mon.0) 786 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.786311+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.786311+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.789723+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.789723+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.790515+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:50:23.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:22 smithi098 bash[22846]: audit 2024-09-16T13:50:22.790515+0000 mon.a (mon.0) 789 : audit [DBG] from='mgr.? 172.21.15.151:0/1341376518' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-16T13:50:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.843116+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.843116+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.913666+0000 mon.a (mon.0) 791 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.913666+0000 mon.a (mon.0) 791 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.914253+0000 mon.a (mon.0) 792 : cluster [INF] Activating manager daemon a 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.914253+0000 mon.a (mon.0) 792 : cluster [INF] Activating manager daemon a 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.926627+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.926627+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.927022+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130116s), standbys: b 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.927022+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130116s), standbys: b 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.929796+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.929796+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.929913+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:50:24.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.929913+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:50:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.930018+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:50:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.930018+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:50:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.931727+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:50:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.931727+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:50:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.931882+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:50:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.931882+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:50:24.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.932618+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.932618+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.932859+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.932859+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933107+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933107+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933492+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933492+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933634+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:50:24.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933634+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933877+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:22.933877+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.957946+0000 mon.a (mon.0) 806 : cluster [INF] Manager daemon a is now available 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cluster 2024-09-16T13:50:22.957946+0000 mon.a (mon.0) 806 : cluster [INF] Manager daemon a is now available 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.231702+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.231702+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.234060+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.234060+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.240338+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.240338+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.241774+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.241774+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.241974+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.241974+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.245198+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.245198+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.248207+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.248207+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.249909+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.249909+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.251092+0000 mgr.a (mgr.14412) 1 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.251092+0000 mgr.a (mgr.14412) 1 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.251829+0000 mgr.a (mgr.14412) 2 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.251829+0000 mgr.a (mgr.14412) 2 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:50:24.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.252024+0000 mgr.a (mgr.14412) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.252024+0000 mgr.a (mgr.14412) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.254780+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.254780+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.258985+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.258985+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.259236+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.259236+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.274900+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.274900+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.280917+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:50:24.220 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:23 smithi184 bash[23288]: audit 2024-09-16T13:50:23.280917+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.843116+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.843116+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.913666+0000 mon.a (mon.0) 791 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.913666+0000 mon.a (mon.0) 791 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.914253+0000 mon.a (mon.0) 792 : cluster [INF] Activating manager daemon a 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.914253+0000 mon.a (mon.0) 792 : cluster [INF] Activating manager daemon a 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.926627+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.926627+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.927022+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130116s), standbys: b 2024-09-16T13:50:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.927022+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130116s), standbys: b 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.929796+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.929796+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.929913+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.929913+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.930018+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.930018+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.931727+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.931727+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.931882+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.931882+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:50:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.932618+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.932618+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.932859+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.932859+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933107+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933107+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933492+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933492+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933634+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:50:24.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933634+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933877+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:22.933877+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.957946+0000 mon.a (mon.0) 806 : cluster [INF] Manager daemon a is now available 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cluster 2024-09-16T13:50:22.957946+0000 mon.a (mon.0) 806 : cluster [INF] Manager daemon a is now available 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.231702+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.231702+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.234060+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.234060+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.240338+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.240338+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.241774+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.241774+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.241974+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.241974+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.245198+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.245198+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.248207+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.248207+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.249909+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.249909+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.251092+0000 mgr.a (mgr.14412) 1 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.251092+0000 mgr.a (mgr.14412) 1 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.251829+0000 mgr.a (mgr.14412) 2 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.251829+0000 mgr.a (mgr.14412) 2 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.252024+0000 mgr.a (mgr.14412) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.252024+0000 mgr.a (mgr.14412) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:50:24.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.254780+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.254780+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.258985+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.258985+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.259236+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.259236+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.274900+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.274900+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.280917+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:50:24.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:23 smithi151 bash[23533]: audit 2024-09-16T13:50:23.280917+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:50:24.340 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[23098]: [16/Sep/2024:13:50:23] ENGINE Bus STARTING 2024-09-16T13:50:24.340 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[23098]: CherryPy Checker: 2024-09-16T13:50:24.340 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[23098]: The Application mounted at '' has an empty config. 2024-09-16T13:50:24.340 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: [16/Sep/2024:13:50:24] ENGINE Serving on http://:::9283 2024-09-16T13:50:24.340 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: [16/Sep/2024:13:50:24] ENGINE Bus STARTED 2024-09-16T13:50:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.843116+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-16T13:50:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.843116+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e18: a(active, since 7m), standbys: b 2024-09-16T13:50:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.913666+0000 mon.a (mon.0) 791 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.913666+0000 mon.a (mon.0) 791 : cluster [INF] Active manager daemon a restarted 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.914253+0000 mon.a (mon.0) 792 : cluster [INF] Activating manager daemon a 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.914253+0000 mon.a (mon.0) 792 : cluster [INF] Activating manager daemon a 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.926627+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.926627+0000 mon.a (mon.0) 793 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.927022+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130116s), standbys: b 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.927022+0000 mon.a (mon.0) 794 : cluster [DBG] mgrmap e19: a(active, starting, since 0.0130116s), standbys: b 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.929796+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.929796+0000 mon.a (mon.0) 795 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.929913+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.929913+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-16T13:50:24.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.930018+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.930018+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.931727+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.931727+0000 mon.a (mon.0) 798 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.931882+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.931882+0000 mon.a (mon.0) 799 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.932618+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.932618+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.932859+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.932859+0000 mon.a (mon.0) 801 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933107+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933107+0000 mon.a (mon.0) 802 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933492+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:50:24.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933492+0000 mon.a (mon.0) 803 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933634+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933634+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933877+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:22.933877+0000 mon.a (mon.0) 805 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.957946+0000 mon.a (mon.0) 806 : cluster [INF] Manager daemon a is now available 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cluster 2024-09-16T13:50:22.957946+0000 mon.a (mon.0) 806 : cluster [INF] Manager daemon a is now available 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.231702+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.231702+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.234060+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.234060+0000 mon.a (mon.0) 808 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.240338+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.240338+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi151", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.241774+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.241774+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.241974+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.241974+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.245198+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.245198+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi098", "name": "osd_memory_target"}]': finished 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.248207+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.248207+0000 mon.a (mon.0) 813 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.249909+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.249909+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.251092+0000 mgr.a (mgr.14412) 1 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:50:24.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.251092+0000 mgr.a (mgr.14412) 1 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.conf 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.251829+0000 mgr.a (mgr.14412) 2 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.251829+0000 mgr.a (mgr.14412) 2 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.conf 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.252024+0000 mgr.a (mgr.14412) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.252024+0000 mgr.a (mgr.14412) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.254780+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.254780+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.258985+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.258985+0000 mon.a (mon.0) 816 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.259236+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.259236+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.274900+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.274900+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.280917+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:50:24.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:23 smithi098 bash[22846]: audit 2024-09-16T13:50:23.280917+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-16T13:50:24.840 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: debug 2024-09-16T13:50:24.485+0000 7f1eebe06640 -1 log_channel(cephadm) log [ERR] : [16/Sep/2024:13:50:24] ENGINE Error in HTTPServer.serve 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: Traceback (most recent call last): 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: self._connections.run(self.expiration_interval) 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: self._run(expiration_interval) 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:50:24.841 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: s = self.context.wrap_socket( 2024-09-16T13:50:24.842 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:50:24.842 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: return self.sslsocket_class._create( 2024-09-16T13:50:24.842 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:50:24.842 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: self.do_handshake() 2024-09-16T13:50:24.842 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:50:24.842 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: self._sslobj.do_handshake() 2024-09-16T13:50:24.842 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[23098]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.827275+0000 mgr.a (mgr.14412) 4 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:23.827275+0000 mgr.a (mgr.14412) 4 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cluster 2024-09-16T13:50:23.928542+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e20: a(active, since 1.01453s), standbys: b 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cluster 2024-09-16T13:50:23.928542+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e20: a(active, since 1.01453s), standbys: b 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:23.930056+0000 mgr.a (mgr.14412) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:23.930056+0000 mgr.a (mgr.14412) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cluster 2024-09-16T13:50:23.936956+0000 mgr.a (mgr.14412) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cluster 2024-09-16T13:50:23.936956+0000 mgr.a (mgr.14412) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.044700+0000 mgr.a (mgr.14412) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.044700+0000 mgr.a (mgr.14412) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.188 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.062085+0000 mgr.a (mgr.14412) 8 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.062085+0000 mgr.a (mgr.14412) 8 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.116406+0000 mgr.a (mgr.14412) 9 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.116406+0000 mgr.a (mgr.14412) 9 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.151993+0000 mgr.a (mgr.14412) 10 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.151993+0000 mgr.a (mgr.14412) 10 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.195489+0000 mgr.a (mgr.14412) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.195489+0000 mgr.a (mgr.14412) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.239782+0000 mgr.a (mgr.14412) 12 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.239782+0000 mgr.a (mgr.14412) 12 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.189 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.266229+0000 mgr.a (mgr.14412) 13 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTING 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.266229+0000 mgr.a (mgr.14412) 13 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTING 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.270753+0000 mgr.a (mgr.14412) 14 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.270753+0000 mgr.a (mgr.14412) 14 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.306527+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.306527+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.312703+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.312703+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.336731+0000 mgr.a (mgr.14412) 15 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.190 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.336731+0000 mgr.a (mgr.14412) 15 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.369094+0000 mgr.a (mgr.14412) 16 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.369094+0000 mgr.a (mgr.14412) 16 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.371692+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.371692+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.387249+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.387249+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.420176+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.420176+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.427029+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.427029+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.434400+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.434400+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.434893+0000 mgr.a (mgr.14412) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:25.191 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.434893+0000 mgr.a (mgr.14412) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.441074+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.441074+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.469111+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: audit 2024-09-16T13:50:24.469111+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.488796+0000 mgr.a (mgr.14412) 18 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on https://172.21.15.98:7151 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.488796+0000 mgr.a (mgr.14412) 18 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on https://172.21.15.98:7151 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.488966+0000 mgr.a (mgr.14412) 19 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTED 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.488966+0000 mgr.a (mgr.14412) 19 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTED 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.490723+0000 mgr.a (mgr.14412) 20 : cephadm [ERR] [16/Sep/2024:13:50:24] ENGINE Error in HTTPServer.serve 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: Traceback (most recent call last): 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self._connections.run(self.expiration_interval) 2024-09-16T13:50:25.192 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self._run(expiration_interval) 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: s = self.context.wrap_socket( 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: return self.sslsocket_class._create( 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self.do_handshake() 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:50:25.193 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self._sslobj.do_handshake() 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.490723+0000 mgr.a (mgr.14412) 20 : cephadm [ERR] [16/Sep/2024:13:50:24] ENGINE Error in HTTPServer.serve 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: Traceback (most recent call last): 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self._connections.run(self.expiration_interval) 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self._run(expiration_interval) 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: s = self.context.wrap_socket( 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: return self.sslsocket_class._create( 2024-09-16T13:50:25.194 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:50:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self.do_handshake() 2024-09-16T13:50:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:50:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: self._sslobj.do_handshake() 2024-09-16T13:50:25.195 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:24 smithi184 bash[23288]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:50:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.827275+0000 mgr.a (mgr.14412) 4 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:23.827275+0000 mgr.a (mgr.14412) 4 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cluster 2024-09-16T13:50:23.928542+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e20: a(active, since 1.01453s), standbys: b 2024-09-16T13:50:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cluster 2024-09-16T13:50:23.928542+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e20: a(active, since 1.01453s), standbys: b 2024-09-16T13:50:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:23.930056+0000 mgr.a (mgr.14412) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:23.930056+0000 mgr.a (mgr.14412) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:25.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cluster 2024-09-16T13:50:23.936956+0000 mgr.a (mgr.14412) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cluster 2024-09-16T13:50:23.936956+0000 mgr.a (mgr.14412) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.044700+0000 mgr.a (mgr.14412) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.044700+0000 mgr.a (mgr.14412) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.062085+0000 mgr.a (mgr.14412) 8 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.062085+0000 mgr.a (mgr.14412) 8 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.116406+0000 mgr.a (mgr.14412) 9 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.116406+0000 mgr.a (mgr.14412) 9 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.151993+0000 mgr.a (mgr.14412) 10 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.151993+0000 mgr.a (mgr.14412) 10 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.195489+0000 mgr.a (mgr.14412) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.195489+0000 mgr.a (mgr.14412) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.239782+0000 mgr.a (mgr.14412) 12 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.239782+0000 mgr.a (mgr.14412) 12 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.266229+0000 mgr.a (mgr.14412) 13 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTING 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.266229+0000 mgr.a (mgr.14412) 13 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTING 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.270753+0000 mgr.a (mgr.14412) 14 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.270753+0000 mgr.a (mgr.14412) 14 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.306527+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.306527+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.312703+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.312703+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.336731+0000 mgr.a (mgr.14412) 15 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.336731+0000 mgr.a (mgr.14412) 15 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.369094+0000 mgr.a (mgr.14412) 16 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:50:25.249 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.369094+0000 mgr.a (mgr.14412) 16 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.371692+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.371692+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.387249+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.387249+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.420176+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.420176+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.427029+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.427029+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.434400+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.434400+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.434893+0000 mgr.a (mgr.14412) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.434893+0000 mgr.a (mgr.14412) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:25.250 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.441074+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.441074+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.469111+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: audit 2024-09-16T13:50:24.469111+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.488796+0000 mgr.a (mgr.14412) 18 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on https://172.21.15.98:7151 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.488796+0000 mgr.a (mgr.14412) 18 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on https://172.21.15.98:7151 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.488966+0000 mgr.a (mgr.14412) 19 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTED 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.488966+0000 mgr.a (mgr.14412) 19 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTED 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.490723+0000 mgr.a (mgr.14412) 20 : cephadm [ERR] [16/Sep/2024:13:50:24] ENGINE Error in HTTPServer.serve 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: Traceback (most recent call last): 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self._connections.run(self.expiration_interval) 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:50:25.251 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self._run(expiration_interval) 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: s = self.context.wrap_socket( 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: return self.sslsocket_class._create( 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self.do_handshake() 2024-09-16T13:50:25.252 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self._sslobj.do_handshake() 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.490723+0000 mgr.a (mgr.14412) 20 : cephadm [ERR] [16/Sep/2024:13:50:24] ENGINE Error in HTTPServer.serve 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: Traceback (most recent call last): 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self._connections.run(self.expiration_interval) 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self._run(expiration_interval) 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:50:25.253 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: s = self.context.wrap_socket( 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: return self.sslsocket_class._create( 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self.do_handshake() 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: self._sslobj.do_handshake() 2024-09-16T13:50:25.254 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:24 smithi151 bash[23533]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:50:25.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.827275+0000 mgr.a (mgr.14412) 4 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:23.827275+0000 mgr.a (mgr.14412) 4 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cluster 2024-09-16T13:50:23.928542+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e20: a(active, since 1.01453s), standbys: b 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cluster 2024-09-16T13:50:23.928542+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e20: a(active, since 1.01453s), standbys: b 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:23.930056+0000 mgr.a (mgr.14412) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:23.930056+0000 mgr.a (mgr.14412) 5 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cluster 2024-09-16T13:50:23.936956+0000 mgr.a (mgr.14412) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cluster 2024-09-16T13:50:23.936956+0000 mgr.a (mgr.14412) 6 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.044700+0000 mgr.a (mgr.14412) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.044700+0000 mgr.a (mgr.14412) 7 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.062085+0000 mgr.a (mgr.14412) 8 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.062085+0000 mgr.a (mgr.14412) 8 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.116406+0000 mgr.a (mgr.14412) 9 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.116406+0000 mgr.a (mgr.14412) 9 : cephadm [INF] Updating smithi098:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.151993+0000 mgr.a (mgr.14412) 10 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.151993+0000 mgr.a (mgr.14412) 10 : cephadm [INF] Updating smithi151:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.195489+0000 mgr.a (mgr.14412) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.195489+0000 mgr.a (mgr.14412) 11 : cephadm [INF] Updating smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.239782+0000 mgr.a (mgr.14412) 12 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.239782+0000 mgr.a (mgr.14412) 12 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-09-16T13:50:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.266229+0000 mgr.a (mgr.14412) 13 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTING 2024-09-16T13:50:25.342 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.266229+0000 mgr.a (mgr.14412) 13 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTING 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.270753+0000 mgr.a (mgr.14412) 14 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.270753+0000 mgr.a (mgr.14412) 14 : cephadm [INF] Updating smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.306527+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.306527+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.312703+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.312703+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.336731+0000 mgr.a (mgr.14412) 15 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.336731+0000 mgr.a (mgr.14412) 15 : cephadm [INF] Updating smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.369094+0000 mgr.a (mgr.14412) 16 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.369094+0000 mgr.a (mgr.14412) 16 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on http://172.21.15.98:8765 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.371692+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.371692+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.387249+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.343 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.387249+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.420176+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.420176+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.427029+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.427029+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.434400+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.434400+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.434893+0000 mgr.a (mgr.14412) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.434893+0000 mgr.a (mgr.14412) 17 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.441074+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.441074+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.469111+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: audit 2024-09-16T13:50:24.469111+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi098", "caps": []} : dispatch 2024-09-16T13:50:25.344 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.488796+0000 mgr.a (mgr.14412) 18 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on https://172.21.15.98:7151 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.488796+0000 mgr.a (mgr.14412) 18 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Serving on https://172.21.15.98:7151 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.488966+0000 mgr.a (mgr.14412) 19 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTED 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.488966+0000 mgr.a (mgr.14412) 19 : cephadm [INF] [16/Sep/2024:13:50:24] ENGINE Bus STARTED 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.490723+0000 mgr.a (mgr.14412) 20 : cephadm [ERR] [16/Sep/2024:13:50:24] ENGINE Error in HTTPServer.serve 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: Traceback (most recent call last): 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self._connections.run(self.expiration_interval) 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self._run(expiration_interval) 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:50:25.345 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: s = self.context.wrap_socket( 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: return self.sslsocket_class._create( 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self.do_handshake() 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self._sslobj.do_handshake() 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.490723+0000 mgr.a (mgr.14412) 20 : cephadm [ERR] [16/Sep/2024:13:50:24] ENGINE Error in HTTPServer.serve 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: Traceback (most recent call last): 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self._connections.run(self.expiration_interval) 2024-09-16T13:50:25.346 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self._run(expiration_interval) 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: new_conn = self._from_server_socket(self.server.socket) 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: s = self.context.wrap_socket( 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: return self.sslsocket_class._create( 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self.do_handshake() 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-16T13:50:25.347 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: self._sslobj.do_handshake() 2024-09-16T13:50:25.348 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:24 smithi098 bash[22846]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-16T13:50:26.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.913214+0000 mgr.a (mgr.14412) 21 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cephadm 2024-09-16T13:50:24.913214+0000 mgr.a (mgr.14412) 21 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cluster 2024-09-16T13:50:24.933555+0000 mgr.a (mgr.14412) 22 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cluster 2024-09-16T13:50:24.933555+0000 mgr.a (mgr.14412) 22 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cephadm 2024-09-16T13:50:25.183976+0000 mgr.a (mgr.14412) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cephadm 2024-09-16T13:50:25.183976+0000 mgr.a (mgr.14412) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: audit 2024-09-16T13:50:25.530005+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: audit 2024-09-16T13:50:25.530005+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: audit 2024-09-16T13:50:25.634848+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: audit 2024-09-16T13:50:25.634848+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cluster 2024-09-16T13:50:25.940862+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-16T13:50:26.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:26 smithi098 bash[22846]: cluster 2024-09-16T13:50:25.940862+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.913214+0000 mgr.a (mgr.14412) 21 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cephadm 2024-09-16T13:50:24.913214+0000 mgr.a (mgr.14412) 21 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cluster 2024-09-16T13:50:24.933555+0000 mgr.a (mgr.14412) 22 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cluster 2024-09-16T13:50:24.933555+0000 mgr.a (mgr.14412) 22 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cephadm 2024-09-16T13:50:25.183976+0000 mgr.a (mgr.14412) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cephadm 2024-09-16T13:50:25.183976+0000 mgr.a (mgr.14412) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: audit 2024-09-16T13:50:25.530005+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: audit 2024-09-16T13:50:25.530005+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: audit 2024-09-16T13:50:25.634848+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: audit 2024-09-16T13:50:25.634848+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cluster 2024-09-16T13:50:25.940862+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-16T13:50:26.965 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:26 smithi184 bash[23288]: cluster 2024-09-16T13:50:25.940862+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.913214+0000 mgr.a (mgr.14412) 21 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cephadm 2024-09-16T13:50:24.913214+0000 mgr.a (mgr.14412) 21 : cephadm [INF] Reconfiguring grafana.smithi098 (dependencies changed)... 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cluster 2024-09-16T13:50:24.933555+0000 mgr.a (mgr.14412) 22 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cluster 2024-09-16T13:50:24.933555+0000 mgr.a (mgr.14412) 22 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cephadm 2024-09-16T13:50:25.183976+0000 mgr.a (mgr.14412) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cephadm 2024-09-16T13:50:25.183976+0000 mgr.a (mgr.14412) 23 : cephadm [INF] Reconfiguring daemon grafana.smithi098 on smithi098 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: audit 2024-09-16T13:50:25.530005+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: audit 2024-09-16T13:50:25.530005+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: audit 2024-09-16T13:50:25.634848+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: audit 2024-09-16T13:50:25.634848+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:26.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cluster 2024-09-16T13:50:25.940862+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-16T13:50:26.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:26 smithi151 bash[23533]: cluster 2024-09-16T13:50:25.940862+0000 mon.a (mon.0) 832 : cluster [DBG] mgrmap e21: a(active, since 3s), standbys: b 2024-09-16T13:50:28.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:28 smithi098 bash[22846]: cluster 2024-09-16T13:50:26.934050+0000 mgr.a (mgr.14412) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:28.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:28 smithi098 bash[22846]: cluster 2024-09-16T13:50:26.934050+0000 mgr.a (mgr.14412) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:28.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:28 smithi098 bash[22846]: cluster 2024-09-16T13:50:27.552443+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: a(active, since 4s), standbys: b 2024-09-16T13:50:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:28 smithi098 bash[22846]: cluster 2024-09-16T13:50:27.552443+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: a(active, since 4s), standbys: b 2024-09-16T13:50:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:28 smithi098 bash[22846]: audit 2024-09-16T13:50:28.201658+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:28.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:28 smithi098 bash[22846]: audit 2024-09-16T13:50:28.201658+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:28.842 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:28 smithi151 bash[23533]: cluster 2024-09-16T13:50:26.934050+0000 mgr.a (mgr.14412) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:28.842 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:28 smithi151 bash[23533]: cluster 2024-09-16T13:50:26.934050+0000 mgr.a (mgr.14412) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:28.842 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:28 smithi151 bash[23533]: cluster 2024-09-16T13:50:27.552443+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: a(active, since 4s), standbys: b 2024-09-16T13:50:28.842 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:28 smithi151 bash[23533]: cluster 2024-09-16T13:50:27.552443+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: a(active, since 4s), standbys: b 2024-09-16T13:50:28.842 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:28 smithi151 bash[23533]: audit 2024-09-16T13:50:28.201658+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:28.843 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:28 smithi151 bash[23533]: audit 2024-09-16T13:50:28.201658+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:28.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:28 smithi184 bash[23288]: cluster 2024-09-16T13:50:26.934050+0000 mgr.a (mgr.14412) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:28.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:28 smithi184 bash[23288]: cluster 2024-09-16T13:50:26.934050+0000 mgr.a (mgr.14412) 24 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:28.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:28 smithi184 bash[23288]: cluster 2024-09-16T13:50:27.552443+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: a(active, since 4s), standbys: b 2024-09-16T13:50:28.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:28 smithi184 bash[23288]: cluster 2024-09-16T13:50:27.552443+0000 mon.a (mon.0) 833 : cluster [DBG] mgrmap e22: a(active, since 4s), standbys: b 2024-09-16T13:50:28.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:28 smithi184 bash[23288]: audit 2024-09-16T13:50:28.201658+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:28.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:28 smithi184 bash[23288]: audit 2024-09-16T13:50:28.201658+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.728 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: cluster 2024-09-16T13:50:28.934572+0000 mgr.a (mgr.14412) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:30.728 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: cluster 2024-09-16T13:50:28.934572+0000 mgr.a (mgr.14412) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:30.728 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: audit 2024-09-16T13:50:30.265695+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.729 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: audit 2024-09-16T13:50:30.265695+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.729 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: audit 2024-09-16T13:50:30.271424+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.729 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: audit 2024-09-16T13:50:30.271424+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.729 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: audit 2024-09-16T13:50:30.278043+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.729 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:30 smithi098 bash[22846]: audit 2024-09-16T13:50:30.278043+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: cluster 2024-09-16T13:50:28.934572+0000 mgr.a (mgr.14412) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:30.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: cluster 2024-09-16T13:50:28.934572+0000 mgr.a (mgr.14412) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: audit 2024-09-16T13:50:30.265695+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: audit 2024-09-16T13:50:30.265695+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: audit 2024-09-16T13:50:30.271424+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: audit 2024-09-16T13:50:30.271424+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: audit 2024-09-16T13:50:30.278043+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:30 smithi151 bash[23533]: audit 2024-09-16T13:50:30.278043+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: cluster 2024-09-16T13:50:28.934572+0000 mgr.a (mgr.14412) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: cluster 2024-09-16T13:50:28.934572+0000 mgr.a (mgr.14412) 25 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: audit 2024-09-16T13:50:30.265695+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: audit 2024-09-16T13:50:30.265695+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: audit 2024-09-16T13:50:30.271424+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: audit 2024-09-16T13:50:30.271424+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: audit 2024-09-16T13:50:30.278043+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:30.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:30 smithi184 bash[23288]: audit 2024-09-16T13:50:30.278043+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: cluster 2024-09-16T13:50:30.935164+0000 mgr.a (mgr.14412) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T13:50:32.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: cluster 2024-09-16T13:50:30.935164+0000 mgr.a (mgr.14412) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T13:50:32.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:31.458118+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:31.458118+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:31.464093+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:31.464093+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:31.465534+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:50:32.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:31.465534+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:50:32.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:32.111546+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:50:32.715 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:32 smithi184 bash[23288]: audit 2024-09-16T13:50:32.111546+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: cluster 2024-09-16T13:50:30.935164+0000 mgr.a (mgr.14412) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: cluster 2024-09-16T13:50:30.935164+0000 mgr.a (mgr.14412) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:31.458118+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:31.458118+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:31.464093+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:31.464093+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:31.465534+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:31.465534+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:32.111546+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:50:32.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:32 smithi151 bash[23533]: audit 2024-09-16T13:50:32.111546+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:50:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: cluster 2024-09-16T13:50:30.935164+0000 mgr.a (mgr.14412) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T13:50:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: cluster 2024-09-16T13:50:30.935164+0000 mgr.a (mgr.14412) 26 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-16T13:50:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:31.458118+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:31.458118+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:31.464093+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:31.464093+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:32.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:31.465534+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:50:32.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:31.465534+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi151", "caps": []} : dispatch 2024-09-16T13:50:32.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:32.111546+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:50:32.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:32 smithi098 bash[22846]: audit 2024-09-16T13:50:32.111546+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi184", "caps": []} : dispatch 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:32.767128+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:32.767128+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: cephadm 2024-09-16T13:50:32.771004+0000 mgr.a (mgr.14412) 27 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: cephadm 2024-09-16T13:50:32.771004+0000 mgr.a (mgr.14412) 27 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: cephadm 2024-09-16T13:50:32.778006+0000 mgr.a (mgr.14412) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: cephadm 2024-09-16T13:50:32.778006+0000 mgr.a (mgr.14412) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:32.892937+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:32.892937+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:32.996255+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:33.926 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:32.996255+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:33.927 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:33.640072+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:33.927 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:33 smithi184 bash[23288]: audit 2024-09-16T13:50:33.640072+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.044 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:32.767128+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.044 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:32.767128+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.044 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: cephadm 2024-09-16T13:50:32.771004+0000 mgr.a (mgr.14412) 27 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-09-16T13:50:34.044 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: cephadm 2024-09-16T13:50:32.771004+0000 mgr.a (mgr.14412) 27 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-09-16T13:50:34.044 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: cephadm 2024-09-16T13:50:32.778006+0000 mgr.a (mgr.14412) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-09-16T13:50:34.044 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: cephadm 2024-09-16T13:50:32.778006+0000 mgr.a (mgr.14412) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-09-16T13:50:34.044 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:32.892937+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.045 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:32.892937+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.045 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:32.996255+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.045 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:32.996255+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.045 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:33.640072+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.045 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:33 smithi098 bash[22846]: audit 2024-09-16T13:50:33.640072+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.104 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:32.767128+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:32.767128+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: cephadm 2024-09-16T13:50:32.771004+0000 mgr.a (mgr.14412) 27 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: cephadm 2024-09-16T13:50:32.771004+0000 mgr.a (mgr.14412) 27 : cephadm [INF] Reconfiguring alertmanager.smithi184 (dependencies changed)... 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: cephadm 2024-09-16T13:50:32.778006+0000 mgr.a (mgr.14412) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: cephadm 2024-09-16T13:50:32.778006+0000 mgr.a (mgr.14412) 28 : cephadm [INF] Reconfiguring daemon alertmanager.smithi184 on smithi184 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:32.892937+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:32.892937+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:32.996255+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:32.996255+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:33.640072+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.105 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:33 smithi151 bash[23533]: audit 2024-09-16T13:50:33.640072+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: cluster 2024-09-16T13:50:32.935533+0000 mgr.a (mgr.14412) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: cluster 2024-09-16T13:50:32.935533+0000 mgr.a (mgr.14412) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:33.776597+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:33.776597+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:33.924931+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:33.924931+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:34.672838+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:34.672838+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:34.678202+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:34.678202+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:34.683218+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:34.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:34 smithi151 bash[23533]: audit 2024-09-16T13:50:34.683218+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.046 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: cluster 2024-09-16T13:50:32.935533+0000 mgr.a (mgr.14412) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: cluster 2024-09-16T13:50:32.935533+0000 mgr.a (mgr.14412) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:33.776597+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:33.776597+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:33.924931+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:33.924931+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:34.672838+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:34.672838+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:34.678202+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:34.678202+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:34.683218+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.047 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:34 smithi184 bash[23288]: audit 2024-09-16T13:50:34.683218+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: cluster 2024-09-16T13:50:32.935533+0000 mgr.a (mgr.14412) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T13:50:35.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: cluster 2024-09-16T13:50:32.935533+0000 mgr.a (mgr.14412) 29 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:33.776597+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:33.776597+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:33.924931+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:33.924931+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:34.672838+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:34.672838+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:34.678202+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:34.678202+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:34.683218+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:35.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:34 smithi098 bash[22846]: audit 2024-09-16T13:50:34.683218+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:36.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:36 smithi184 bash[23288]: cluster 2024-09-16T13:50:34.936101+0000 mgr.a (mgr.14412) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T13:50:36.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:36 smithi184 bash[23288]: cluster 2024-09-16T13:50:34.936101+0000 mgr.a (mgr.14412) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T13:50:36.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:36 smithi184 bash[23288]: audit 2024-09-16T13:50:35.518509+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:36.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:36 smithi184 bash[23288]: audit 2024-09-16T13:50:35.518509+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:36.805 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:36 smithi151 bash[23533]: cluster 2024-09-16T13:50:34.936101+0000 mgr.a (mgr.14412) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T13:50:36.805 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:36 smithi151 bash[23533]: cluster 2024-09-16T13:50:34.936101+0000 mgr.a (mgr.14412) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T13:50:36.805 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:36 smithi151 bash[23533]: audit 2024-09-16T13:50:35.518509+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:36.805 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:36 smithi151 bash[23533]: audit 2024-09-16T13:50:35.518509+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:36.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:36 smithi098 bash[22846]: cluster 2024-09-16T13:50:34.936101+0000 mgr.a (mgr.14412) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T13:50:36.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:36 smithi098 bash[22846]: cluster 2024-09-16T13:50:34.936101+0000 mgr.a (mgr.14412) 30 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-16T13:50:36.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:36 smithi098 bash[22846]: audit 2024-09-16T13:50:35.518509+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:36.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:36 smithi098 bash[22846]: audit 2024-09-16T13:50:35.518509+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:36.865172+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:36.865172+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: cluster 2024-09-16T13:50:36.936644+0000 mgr.a (mgr.14412) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: cluster 2024-09-16T13:50:36.936644+0000 mgr.a (mgr.14412) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.143367+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.143367+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.514702+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.514702+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.525084+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.525084+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.534197+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:37.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:37 smithi151 bash[23533]: audit 2024-09-16T13:50:37.534197+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:36.865172+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:36.865172+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: cluster 2024-09-16T13:50:36.936644+0000 mgr.a (mgr.14412) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: cluster 2024-09-16T13:50:36.936644+0000 mgr.a (mgr.14412) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.143367+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.143367+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.514702+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.133 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.514702+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.134 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.525084+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.134 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.525084+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.134 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.534197+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.134 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:37 smithi184 bash[23288]: audit 2024-09-16T13:50:37.534197+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.145 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:36.865172+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.145 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:36.865172+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.145 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: cluster 2024-09-16T13:50:36.936644+0000 mgr.a (mgr.14412) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:38.145 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: cluster 2024-09-16T13:50:36.936644+0000 mgr.a (mgr.14412) 31 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.143367+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.143367+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.514702+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.514702+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.525084+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.525084+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.534197+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:38.146 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:37 smithi098 bash[22846]: audit 2024-09-16T13:50:37.534197+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:39.128 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:38 smithi098 bash[23098]: [16/Sep/2024:13:50:38] ENGINE Bus STOPPING 2024-09-16T13:50:39.129 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T13:50:39.129 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Bus STOPPED 2024-09-16T13:50:39.129 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:38 smithi098 bash[22846]: audit 2024-09-16T13:50:38.259606+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:39.129 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:38 smithi098 bash[22846]: audit 2024-09-16T13:50:38.259606+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:39.129 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:38 smithi098 bash[22846]: audit 2024-09-16T13:50:38.867572+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:39.129 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:38 smithi098 bash[22846]: audit 2024-09-16T13:50:38.867572+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:39.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:38 smithi184 bash[23288]: audit 2024-09-16T13:50:38.259606+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:39.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:38 smithi184 bash[23288]: audit 2024-09-16T13:50:38.259606+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:39.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:38 smithi184 bash[23288]: audit 2024-09-16T13:50:38.867572+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:39.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:38 smithi184 bash[23288]: audit 2024-09-16T13:50:38.867572+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:39.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:38 smithi151 bash[23533]: audit 2024-09-16T13:50:38.259606+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:39.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:38 smithi151 bash[23533]: audit 2024-09-16T13:50:38.259606+0000 mon.a (mon.0) 857 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:39.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:38 smithi151 bash[23533]: audit 2024-09-16T13:50:38.867572+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:39.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:38 smithi151 bash[23533]: audit 2024-09-16T13:50:38.867572+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:39.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Bus STARTING 2024-09-16T13:50:39.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Serving on http://:::9283 2024-09-16T13:50:39.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Bus STARTED 2024-09-16T13:50:39.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Bus STOPPING 2024-09-16T13:50:40.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T13:50:40.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Bus STOPPED 2024-09-16T13:50:40.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Bus STARTING 2024-09-16T13:50:40.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Serving on http://:::9283 2024-09-16T13:50:40.091 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[23098]: [16/Sep/2024:13:50:39] ENGINE Bus STARTED 2024-09-16T13:50:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.874726+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.874726+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.881273+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T13:50:40.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.881273+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.881926+0000 mgr.a (mgr.14412) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.881926+0000 mgr.a (mgr.14412) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.883268+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.883268+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.883728+0000 mgr.a (mgr.14412) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.883728+0000 mgr.a (mgr.14412) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.888957+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.888957+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.901809+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.901809+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T13:50:40.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.902368+0000 mgr.a (mgr.14412) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.902368+0000 mgr.a (mgr.14412) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.909372+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.909372+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.909992+0000 mgr.a (mgr.14412) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.909992+0000 mgr.a (mgr.14412) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.914419+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.914419+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: cluster 2024-09-16T13:50:38.937089+0000 mgr.a (mgr.14412) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: cluster 2024-09-16T13:50:38.937089+0000 mgr.a (mgr.14412) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.941570+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.941570+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.948030+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.948030+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.953125+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:38.953125+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.126435+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.126435+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.127596+0000 mgr.a (mgr.14412) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.127596+0000 mgr.a (mgr.14412) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.183608+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.183608+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.187527+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.187527+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.188775+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.188775+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.197650+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.197650+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: cephadm 2024-09-16T13:50:39.198596+0000 mgr.a (mgr.14412) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:40.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: cephadm 2024-09-16T13:50:39.198596+0000 mgr.a (mgr.14412) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:40.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.742624+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.742624+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.744350+0000 mgr.a (mgr.14412) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:39 smithi098 bash[22846]: audit 2024-09-16T13:50:39.744350+0000 mgr.a (mgr.14412) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.187 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.874726+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.187 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.874726+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.187 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.881273+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T13:50:40.187 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.881273+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T13:50:40.187 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.881926+0000 mgr.a (mgr.14412) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.881926+0000 mgr.a (mgr.14412) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.883268+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.883268+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.883728+0000 mgr.a (mgr.14412) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.883728+0000 mgr.a (mgr.14412) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.888957+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.888957+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.901809+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.901809+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.902368+0000 mgr.a (mgr.14412) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.902368+0000 mgr.a (mgr.14412) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T13:50:40.188 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.909372+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T13:50:40.189 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.909372+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T13:50:40.189 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.909992+0000 mgr.a (mgr.14412) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T13:50:40.189 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.909992+0000 mgr.a (mgr.14412) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T13:50:40.189 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.914419+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.189 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.914419+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.189 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: cluster 2024-09-16T13:50:38.937089+0000 mgr.a (mgr.14412) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:40.189 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: cluster 2024-09-16T13:50:38.937089+0000 mgr.a (mgr.14412) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.941570+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.941570+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.948030+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.948030+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.953125+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:38.953125+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.126435+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.126435+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.127596+0000 mgr.a (mgr.14412) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.127596+0000 mgr.a (mgr.14412) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.183608+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:40.190 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.183608+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.187527+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.187527+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.188775+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.188775+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.197650+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.197650+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: cephadm 2024-09-16T13:50:39.198596+0000 mgr.a (mgr.14412) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: cephadm 2024-09-16T13:50:39.198596+0000 mgr.a (mgr.14412) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.742624+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.742624+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.744350+0000 mgr.a (mgr.14412) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.191 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:39 smithi151 bash[23533]: audit 2024-09-16T13:50:39.744350+0000 mgr.a (mgr.14412) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.874726+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.874726+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.881273+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T13:50:40.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.881273+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-16T13:50:40.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.881926+0000 mgr.a (mgr.14412) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T13:50:40.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.881926+0000 mgr.a (mgr.14412) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-16T13:50:40.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.883268+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.883268+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"} : dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.883728+0000 mgr.a (mgr.14412) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.883728+0000 mgr.a (mgr.14412) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi098.front.sepia.ceph.com:3000"}]: dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.888957+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.888957+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.901809+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.901809+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.902368+0000 mgr.a (mgr.14412) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.902368+0000 mgr.a (mgr.14412) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.909372+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T13:50:40.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.909372+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"} : dispatch 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.909992+0000 mgr.a (mgr.14412) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.909992+0000 mgr.a (mgr.14412) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi184.front.sepia.ceph.com:9093"}]: dispatch 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.914419+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.914419+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: cluster 2024-09-16T13:50:38.937089+0000 mgr.a (mgr.14412) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: cluster 2024-09-16T13:50:38.937089+0000 mgr.a (mgr.14412) 36 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.941570+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.941570+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.216 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.948030+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.948030+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.953125+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:38.953125+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.126435+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.126435+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.127596+0000 mgr.a (mgr.14412) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.127596+0000 mgr.a (mgr.14412) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.183608+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.183608+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.187527+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:40.217 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.187527+0000 mon.a (mon.0) 871 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.188775+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.188775+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.197650+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.197650+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: cephadm 2024-09-16T13:50:39.198596+0000 mgr.a (mgr.14412) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: cephadm 2024-09-16T13:50:39.198596+0000 mgr.a (mgr.14412) 38 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.742624+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.218 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.742624+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-16T13:50:40.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.744350+0000 mgr.a (mgr.14412) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:40.219 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:39 smithi184 bash[23288]: audit 2024-09-16T13:50:39.744350+0000 mgr.a (mgr.14412) 39 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-16T13:50:42.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:41 smithi098 bash[22846]: audit 2024-09-16T13:50:40.757141+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:41 smithi098 bash[22846]: audit 2024-09-16T13:50:40.757141+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:41 smithi098 bash[22846]: audit 2024-09-16T13:50:40.767313+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:41 smithi098 bash[22846]: audit 2024-09-16T13:50:40.767313+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:41 smithi098 bash[22846]: audit 2024-09-16T13:50:40.778410+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:41 smithi098 bash[22846]: audit 2024-09-16T13:50:40.778410+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:41 smithi184 bash[23288]: audit 2024-09-16T13:50:40.757141+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:41 smithi184 bash[23288]: audit 2024-09-16T13:50:40.757141+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:41 smithi184 bash[23288]: audit 2024-09-16T13:50:40.767313+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:41 smithi184 bash[23288]: audit 2024-09-16T13:50:40.767313+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:41 smithi184 bash[23288]: audit 2024-09-16T13:50:40.778410+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:41 smithi184 bash[23288]: audit 2024-09-16T13:50:40.778410+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:41 smithi151 bash[23533]: audit 2024-09-16T13:50:40.757141+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:41 smithi151 bash[23533]: audit 2024-09-16T13:50:40.757141+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:41 smithi151 bash[23533]: audit 2024-09-16T13:50:40.767313+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:41 smithi151 bash[23533]: audit 2024-09-16T13:50:40.767313+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:41 smithi151 bash[23533]: audit 2024-09-16T13:50:40.778410+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:42.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:41 smithi151 bash[23533]: audit 2024-09-16T13:50:40.778410+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:42 smithi098 bash[22846]: cluster 2024-09-16T13:50:40.937628+0000 mgr.a (mgr.14412) 40 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:42 smithi098 bash[22846]: cluster 2024-09-16T13:50:40.937628+0000 mgr.a (mgr.14412) 40 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:42 smithi098 bash[22846]: audit 2024-09-16T13:50:41.888844+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:42 smithi098 bash[22846]: audit 2024-09-16T13:50:41.888844+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:43.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:42 smithi184 bash[23288]: cluster 2024-09-16T13:50:40.937628+0000 mgr.a (mgr.14412) 40 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:43.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:42 smithi184 bash[23288]: cluster 2024-09-16T13:50:40.937628+0000 mgr.a (mgr.14412) 40 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:43.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:42 smithi184 bash[23288]: audit 2024-09-16T13:50:41.888844+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:43.184 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:42 smithi184 bash[23288]: audit 2024-09-16T13:50:41.888844+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:43.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:42 smithi151 bash[23533]: cluster 2024-09-16T13:50:40.937628+0000 mgr.a (mgr.14412) 40 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:43.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:42 smithi151 bash[23533]: cluster 2024-09-16T13:50:40.937628+0000 mgr.a (mgr.14412) 40 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-16T13:50:43.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:42 smithi151 bash[23533]: audit 2024-09-16T13:50:41.888844+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:43.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:42 smithi151 bash[23533]: audit 2024-09-16T13:50:41.888844+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:44.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:44 smithi184 bash[23288]: cluster 2024-09-16T13:50:42.938119+0000 mgr.a (mgr.14412) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:44.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:44 smithi184 bash[23288]: cluster 2024-09-16T13:50:42.938119+0000 mgr.a (mgr.14412) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:45.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:44 smithi098 bash[22846]: cluster 2024-09-16T13:50:42.938119+0000 mgr.a (mgr.14412) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:45.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:44 smithi098 bash[22846]: cluster 2024-09-16T13:50:42.938119+0000 mgr.a (mgr.14412) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:45.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:44 smithi151 bash[23533]: cluster 2024-09-16T13:50:42.938119+0000 mgr.a (mgr.14412) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:45.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:44 smithi151 bash[23533]: cluster 2024-09-16T13:50:42.938119+0000 mgr.a (mgr.14412) 41 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:46.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: cluster 2024-09-16T13:50:44.938774+0000 mgr.a (mgr.14412) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:46.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: cluster 2024-09-16T13:50:44.938774+0000 mgr.a (mgr.14412) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.111835+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.111835+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.120344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.120344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.124944+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.124944+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.130060+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.130060+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.135742+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.135742+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.137168+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:46.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.137168+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.145836+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.145836+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.159880+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:45.159880+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:46.038469+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:46.038469+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:46.048729+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:46.048729+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:46.060259+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.466 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:46 smithi184 bash[23288]: audit 2024-09-16T13:50:46.060259+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: cluster 2024-09-16T13:50:44.938774+0000 mgr.a (mgr.14412) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:46.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: cluster 2024-09-16T13:50:44.938774+0000 mgr.a (mgr.14412) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:46.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.111835+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.111835+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.120344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.120344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.496 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.124944+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:46.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.124944+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:46.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.130060+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.130060+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.135742+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:46.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.135742+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:46.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.137168+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:46.497 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.137168+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:46.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.145836+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.145836+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.159880+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:45.159880+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:46.038469+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:46.038469+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.498 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:46.048729+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:46.048729+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:46.060259+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.499 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:46 smithi151 bash[23533]: audit 2024-09-16T13:50:46.060259+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: cluster 2024-09-16T13:50:44.938774+0000 mgr.a (mgr.14412) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: cluster 2024-09-16T13:50:44.938774+0000 mgr.a (mgr.14412) 42 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.111835+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.111835+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.120344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.120344+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.124944+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.124944+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.130060+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.130060+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.135742+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.135742+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.137168+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.137168+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.145836+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.145836+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.159880+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:45.159880+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:46.038469+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:46.038469+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:46.048729+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:46.048729+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.592 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:46.060259+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:46.593 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:46 smithi098 bash[22846]: audit 2024-09-16T13:50:46.060259+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:48.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:48 smithi184 bash[23288]: cluster 2024-09-16T13:50:46.939427+0000 mgr.a (mgr.14412) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:48.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:48 smithi184 bash[23288]: cluster 2024-09-16T13:50:46.939427+0000 mgr.a (mgr.14412) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:48.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:48 smithi151 bash[23533]: cluster 2024-09-16T13:50:46.939427+0000 mgr.a (mgr.14412) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:48.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:48 smithi151 bash[23533]: cluster 2024-09-16T13:50:46.939427+0000 mgr.a (mgr.14412) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:48.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:48 smithi098 bash[22846]: cluster 2024-09-16T13:50:46.939427+0000 mgr.a (mgr.14412) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:48.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:48 smithi098 bash[22846]: cluster 2024-09-16T13:50:46.939427+0000 mgr.a (mgr.14412) 43 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:50.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:50 smithi184 bash[23288]: cluster 2024-09-16T13:50:48.940092+0000 mgr.a (mgr.14412) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:50.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:50 smithi184 bash[23288]: cluster 2024-09-16T13:50:48.940092+0000 mgr.a (mgr.14412) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:50.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:50 smithi151 bash[23533]: cluster 2024-09-16T13:50:48.940092+0000 mgr.a (mgr.14412) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:50.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:50 smithi151 bash[23533]: cluster 2024-09-16T13:50:48.940092+0000 mgr.a (mgr.14412) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:50.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:50 smithi098 bash[22846]: cluster 2024-09-16T13:50:48.940092+0000 mgr.a (mgr.14412) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:50.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:50 smithi098 bash[22846]: cluster 2024-09-16T13:50:48.940092+0000 mgr.a (mgr.14412) 44 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:52.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:52 smithi184 bash[23288]: cluster 2024-09-16T13:50:50.940685+0000 mgr.a (mgr.14412) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:52.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:52 smithi184 bash[23288]: cluster 2024-09-16T13:50:50.940685+0000 mgr.a (mgr.14412) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:52.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:52 smithi151 bash[23533]: cluster 2024-09-16T13:50:50.940685+0000 mgr.a (mgr.14412) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:52.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:52 smithi151 bash[23533]: cluster 2024-09-16T13:50:50.940685+0000 mgr.a (mgr.14412) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:52.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:52 smithi098 bash[22846]: cluster 2024-09-16T13:50:50.940685+0000 mgr.a (mgr.14412) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:52.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:52 smithi098 bash[22846]: cluster 2024-09-16T13:50:50.940685+0000 mgr.a (mgr.14412) 45 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:54.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:54 smithi098 bash[22846]: cluster 2024-09-16T13:50:52.941211+0000 mgr.a (mgr.14412) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:54.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:54 smithi098 bash[22846]: cluster 2024-09-16T13:50:52.941211+0000 mgr.a (mgr.14412) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:54.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:54 smithi098 bash[22846]: audit 2024-09-16T13:50:53.260545+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:54.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:54 smithi098 bash[22846]: audit 2024-09-16T13:50:53.260545+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:54.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:54 smithi184 bash[23288]: cluster 2024-09-16T13:50:52.941211+0000 mgr.a (mgr.14412) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:54.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:54 smithi184 bash[23288]: cluster 2024-09-16T13:50:52.941211+0000 mgr.a (mgr.14412) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:54.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:54 smithi184 bash[23288]: audit 2024-09-16T13:50:53.260545+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:54.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:54 smithi184 bash[23288]: audit 2024-09-16T13:50:53.260545+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:54.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:54 smithi151 bash[23533]: cluster 2024-09-16T13:50:52.941211+0000 mgr.a (mgr.14412) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:54.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:54 smithi151 bash[23533]: cluster 2024-09-16T13:50:52.941211+0000 mgr.a (mgr.14412) 46 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:54.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:54 smithi151 bash[23533]: audit 2024-09-16T13:50:53.260545+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:54.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:54 smithi151 bash[23533]: audit 2024-09-16T13:50:53.260545+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: cluster 2024-09-16T13:50:54.941902+0000 mgr.a (mgr.14412) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: cluster 2024-09-16T13:50:54.941902+0000 mgr.a (mgr.14412) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: audit 2024-09-16T13:50:55.650299+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: audit 2024-09-16T13:50:55.650299+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: audit 2024-09-16T13:50:55.656417+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: audit 2024-09-16T13:50:55.656417+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: audit 2024-09-16T13:50:55.663455+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:56 smithi184 bash[23288]: audit 2024-09-16T13:50:55.663455+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: cluster 2024-09-16T13:50:54.941902+0000 mgr.a (mgr.14412) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: cluster 2024-09-16T13:50:54.941902+0000 mgr.a (mgr.14412) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: audit 2024-09-16T13:50:55.650299+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: audit 2024-09-16T13:50:55.650299+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: audit 2024-09-16T13:50:55.656417+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: audit 2024-09-16T13:50:55.656417+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: audit 2024-09-16T13:50:55.663455+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:56.979 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:56 smithi151 bash[23533]: audit 2024-09-16T13:50:55.663455+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: cluster 2024-09-16T13:50:54.941902+0000 mgr.a (mgr.14412) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: cluster 2024-09-16T13:50:54.941902+0000 mgr.a (mgr.14412) 47 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: audit 2024-09-16T13:50:55.650299+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: audit 2024-09-16T13:50:55.650299+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: audit 2024-09-16T13:50:55.656417+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: audit 2024-09-16T13:50:55.656417+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: audit 2024-09-16T13:50:55.663455+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:57.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:56 smithi098 bash[22846]: audit 2024-09-16T13:50:55.663455+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:50:58.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:58 smithi151 bash[23533]: cluster 2024-09-16T13:50:56.942514+0000 mgr.a (mgr.14412) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:50:58 smithi151 bash[23533]: cluster 2024-09-16T13:50:56.942514+0000 mgr.a (mgr.14412) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:58.966 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:58 smithi184 bash[23288]: cluster 2024-09-16T13:50:56.942514+0000 mgr.a (mgr.14412) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:58.967 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:50:58 smithi184 bash[23288]: cluster 2024-09-16T13:50:56.942514+0000 mgr.a (mgr.14412) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:59.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:58 smithi098 bash[22846]: cluster 2024-09-16T13:50:56.942514+0000 mgr.a (mgr.14412) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:50:59.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:50:58 smithi098 bash[22846]: cluster 2024-09-16T13:50:56.942514+0000 mgr.a (mgr.14412) 48 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:00.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:00 smithi151 bash[23533]: cluster 2024-09-16T13:50:58.943078+0000 mgr.a (mgr.14412) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:00.933 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:00 smithi151 bash[23533]: cluster 2024-09-16T13:50:58.943078+0000 mgr.a (mgr.14412) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:00.959 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:00 smithi184 bash[23288]: cluster 2024-09-16T13:50:58.943078+0000 mgr.a (mgr.14412) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:00.959 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:00 smithi184 bash[23288]: cluster 2024-09-16T13:50:58.943078+0000 mgr.a (mgr.14412) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:01.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:00 smithi098 bash[22846]: cluster 2024-09-16T13:50:58.943078+0000 mgr.a (mgr.14412) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:01.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:00 smithi098 bash[22846]: cluster 2024-09-16T13:50:58.943078+0000 mgr.a (mgr.14412) 49 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: audit 2024-09-16T13:51:00.928880+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: audit 2024-09-16T13:51:00.928880+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: audit 2024-09-16T13:51:00.937960+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: audit 2024-09-16T13:51:00.937960+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: cluster 2024-09-16T13:51:00.943558+0000 mgr.a (mgr.14412) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: cluster 2024-09-16T13:51:00.943558+0000 mgr.a (mgr.14412) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: audit 2024-09-16T13:51:00.948716+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.131 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:01 smithi184 bash[23288]: audit 2024-09-16T13:51:00.948716+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: audit 2024-09-16T13:51:00.928880+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: audit 2024-09-16T13:51:00.928880+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: audit 2024-09-16T13:51:00.937960+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: audit 2024-09-16T13:51:00.937960+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: cluster 2024-09-16T13:51:00.943558+0000 mgr.a (mgr.14412) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: cluster 2024-09-16T13:51:00.943558+0000 mgr.a (mgr.14412) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: audit 2024-09-16T13:51:00.948716+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:01 smithi151 bash[23533]: audit 2024-09-16T13:51:00.948716+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: audit 2024-09-16T13:51:00.928880+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: audit 2024-09-16T13:51:00.928880+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: audit 2024-09-16T13:51:00.937960+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: audit 2024-09-16T13:51:00.937960+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: cluster 2024-09-16T13:51:00.943558+0000 mgr.a (mgr.14412) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:02.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: cluster 2024-09-16T13:51:00.943558+0000 mgr.a (mgr.14412) 50 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:02.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: audit 2024-09-16T13:51:00.948716+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:02.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:01 smithi098 bash[22846]: audit 2024-09-16T13:51:00.948716+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: cluster 2024-09-16T13:51:02.944124+0000 mgr.a (mgr.14412) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: cluster 2024-09-16T13:51:02.944124+0000 mgr.a (mgr.14412) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: audit 2024-09-16T13:51:03.718766+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: audit 2024-09-16T13:51:03.718766+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: audit 2024-09-16T13:51:03.728766+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: audit 2024-09-16T13:51:03.728766+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: audit 2024-09-16T13:51:03.739722+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:04 smithi151 bash[23533]: audit 2024-09-16T13:51:03.739722+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: cluster 2024-09-16T13:51:02.944124+0000 mgr.a (mgr.14412) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:05.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: cluster 2024-09-16T13:51:02.944124+0000 mgr.a (mgr.14412) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:05.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: audit 2024-09-16T13:51:03.718766+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: audit 2024-09-16T13:51:03.718766+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: audit 2024-09-16T13:51:03.728766+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: audit 2024-09-16T13:51:03.728766+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: audit 2024-09-16T13:51:03.739722+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:04 smithi098 bash[22846]: audit 2024-09-16T13:51:03.739722+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: cluster 2024-09-16T13:51:02.944124+0000 mgr.a (mgr.14412) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:05.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: cluster 2024-09-16T13:51:02.944124+0000 mgr.a (mgr.14412) 51 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:05.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: audit 2024-09-16T13:51:03.718766+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: audit 2024-09-16T13:51:03.718766+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: audit 2024-09-16T13:51:03.728766+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: audit 2024-09-16T13:51:03.728766+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: audit 2024-09-16T13:51:03.739722+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:05.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:04 smithi184 bash[23288]: audit 2024-09-16T13:51:03.739722+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:06.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:06 smithi151 bash[23533]: cluster 2024-09-16T13:51:04.944669+0000 mgr.a (mgr.14412) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:06.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:06 smithi151 bash[23533]: cluster 2024-09-16T13:51:04.944669+0000 mgr.a (mgr.14412) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:06 smithi098 bash[22846]: cluster 2024-09-16T13:51:04.944669+0000 mgr.a (mgr.14412) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:06 smithi098 bash[22846]: cluster 2024-09-16T13:51:04.944669+0000 mgr.a (mgr.14412) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:07.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:06 smithi184 bash[23288]: cluster 2024-09-16T13:51:04.944669+0000 mgr.a (mgr.14412) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:07.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:06 smithi184 bash[23288]: cluster 2024-09-16T13:51:04.944669+0000 mgr.a (mgr.14412) 52 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:08.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:08 smithi151 bash[23533]: cluster 2024-09-16T13:51:06.945961+0000 mgr.a (mgr.14412) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:08 smithi151 bash[23533]: cluster 2024-09-16T13:51:06.945961+0000 mgr.a (mgr.14412) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:08 smithi151 bash[23533]: audit 2024-09-16T13:51:08.261054+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:08 smithi151 bash[23533]: audit 2024-09-16T13:51:08.261054+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:08 smithi098 bash[22846]: cluster 2024-09-16T13:51:06.945961+0000 mgr.a (mgr.14412) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:08 smithi098 bash[22846]: cluster 2024-09-16T13:51:06.945961+0000 mgr.a (mgr.14412) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:08 smithi098 bash[22846]: audit 2024-09-16T13:51:08.261054+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:08 smithi098 bash[22846]: audit 2024-09-16T13:51:08.261054+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:09.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:08 smithi184 bash[23288]: cluster 2024-09-16T13:51:06.945961+0000 mgr.a (mgr.14412) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:09.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:08 smithi184 bash[23288]: cluster 2024-09-16T13:51:06.945961+0000 mgr.a (mgr.14412) 53 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:09.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:08 smithi184 bash[23288]: audit 2024-09-16T13:51:08.261054+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:09.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:08 smithi184 bash[23288]: audit 2024-09-16T13:51:08.261054+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:10.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:10 smithi151 bash[23533]: cluster 2024-09-16T13:51:08.946534+0000 mgr.a (mgr.14412) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:10.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:10 smithi151 bash[23533]: cluster 2024-09-16T13:51:08.946534+0000 mgr.a (mgr.14412) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:11.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:10 smithi098 bash[22846]: cluster 2024-09-16T13:51:08.946534+0000 mgr.a (mgr.14412) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:11.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:10 smithi098 bash[22846]: cluster 2024-09-16T13:51:08.946534+0000 mgr.a (mgr.14412) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:11.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:10 smithi184 bash[23288]: cluster 2024-09-16T13:51:08.946534+0000 mgr.a (mgr.14412) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:11.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:10 smithi184 bash[23288]: cluster 2024-09-16T13:51:08.946534+0000 mgr.a (mgr.14412) 54 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:12.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:12 smithi151 bash[23533]: cluster 2024-09-16T13:51:10.947169+0000 mgr.a (mgr.14412) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:12.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:12 smithi151 bash[23533]: cluster 2024-09-16T13:51:10.947169+0000 mgr.a (mgr.14412) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:13.048 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:12 smithi098 bash[22846]: cluster 2024-09-16T13:51:10.947169+0000 mgr.a (mgr.14412) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:13.048 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:12 smithi098 bash[22846]: cluster 2024-09-16T13:51:10.947169+0000 mgr.a (mgr.14412) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:13.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:12 smithi184 bash[23288]: cluster 2024-09-16T13:51:10.947169+0000 mgr.a (mgr.14412) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:13.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:12 smithi184 bash[23288]: cluster 2024-09-16T13:51:10.947169+0000 mgr.a (mgr.14412) 55 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: cluster 2024-09-16T13:51:12.947581+0000 mgr.a (mgr.14412) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: cluster 2024-09-16T13:51:12.947581+0000 mgr.a (mgr.14412) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: audit 2024-09-16T13:51:14.399441+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: audit 2024-09-16T13:51:14.399441+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: audit 2024-09-16T13:51:14.404481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: audit 2024-09-16T13:51:14.404481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: audit 2024-09-16T13:51:14.410912+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:14.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:14 smithi151 bash[23533]: audit 2024-09-16T13:51:14.410912+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: cluster 2024-09-16T13:51:12.947581+0000 mgr.a (mgr.14412) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:15.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: cluster 2024-09-16T13:51:12.947581+0000 mgr.a (mgr.14412) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:15.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: audit 2024-09-16T13:51:14.399441+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: audit 2024-09-16T13:51:14.399441+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: audit 2024-09-16T13:51:14.404481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: audit 2024-09-16T13:51:14.404481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: audit 2024-09-16T13:51:14.410912+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:14 smithi098 bash[22846]: audit 2024-09-16T13:51:14.410912+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: cluster 2024-09-16T13:51:12.947581+0000 mgr.a (mgr.14412) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:15.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: cluster 2024-09-16T13:51:12.947581+0000 mgr.a (mgr.14412) 56 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:15.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: audit 2024-09-16T13:51:14.399441+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: audit 2024-09-16T13:51:14.399441+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: audit 2024-09-16T13:51:14.404481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: audit 2024-09-16T13:51:14.404481+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: audit 2024-09-16T13:51:14.410912+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:15.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:14 smithi184 bash[23288]: audit 2024-09-16T13:51:14.410912+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:16.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:16 smithi151 bash[23533]: cluster 2024-09-16T13:51:14.948005+0000 mgr.a (mgr.14412) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:16.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:16 smithi151 bash[23533]: cluster 2024-09-16T13:51:14.948005+0000 mgr.a (mgr.14412) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:17.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:16 smithi098 bash[22846]: cluster 2024-09-16T13:51:14.948005+0000 mgr.a (mgr.14412) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:17.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:16 smithi098 bash[22846]: cluster 2024-09-16T13:51:14.948005+0000 mgr.a (mgr.14412) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:17.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:16 smithi184 bash[23288]: cluster 2024-09-16T13:51:14.948005+0000 mgr.a (mgr.14412) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:17.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:16 smithi184 bash[23288]: cluster 2024-09-16T13:51:14.948005+0000 mgr.a (mgr.14412) 57 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:19.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:18 smithi098 bash[22846]: cluster 2024-09-16T13:51:16.948461+0000 mgr.a (mgr.14412) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:19.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:18 smithi098 bash[22846]: cluster 2024-09-16T13:51:16.948461+0000 mgr.a (mgr.14412) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:18 smithi184 bash[23288]: cluster 2024-09-16T13:51:16.948461+0000 mgr.a (mgr.14412) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:18 smithi184 bash[23288]: cluster 2024-09-16T13:51:16.948461+0000 mgr.a (mgr.14412) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:19.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:18 smithi151 bash[23533]: cluster 2024-09-16T13:51:16.948461+0000 mgr.a (mgr.14412) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:19.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:18 smithi151 bash[23533]: cluster 2024-09-16T13:51:16.948461+0000 mgr.a (mgr.14412) 58 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:21.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:20 smithi151 bash[23533]: cluster 2024-09-16T13:51:18.949003+0000 mgr.a (mgr.14412) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:21.007 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:20 smithi151 bash[23533]: cluster 2024-09-16T13:51:18.949003+0000 mgr.a (mgr.14412) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:21.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:20 smithi098 bash[22846]: cluster 2024-09-16T13:51:18.949003+0000 mgr.a (mgr.14412) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:21.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:20 smithi098 bash[22846]: cluster 2024-09-16T13:51:18.949003+0000 mgr.a (mgr.14412) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:21.119 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:20 smithi184 bash[23288]: cluster 2024-09-16T13:51:18.949003+0000 mgr.a (mgr.14412) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:21.119 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:20 smithi184 bash[23288]: cluster 2024-09-16T13:51:18.949003+0000 mgr.a (mgr.14412) 59 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:22.456 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: cluster 2024-09-16T13:51:20.949545+0000 mgr.a (mgr.14412) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:22.456 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: cluster 2024-09-16T13:51:20.949545+0000 mgr.a (mgr.14412) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:22.456 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: audit 2024-09-16T13:51:21.104078+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.456 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: audit 2024-09-16T13:51:21.104078+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.457 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: audit 2024-09-16T13:51:21.114560+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.457 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: audit 2024-09-16T13:51:21.114560+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.457 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: audit 2024-09-16T13:51:21.126502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.457 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:22 smithi184 bash[23288]: audit 2024-09-16T13:51:21.126502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: cluster 2024-09-16T13:51:20.949545+0000 mgr.a (mgr.14412) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:22.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: cluster 2024-09-16T13:51:20.949545+0000 mgr.a (mgr.14412) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:22.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: audit 2024-09-16T13:51:21.104078+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: audit 2024-09-16T13:51:21.104078+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: audit 2024-09-16T13:51:21.114560+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: audit 2024-09-16T13:51:21.114560+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: audit 2024-09-16T13:51:21.126502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:22 smithi151 bash[23533]: audit 2024-09-16T13:51:21.126502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: cluster 2024-09-16T13:51:20.949545+0000 mgr.a (mgr.14412) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: cluster 2024-09-16T13:51:20.949545+0000 mgr.a (mgr.14412) 60 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: audit 2024-09-16T13:51:21.104078+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: audit 2024-09-16T13:51:21.104078+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: audit 2024-09-16T13:51:21.114560+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: audit 2024-09-16T13:51:21.114560+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: audit 2024-09-16T13:51:21.126502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:22.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:22 smithi098 bash[22846]: audit 2024-09-16T13:51:21.126502+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: cluster 2024-09-16T13:51:22.950087+0000 mgr.a (mgr.14412) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:24.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: cluster 2024-09-16T13:51:22.950087+0000 mgr.a (mgr.14412) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.261366+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.261366+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.924545+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.924545+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.932988+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.932988+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.944032+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:24 smithi184 bash[23288]: audit 2024-09-16T13:51:23.944032+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: cluster 2024-09-16T13:51:22.950087+0000 mgr.a (mgr.14412) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: cluster 2024-09-16T13:51:22.950087+0000 mgr.a (mgr.14412) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.261366+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.261366+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.924545+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.924545+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.932988+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.932988+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.944032+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.506 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:24 smithi151 bash[23533]: audit 2024-09-16T13:51:23.944032+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: cluster 2024-09-16T13:51:22.950087+0000 mgr.a (mgr.14412) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:24.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: cluster 2024-09-16T13:51:22.950087+0000 mgr.a (mgr.14412) 61 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:24.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.261366+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:24.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.261366+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:24.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.924545+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.924545+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.932988+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.932988+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.944032+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:24.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:24 smithi098 bash[22846]: audit 2024-09-16T13:51:23.944032+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:25.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:51:25 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:51:25] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-16T13:51:26.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:26 smithi184 bash[23288]: cluster 2024-09-16T13:51:24.950808+0000 mgr.a (mgr.14412) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:26.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:26 smithi184 bash[23288]: cluster 2024-09-16T13:51:24.950808+0000 mgr.a (mgr.14412) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:26.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:26 smithi151 bash[23533]: cluster 2024-09-16T13:51:24.950808+0000 mgr.a (mgr.14412) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:26.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:26 smithi151 bash[23533]: cluster 2024-09-16T13:51:24.950808+0000 mgr.a (mgr.14412) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:26.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:26 smithi098 bash[22846]: cluster 2024-09-16T13:51:24.950808+0000 mgr.a (mgr.14412) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:26.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:26 smithi098 bash[22846]: cluster 2024-09-16T13:51:24.950808+0000 mgr.a (mgr.14412) 62 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:28.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:28 smithi184 bash[23288]: cluster 2024-09-16T13:51:26.951388+0000 mgr.a (mgr.14412) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:28.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:28 smithi184 bash[23288]: cluster 2024-09-16T13:51:26.951388+0000 mgr.a (mgr.14412) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:28.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:28 smithi151 bash[23533]: cluster 2024-09-16T13:51:26.951388+0000 mgr.a (mgr.14412) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:28.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:28 smithi151 bash[23533]: cluster 2024-09-16T13:51:26.951388+0000 mgr.a (mgr.14412) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:28.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:28 smithi098 bash[22846]: cluster 2024-09-16T13:51:26.951388+0000 mgr.a (mgr.14412) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:28.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:28 smithi098 bash[22846]: cluster 2024-09-16T13:51:26.951388+0000 mgr.a (mgr.14412) 63 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:30.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:30 smithi184 bash[23288]: cluster 2024-09-16T13:51:28.951965+0000 mgr.a (mgr.14412) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:30.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:30 smithi184 bash[23288]: cluster 2024-09-16T13:51:28.951965+0000 mgr.a (mgr.14412) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:30.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:30 smithi151 bash[23533]: cluster 2024-09-16T13:51:28.951965+0000 mgr.a (mgr.14412) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:30.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:30 smithi151 bash[23533]: cluster 2024-09-16T13:51:28.951965+0000 mgr.a (mgr.14412) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:30.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:30 smithi098 bash[22846]: cluster 2024-09-16T13:51:28.951965+0000 mgr.a (mgr.14412) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:30.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:30 smithi098 bash[22846]: cluster 2024-09-16T13:51:28.951965+0000 mgr.a (mgr.14412) 64 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:32.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:32 smithi184 bash[23288]: cluster 2024-09-16T13:51:30.952491+0000 mgr.a (mgr.14412) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:32.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:32 smithi184 bash[23288]: cluster 2024-09-16T13:51:30.952491+0000 mgr.a (mgr.14412) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:32.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:32 smithi151 bash[23533]: cluster 2024-09-16T13:51:30.952491+0000 mgr.a (mgr.14412) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:32.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:32 smithi151 bash[23533]: cluster 2024-09-16T13:51:30.952491+0000 mgr.a (mgr.14412) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:32.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:32 smithi098 bash[22846]: cluster 2024-09-16T13:51:30.952491+0000 mgr.a (mgr.14412) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:32.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:32 smithi098 bash[22846]: cluster 2024-09-16T13:51:30.952491+0000 mgr.a (mgr.14412) 65 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:34.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:34 smithi098 bash[22846]: cluster 2024-09-16T13:51:32.952824+0000 mgr.a (mgr.14412) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:34.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:34 smithi098 bash[22846]: cluster 2024-09-16T13:51:32.952824+0000 mgr.a (mgr.14412) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:34.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:34 smithi184 bash[23288]: cluster 2024-09-16T13:51:32.952824+0000 mgr.a (mgr.14412) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:34.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:34 smithi184 bash[23288]: cluster 2024-09-16T13:51:32.952824+0000 mgr.a (mgr.14412) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:34.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:34 smithi151 bash[23533]: cluster 2024-09-16T13:51:32.952824+0000 mgr.a (mgr.14412) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:34.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:34 smithi151 bash[23533]: cluster 2024-09-16T13:51:32.952824+0000 mgr.a (mgr.14412) 66 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:35.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:51:35 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:51:35] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-16T13:51:35.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:35 smithi184 bash[23288]: audit 2024-09-16T13:51:34.601672+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:35 smithi184 bash[23288]: audit 2024-09-16T13:51:34.601672+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:35 smithi184 bash[23288]: audit 2024-09-16T13:51:34.610404+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:35 smithi184 bash[23288]: audit 2024-09-16T13:51:34.610404+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:35 smithi184 bash[23288]: audit 2024-09-16T13:51:34.619430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:35 smithi184 bash[23288]: audit 2024-09-16T13:51:34.619430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:35 smithi151 bash[23533]: audit 2024-09-16T13:51:34.601672+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:35 smithi151 bash[23533]: audit 2024-09-16T13:51:34.601672+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:35 smithi151 bash[23533]: audit 2024-09-16T13:51:34.610404+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:35 smithi151 bash[23533]: audit 2024-09-16T13:51:34.610404+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:35 smithi151 bash[23533]: audit 2024-09-16T13:51:34.619430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:35.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:35 smithi151 bash[23533]: audit 2024-09-16T13:51:34.619430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:36.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:35 smithi098 bash[22846]: audit 2024-09-16T13:51:34.601672+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:36.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:35 smithi098 bash[22846]: audit 2024-09-16T13:51:34.601672+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:36.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:35 smithi098 bash[22846]: audit 2024-09-16T13:51:34.610404+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:36.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:35 smithi098 bash[22846]: audit 2024-09-16T13:51:34.610404+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:36.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:35 smithi098 bash[22846]: audit 2024-09-16T13:51:34.619430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:36.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:35 smithi098 bash[22846]: audit 2024-09-16T13:51:34.619430+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:36.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:36 smithi184 bash[23288]: cluster 2024-09-16T13:51:34.953161+0000 mgr.a (mgr.14412) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:36.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:36 smithi184 bash[23288]: cluster 2024-09-16T13:51:34.953161+0000 mgr.a (mgr.14412) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:36.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:36 smithi151 bash[23533]: cluster 2024-09-16T13:51:34.953161+0000 mgr.a (mgr.14412) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:36.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:36 smithi151 bash[23533]: cluster 2024-09-16T13:51:34.953161+0000 mgr.a (mgr.14412) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:37.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:36 smithi098 bash[22846]: cluster 2024-09-16T13:51:34.953161+0000 mgr.a (mgr.14412) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:37.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:36 smithi098 bash[22846]: cluster 2024-09-16T13:51:34.953161+0000 mgr.a (mgr.14412) 67 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:38.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:38 smithi184 bash[23288]: cluster 2024-09-16T13:51:36.953752+0000 mgr.a (mgr.14412) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:38.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:38 smithi184 bash[23288]: cluster 2024-09-16T13:51:36.953752+0000 mgr.a (mgr.14412) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:38.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:38 smithi184 bash[23288]: audit 2024-09-16T13:51:38.261814+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:38.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:38 smithi184 bash[23288]: audit 2024-09-16T13:51:38.261814+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:38.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:38 smithi151 bash[23533]: cluster 2024-09-16T13:51:36.953752+0000 mgr.a (mgr.14412) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:38.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:38 smithi151 bash[23533]: cluster 2024-09-16T13:51:36.953752+0000 mgr.a (mgr.14412) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:38.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:38 smithi151 bash[23533]: audit 2024-09-16T13:51:38.261814+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:38.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:38 smithi151 bash[23533]: audit 2024-09-16T13:51:38.261814+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:38 smithi098 bash[22846]: cluster 2024-09-16T13:51:36.953752+0000 mgr.a (mgr.14412) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:38 smithi098 bash[22846]: cluster 2024-09-16T13:51:36.953752+0000 mgr.a (mgr.14412) 68 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:38 smithi098 bash[22846]: audit 2024-09-16T13:51:38.261814+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:38 smithi098 bash[22846]: audit 2024-09-16T13:51:38.261814+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:40.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:40 smithi184 bash[23288]: cluster 2024-09-16T13:51:38.954324+0000 mgr.a (mgr.14412) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:40.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:40 smithi184 bash[23288]: cluster 2024-09-16T13:51:38.954324+0000 mgr.a (mgr.14412) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:40.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:40 smithi151 bash[23533]: cluster 2024-09-16T13:51:38.954324+0000 mgr.a (mgr.14412) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:40.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:40 smithi151 bash[23533]: cluster 2024-09-16T13:51:38.954324+0000 mgr.a (mgr.14412) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:40 smithi098 bash[22846]: cluster 2024-09-16T13:51:38.954324+0000 mgr.a (mgr.14412) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:40 smithi098 bash[22846]: cluster 2024-09-16T13:51:38.954324+0000 mgr.a (mgr.14412) 69 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:42.570 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: cluster 2024-09-16T13:51:40.954880+0000 mgr.a (mgr.14412) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:42.570 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: cluster 2024-09-16T13:51:40.954880+0000 mgr.a (mgr.14412) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:42.570 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: audit 2024-09-16T13:51:41.298649+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.570 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: audit 2024-09-16T13:51:41.298649+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.570 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: audit 2024-09-16T13:51:41.307901+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.570 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: audit 2024-09-16T13:51:41.307901+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.570 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: audit 2024-09-16T13:51:41.317990+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.571 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:42 smithi151 bash[23533]: audit 2024-09-16T13:51:41.317990+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: cluster 2024-09-16T13:51:40.954880+0000 mgr.a (mgr.14412) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: cluster 2024-09-16T13:51:40.954880+0000 mgr.a (mgr.14412) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: audit 2024-09-16T13:51:41.298649+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: audit 2024-09-16T13:51:41.298649+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: audit 2024-09-16T13:51:41.307901+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: audit 2024-09-16T13:51:41.307901+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: audit 2024-09-16T13:51:41.317990+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:42 smithi098 bash[22846]: audit 2024-09-16T13:51:41.317990+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.703 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: cluster 2024-09-16T13:51:40.954880+0000 mgr.a (mgr.14412) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:42.703 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: cluster 2024-09-16T13:51:40.954880+0000 mgr.a (mgr.14412) 70 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:42.703 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: audit 2024-09-16T13:51:41.298649+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.703 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: audit 2024-09-16T13:51:41.298649+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.703 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: audit 2024-09-16T13:51:41.307901+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.704 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: audit 2024-09-16T13:51:41.307901+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.704 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: audit 2024-09-16T13:51:41.317990+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:42.704 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:42 smithi184 bash[23288]: audit 2024-09-16T13:51:41.317990+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: cluster 2024-09-16T13:51:42.960241+0000 mgr.a (mgr.14412) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:44.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: cluster 2024-09-16T13:51:42.960241+0000 mgr.a (mgr.14412) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:44.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: audit 2024-09-16T13:51:44.131907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: audit 2024-09-16T13:51:44.131907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: audit 2024-09-16T13:51:44.140236+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: audit 2024-09-16T13:51:44.140236+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: audit 2024-09-16T13:51:44.149930+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:44 smithi184 bash[23288]: audit 2024-09-16T13:51:44.149930+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: cluster 2024-09-16T13:51:42.960241+0000 mgr.a (mgr.14412) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: cluster 2024-09-16T13:51:42.960241+0000 mgr.a (mgr.14412) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: audit 2024-09-16T13:51:44.131907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: audit 2024-09-16T13:51:44.131907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: audit 2024-09-16T13:51:44.140236+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: audit 2024-09-16T13:51:44.140236+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: audit 2024-09-16T13:51:44.149930+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:44 smithi098 bash[22846]: audit 2024-09-16T13:51:44.149930+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: cluster 2024-09-16T13:51:42.960241+0000 mgr.a (mgr.14412) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: cluster 2024-09-16T13:51:42.960241+0000 mgr.a (mgr.14412) 71 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: audit 2024-09-16T13:51:44.131907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: audit 2024-09-16T13:51:44.131907+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: audit 2024-09-16T13:51:44.140236+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: audit 2024-09-16T13:51:44.140236+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: audit 2024-09-16T13:51:44.149930+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:44.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:44 smithi151 bash[23533]: audit 2024-09-16T13:51:44.149930+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:45.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:51:45 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:51:45] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-16T13:51:46.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: cluster 2024-09-16T13:51:44.960902+0000 mgr.a (mgr.14412) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:46.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: cluster 2024-09-16T13:51:44.960902+0000 mgr.a (mgr.14412) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:46.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.514179+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:51:46.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.514179+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:51:46.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.518708+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:51:46.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.518708+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:51:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.520073+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:51:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.520073+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:51:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.530650+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:46.591 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:46 smithi098 bash[22846]: audit 2024-09-16T13:51:45.530650+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:46.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: cluster 2024-09-16T13:51:44.960902+0000 mgr.a (mgr.14412) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:46.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: cluster 2024-09-16T13:51:44.960902+0000 mgr.a (mgr.14412) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:46.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.514179+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:51:46.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.514179+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:51:46.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.518708+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:51:46.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.518708+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:51:46.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.520073+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:51:46.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.520073+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:51:46.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.530650+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:46.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:46 smithi184 bash[23288]: audit 2024-09-16T13:51:45.530650+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:46.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: cluster 2024-09-16T13:51:44.960902+0000 mgr.a (mgr.14412) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: cluster 2024-09-16T13:51:44.960902+0000 mgr.a (mgr.14412) 72 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.514179+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.514179+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.518708+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.518708+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.520073+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.520073+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.530650+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:46 smithi151 bash[23533]: audit 2024-09-16T13:51:45.530650+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:48.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:48 smithi098 bash[22846]: cluster 2024-09-16T13:51:46.961453+0000 mgr.a (mgr.14412) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:48.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:48 smithi098 bash[22846]: cluster 2024-09-16T13:51:46.961453+0000 mgr.a (mgr.14412) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:48.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:48 smithi184 bash[23288]: cluster 2024-09-16T13:51:46.961453+0000 mgr.a (mgr.14412) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:48.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:48 smithi184 bash[23288]: cluster 2024-09-16T13:51:46.961453+0000 mgr.a (mgr.14412) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:48.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:48 smithi151 bash[23533]: cluster 2024-09-16T13:51:46.961453+0000 mgr.a (mgr.14412) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:48.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:48 smithi151 bash[23533]: cluster 2024-09-16T13:51:46.961453+0000 mgr.a (mgr.14412) 73 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:50.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:50 smithi098 bash[22846]: cluster 2024-09-16T13:51:48.961940+0000 mgr.a (mgr.14412) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:50.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:50 smithi098 bash[22846]: cluster 2024-09-16T13:51:48.961940+0000 mgr.a (mgr.14412) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:50.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:50 smithi184 bash[23288]: cluster 2024-09-16T13:51:48.961940+0000 mgr.a (mgr.14412) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:50.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:50 smithi184 bash[23288]: cluster 2024-09-16T13:51:48.961940+0000 mgr.a (mgr.14412) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:50.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:50 smithi151 bash[23533]: cluster 2024-09-16T13:51:48.961940+0000 mgr.a (mgr.14412) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:50.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:50 smithi151 bash[23533]: cluster 2024-09-16T13:51:48.961940+0000 mgr.a (mgr.14412) 74 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:52.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:52 smithi098 bash[22846]: cluster 2024-09-16T13:51:50.962372+0000 mgr.a (mgr.14412) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:52.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:52 smithi098 bash[22846]: cluster 2024-09-16T13:51:50.962372+0000 mgr.a (mgr.14412) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:52.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:52 smithi184 bash[23288]: cluster 2024-09-16T13:51:50.962372+0000 mgr.a (mgr.14412) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:52.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:52 smithi184 bash[23288]: cluster 2024-09-16T13:51:50.962372+0000 mgr.a (mgr.14412) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:52.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:52 smithi151 bash[23533]: cluster 2024-09-16T13:51:50.962372+0000 mgr.a (mgr.14412) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:52.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:52 smithi151 bash[23533]: cluster 2024-09-16T13:51:50.962372+0000 mgr.a (mgr.14412) 75 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:53.568 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:53 smithi098 bash[22846]: audit 2024-09-16T13:51:53.261646+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:53.568 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:53 smithi098 bash[22846]: audit 2024-09-16T13:51:53.261646+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:53.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:53 smithi184 bash[23288]: audit 2024-09-16T13:51:53.261646+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:53.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:53 smithi184 bash[23288]: audit 2024-09-16T13:51:53.261646+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:53.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:53 smithi151 bash[23533]: audit 2024-09-16T13:51:53.261646+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:53.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:53 smithi151 bash[23533]: audit 2024-09-16T13:51:53.261646+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:51:54.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:54 smithi098 bash[22846]: cluster 2024-09-16T13:51:52.962926+0000 mgr.a (mgr.14412) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:54.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:54 smithi098 bash[22846]: cluster 2024-09-16T13:51:52.962926+0000 mgr.a (mgr.14412) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:54.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:54 smithi184 bash[23288]: cluster 2024-09-16T13:51:52.962926+0000 mgr.a (mgr.14412) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:54.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:54 smithi184 bash[23288]: cluster 2024-09-16T13:51:52.962926+0000 mgr.a (mgr.14412) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:54.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:54 smithi151 bash[23533]: cluster 2024-09-16T13:51:52.962926+0000 mgr.a (mgr.14412) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:54.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:54 smithi151 bash[23533]: cluster 2024-09-16T13:51:52.962926+0000 mgr.a (mgr.14412) 76 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:55.339 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:51:55 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:51:55] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.51.0" 2024-09-16T13:51:56.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:55 smithi098 bash[22846]: audit 2024-09-16T13:51:54.814067+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:55 smithi098 bash[22846]: audit 2024-09-16T13:51:54.814067+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:55 smithi098 bash[22846]: audit 2024-09-16T13:51:54.819734+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:55 smithi098 bash[22846]: audit 2024-09-16T13:51:54.819734+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:55 smithi098 bash[22846]: audit 2024-09-16T13:51:54.824770+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:55 smithi098 bash[22846]: audit 2024-09-16T13:51:54.824770+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:55 smithi184 bash[23288]: audit 2024-09-16T13:51:54.814067+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:55 smithi184 bash[23288]: audit 2024-09-16T13:51:54.814067+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:55 smithi184 bash[23288]: audit 2024-09-16T13:51:54.819734+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:55 smithi184 bash[23288]: audit 2024-09-16T13:51:54.819734+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:55 smithi184 bash[23288]: audit 2024-09-16T13:51:54.824770+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:55 smithi184 bash[23288]: audit 2024-09-16T13:51:54.824770+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:55 smithi151 bash[23533]: audit 2024-09-16T13:51:54.814067+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:55 smithi151 bash[23533]: audit 2024-09-16T13:51:54.814067+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:55 smithi151 bash[23533]: audit 2024-09-16T13:51:54.819734+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:55 smithi151 bash[23533]: audit 2024-09-16T13:51:54.819734+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:55 smithi151 bash[23533]: audit 2024-09-16T13:51:54.824770+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:56.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:55 smithi151 bash[23533]: audit 2024-09-16T13:51:54.824770+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:51:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:56 smithi098 bash[22846]: cluster 2024-09-16T13:51:54.963523+0000 mgr.a (mgr.14412) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:57.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:56 smithi098 bash[22846]: cluster 2024-09-16T13:51:54.963523+0000 mgr.a (mgr.14412) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:57.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:56 smithi184 bash[23288]: cluster 2024-09-16T13:51:54.963523+0000 mgr.a (mgr.14412) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:57.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:56 smithi184 bash[23288]: cluster 2024-09-16T13:51:54.963523+0000 mgr.a (mgr.14412) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:57.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:56 smithi151 bash[23533]: cluster 2024-09-16T13:51:54.963523+0000 mgr.a (mgr.14412) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:57.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:56 smithi151 bash[23533]: cluster 2024-09-16T13:51:54.963523+0000 mgr.a (mgr.14412) 77 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:58.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:57 smithi098 bash[22846]: cluster 2024-09-16T13:51:56.964085+0000 mgr.a (mgr.14412) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:58.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:51:57 smithi098 bash[22846]: cluster 2024-09-16T13:51:56.964085+0000 mgr.a (mgr.14412) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:58.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:57 smithi184 bash[23288]: cluster 2024-09-16T13:51:56.964085+0000 mgr.a (mgr.14412) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:58.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:51:57 smithi184 bash[23288]: cluster 2024-09-16T13:51:56.964085+0000 mgr.a (mgr.14412) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:58.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:57 smithi151 bash[23533]: cluster 2024-09-16T13:51:56.964085+0000 mgr.a (mgr.14412) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:51:58.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:51:57 smithi151 bash[23533]: cluster 2024-09-16T13:51:56.964085+0000 mgr.a (mgr.14412) 78 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:00.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:00 smithi098 bash[22846]: cluster 2024-09-16T13:51:58.964614+0000 mgr.a (mgr.14412) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:00.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:00 smithi098 bash[22846]: cluster 2024-09-16T13:51:58.964614+0000 mgr.a (mgr.14412) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:00.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:00 smithi184 bash[23288]: cluster 2024-09-16T13:51:58.964614+0000 mgr.a (mgr.14412) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:00.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:00 smithi184 bash[23288]: cluster 2024-09-16T13:51:58.964614+0000 mgr.a (mgr.14412) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:00.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:00 smithi151 bash[23533]: cluster 2024-09-16T13:51:58.964614+0000 mgr.a (mgr.14412) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:00.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:00 smithi151 bash[23533]: cluster 2024-09-16T13:51:58.964614+0000 mgr.a (mgr.14412) 79 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: cluster 2024-09-16T13:52:00.965199+0000 mgr.a (mgr.14412) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: cluster 2024-09-16T13:52:00.965199+0000 mgr.a (mgr.14412) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:02.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: audit 2024-09-16T13:52:01.499059+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: audit 2024-09-16T13:52:01.499059+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: audit 2024-09-16T13:52:01.509718+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: audit 2024-09-16T13:52:01.509718+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: audit 2024-09-16T13:52:01.519693+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:02 smithi098 bash[22846]: audit 2024-09-16T13:52:01.519693+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: cluster 2024-09-16T13:52:00.965199+0000 mgr.a (mgr.14412) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:02.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: cluster 2024-09-16T13:52:00.965199+0000 mgr.a (mgr.14412) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:02.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: audit 2024-09-16T13:52:01.499059+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: audit 2024-09-16T13:52:01.499059+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: audit 2024-09-16T13:52:01.509718+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: audit 2024-09-16T13:52:01.509718+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: audit 2024-09-16T13:52:01.519693+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.964 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:02 smithi184 bash[23288]: audit 2024-09-16T13:52:01.519693+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: cluster 2024-09-16T13:52:00.965199+0000 mgr.a (mgr.14412) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: cluster 2024-09-16T13:52:00.965199+0000 mgr.a (mgr.14412) 80 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: audit 2024-09-16T13:52:01.499059+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: audit 2024-09-16T13:52:01.499059+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: audit 2024-09-16T13:52:01.509718+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: audit 2024-09-16T13:52:01.509718+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: audit 2024-09-16T13:52:01.519693+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:02 smithi151 bash[23533]: audit 2024-09-16T13:52:01.519693+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: cluster 2024-09-16T13:52:02.965727+0000 mgr.a (mgr.14412) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:04.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: cluster 2024-09-16T13:52:02.965727+0000 mgr.a (mgr.14412) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:04.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: audit 2024-09-16T13:52:04.352117+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: audit 2024-09-16T13:52:04.352117+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: audit 2024-09-16T13:52:04.360415+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: audit 2024-09-16T13:52:04.360415+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: audit 2024-09-16T13:52:04.370072+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.714 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:04 smithi184 bash[23288]: audit 2024-09-16T13:52:04.370072+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: cluster 2024-09-16T13:52:02.965727+0000 mgr.a (mgr.14412) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: cluster 2024-09-16T13:52:02.965727+0000 mgr.a (mgr.14412) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: audit 2024-09-16T13:52:04.352117+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: audit 2024-09-16T13:52:04.352117+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: audit 2024-09-16T13:52:04.360415+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: audit 2024-09-16T13:52:04.360415+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: audit 2024-09-16T13:52:04.370072+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:04 smithi098 bash[22846]: audit 2024-09-16T13:52:04.370072+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: cluster 2024-09-16T13:52:02.965727+0000 mgr.a (mgr.14412) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: cluster 2024-09-16T13:52:02.965727+0000 mgr.a (mgr.14412) 81 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: audit 2024-09-16T13:52:04.352117+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: audit 2024-09-16T13:52:04.352117+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: audit 2024-09-16T13:52:04.360415+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: audit 2024-09-16T13:52:04.360415+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: audit 2024-09-16T13:52:04.370072+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:04.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:04 smithi151 bash[23533]: audit 2024-09-16T13:52:04.370072+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:05.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:52:05 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:52:05] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.51.0" 2024-09-16T13:52:06.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:06 smithi098 bash[22846]: cluster 2024-09-16T13:52:04.966298+0000 mgr.a (mgr.14412) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:06.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:06 smithi098 bash[22846]: cluster 2024-09-16T13:52:04.966298+0000 mgr.a (mgr.14412) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:06.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:06 smithi184 bash[23288]: cluster 2024-09-16T13:52:04.966298+0000 mgr.a (mgr.14412) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:06.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:06 smithi184 bash[23288]: cluster 2024-09-16T13:52:04.966298+0000 mgr.a (mgr.14412) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:06.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:06 smithi151 bash[23533]: cluster 2024-09-16T13:52:04.966298+0000 mgr.a (mgr.14412) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:06.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:06 smithi151 bash[23533]: cluster 2024-09-16T13:52:04.966298+0000 mgr.a (mgr.14412) 82 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:08.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:08 smithi098 bash[22846]: cluster 2024-09-16T13:52:06.966864+0000 mgr.a (mgr.14412) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:08.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:08 smithi098 bash[22846]: cluster 2024-09-16T13:52:06.966864+0000 mgr.a (mgr.14412) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:08.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:08 smithi098 bash[22846]: audit 2024-09-16T13:52:08.262514+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:08.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:08 smithi098 bash[22846]: audit 2024-09-16T13:52:08.262514+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:08.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:08 smithi184 bash[23288]: cluster 2024-09-16T13:52:06.966864+0000 mgr.a (mgr.14412) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:08.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:08 smithi184 bash[23288]: cluster 2024-09-16T13:52:06.966864+0000 mgr.a (mgr.14412) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:08.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:08 smithi184 bash[23288]: audit 2024-09-16T13:52:08.262514+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:08.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:08 smithi184 bash[23288]: audit 2024-09-16T13:52:08.262514+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:08.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:08 smithi151 bash[23533]: cluster 2024-09-16T13:52:06.966864+0000 mgr.a (mgr.14412) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:08.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:08 smithi151 bash[23533]: cluster 2024-09-16T13:52:06.966864+0000 mgr.a (mgr.14412) 83 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:08 smithi151 bash[23533]: audit 2024-09-16T13:52:08.262514+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:08 smithi151 bash[23533]: audit 2024-09-16T13:52:08.262514+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:10.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:10 smithi098 bash[22846]: cluster 2024-09-16T13:52:08.967396+0000 mgr.a (mgr.14412) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:10.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:10 smithi098 bash[22846]: cluster 2024-09-16T13:52:08.967396+0000 mgr.a (mgr.14412) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:10.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:10 smithi184 bash[23288]: cluster 2024-09-16T13:52:08.967396+0000 mgr.a (mgr.14412) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:10.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:10 smithi184 bash[23288]: cluster 2024-09-16T13:52:08.967396+0000 mgr.a (mgr.14412) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:10.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:10 smithi151 bash[23533]: cluster 2024-09-16T13:52:08.967396+0000 mgr.a (mgr.14412) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:10.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:10 smithi151 bash[23533]: cluster 2024-09-16T13:52:08.967396+0000 mgr.a (mgr.14412) 84 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:12.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:12 smithi098 bash[22846]: cluster 2024-09-16T13:52:10.967945+0000 mgr.a (mgr.14412) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:12.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:12 smithi098 bash[22846]: cluster 2024-09-16T13:52:10.967945+0000 mgr.a (mgr.14412) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:12.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:12 smithi184 bash[23288]: cluster 2024-09-16T13:52:10.967945+0000 mgr.a (mgr.14412) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:12.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:12 smithi184 bash[23288]: cluster 2024-09-16T13:52:10.967945+0000 mgr.a (mgr.14412) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:12.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:12 smithi151 bash[23533]: cluster 2024-09-16T13:52:10.967945+0000 mgr.a (mgr.14412) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:12.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:12 smithi151 bash[23533]: cluster 2024-09-16T13:52:10.967945+0000 mgr.a (mgr.14412) 85 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:14.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:14 smithi098 bash[22846]: cluster 2024-09-16T13:52:12.968462+0000 mgr.a (mgr.14412) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:14.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:14 smithi098 bash[22846]: cluster 2024-09-16T13:52:12.968462+0000 mgr.a (mgr.14412) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:14.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:14 smithi184 bash[23288]: cluster 2024-09-16T13:52:12.968462+0000 mgr.a (mgr.14412) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:14.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:14 smithi184 bash[23288]: cluster 2024-09-16T13:52:12.968462+0000 mgr.a (mgr.14412) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:14.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:14 smithi151 bash[23533]: cluster 2024-09-16T13:52:12.968462+0000 mgr.a (mgr.14412) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:14.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:14 smithi151 bash[23533]: cluster 2024-09-16T13:52:12.968462+0000 mgr.a (mgr.14412) 86 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:15.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:52:15] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.51.0" 2024-09-16T13:52:16.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: cluster 2024-09-16T13:52:14.968828+0000 mgr.a (mgr.14412) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:16.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: cluster 2024-09-16T13:52:14.968828+0000 mgr.a (mgr.14412) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:16.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: audit 2024-09-16T13:52:14.987944+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: audit 2024-09-16T13:52:14.987944+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: audit 2024-09-16T13:52:14.994794+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: audit 2024-09-16T13:52:14.994794+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: audit 2024-09-16T13:52:15.003637+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:15 smithi151 bash[23533]: audit 2024-09-16T13:52:15.003637+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: cluster 2024-09-16T13:52:14.968828+0000 mgr.a (mgr.14412) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: cluster 2024-09-16T13:52:14.968828+0000 mgr.a (mgr.14412) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: audit 2024-09-16T13:52:14.987944+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: audit 2024-09-16T13:52:14.987944+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: audit 2024-09-16T13:52:14.994794+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: audit 2024-09-16T13:52:14.994794+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: audit 2024-09-16T13:52:15.003637+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:15 smithi098 bash[22846]: audit 2024-09-16T13:52:15.003637+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: cluster 2024-09-16T13:52:14.968828+0000 mgr.a (mgr.14412) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: cluster 2024-09-16T13:52:14.968828+0000 mgr.a (mgr.14412) 87 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: audit 2024-09-16T13:52:14.987944+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: audit 2024-09-16T13:52:14.987944+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: audit 2024-09-16T13:52:14.994794+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: audit 2024-09-16T13:52:14.994794+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: audit 2024-09-16T13:52:15.003637+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:16.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:15 smithi184 bash[23288]: audit 2024-09-16T13:52:15.003637+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:18.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:17 smithi151 bash[23533]: cluster 2024-09-16T13:52:16.969306+0000 mgr.a (mgr.14412) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:18.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:17 smithi151 bash[23533]: cluster 2024-09-16T13:52:16.969306+0000 mgr.a (mgr.14412) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:18.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:17 smithi098 bash[22846]: cluster 2024-09-16T13:52:16.969306+0000 mgr.a (mgr.14412) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:18.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:17 smithi098 bash[22846]: cluster 2024-09-16T13:52:16.969306+0000 mgr.a (mgr.14412) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:18.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:17 smithi184 bash[23288]: cluster 2024-09-16T13:52:16.969306+0000 mgr.a (mgr.14412) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:18.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:17 smithi184 bash[23288]: cluster 2024-09-16T13:52:16.969306+0000 mgr.a (mgr.14412) 88 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:20.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:19 smithi184 bash[23288]: cluster 2024-09-16T13:52:18.969857+0000 mgr.a (mgr.14412) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:20.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:19 smithi184 bash[23288]: cluster 2024-09-16T13:52:18.969857+0000 mgr.a (mgr.14412) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:20.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:19 smithi098 bash[22846]: cluster 2024-09-16T13:52:18.969857+0000 mgr.a (mgr.14412) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:20.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:19 smithi098 bash[22846]: cluster 2024-09-16T13:52:18.969857+0000 mgr.a (mgr.14412) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:20.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:19 smithi151 bash[23533]: cluster 2024-09-16T13:52:18.969857+0000 mgr.a (mgr.14412) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:20.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:19 smithi151 bash[23533]: cluster 2024-09-16T13:52:18.969857+0000 mgr.a (mgr.14412) 89 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:22.962 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: cluster 2024-09-16T13:52:20.970400+0000 mgr.a (mgr.14412) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:22.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: cluster 2024-09-16T13:52:20.970400+0000 mgr.a (mgr.14412) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:22.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: audit 2024-09-16T13:52:21.699334+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: audit 2024-09-16T13:52:21.699334+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: audit 2024-09-16T13:52:21.708366+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: audit 2024-09-16T13:52:21.708366+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: audit 2024-09-16T13:52:21.718504+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:22 smithi184 bash[23288]: audit 2024-09-16T13:52:21.718504+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: cluster 2024-09-16T13:52:20.970400+0000 mgr.a (mgr.14412) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:22.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: cluster 2024-09-16T13:52:20.970400+0000 mgr.a (mgr.14412) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:22.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: audit 2024-09-16T13:52:21.699334+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: audit 2024-09-16T13:52:21.699334+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: audit 2024-09-16T13:52:21.708366+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: audit 2024-09-16T13:52:21.708366+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: audit 2024-09-16T13:52:21.718504+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:22.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:22 smithi151 bash[23533]: audit 2024-09-16T13:52:21.718504+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: cluster 2024-09-16T13:52:20.970400+0000 mgr.a (mgr.14412) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: cluster 2024-09-16T13:52:20.970400+0000 mgr.a (mgr.14412) 90 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: audit 2024-09-16T13:52:21.699334+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: audit 2024-09-16T13:52:21.699334+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: audit 2024-09-16T13:52:21.708366+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: audit 2024-09-16T13:52:21.708366+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: audit 2024-09-16T13:52:21.718504+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:22 smithi098 bash[22846]: audit 2024-09-16T13:52:21.718504+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:23.962 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:23 smithi184 bash[23288]: audit 2024-09-16T13:52:23.263271+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:23.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:23 smithi184 bash[23288]: audit 2024-09-16T13:52:23.263271+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:23.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:23 smithi151 bash[23533]: audit 2024-09-16T13:52:23.263271+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:23.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:23 smithi151 bash[23533]: audit 2024-09-16T13:52:23.263271+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:24.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:23 smithi098 bash[22846]: audit 2024-09-16T13:52:23.263271+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:24.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:23 smithi098 bash[22846]: audit 2024-09-16T13:52:23.263271+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: cluster 2024-09-16T13:52:22.970890+0000 mgr.a (mgr.14412) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: cluster 2024-09-16T13:52:22.970890+0000 mgr.a (mgr.14412) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: audit 2024-09-16T13:52:24.567112+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: audit 2024-09-16T13:52:24.567112+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: audit 2024-09-16T13:52:24.575467+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: audit 2024-09-16T13:52:24.575467+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: audit 2024-09-16T13:52:24.585292+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:24 smithi184 bash[23288]: audit 2024-09-16T13:52:24.585292+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: cluster 2024-09-16T13:52:22.970890+0000 mgr.a (mgr.14412) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:24.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: cluster 2024-09-16T13:52:22.970890+0000 mgr.a (mgr.14412) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: audit 2024-09-16T13:52:24.567112+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: audit 2024-09-16T13:52:24.567112+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: audit 2024-09-16T13:52:24.575467+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: audit 2024-09-16T13:52:24.575467+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: audit 2024-09-16T13:52:24.585292+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:24.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:24 smithi151 bash[23533]: audit 2024-09-16T13:52:24.585292+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:25.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: cluster 2024-09-16T13:52:22.970890+0000 mgr.a (mgr.14412) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:25.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: cluster 2024-09-16T13:52:22.970890+0000 mgr.a (mgr.14412) 91 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:25.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: audit 2024-09-16T13:52:24.567112+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:25.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: audit 2024-09-16T13:52:24.567112+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:25.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: audit 2024-09-16T13:52:24.575467+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:25.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: audit 2024-09-16T13:52:24.575467+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:25.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: audit 2024-09-16T13:52:24.585292+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:25.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:24 smithi098 bash[22846]: audit 2024-09-16T13:52:24.585292+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:25.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:52:25 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:52:25] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-16T13:52:26.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:26 smithi151 bash[23533]: cluster 2024-09-16T13:52:24.971444+0000 mgr.a (mgr.14412) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:26.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:26 smithi151 bash[23533]: cluster 2024-09-16T13:52:24.971444+0000 mgr.a (mgr.14412) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:27.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:26 smithi098 bash[22846]: cluster 2024-09-16T13:52:24.971444+0000 mgr.a (mgr.14412) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:27.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:26 smithi098 bash[22846]: cluster 2024-09-16T13:52:24.971444+0000 mgr.a (mgr.14412) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:27.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:26 smithi184 bash[23288]: cluster 2024-09-16T13:52:24.971444+0000 mgr.a (mgr.14412) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:27.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:26 smithi184 bash[23288]: cluster 2024-09-16T13:52:24.971444+0000 mgr.a (mgr.14412) 92 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:28.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:28 smithi151 bash[23533]: cluster 2024-09-16T13:52:26.972000+0000 mgr.a (mgr.14412) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:28.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:28 smithi151 bash[23533]: cluster 2024-09-16T13:52:26.972000+0000 mgr.a (mgr.14412) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:29.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:28 smithi098 bash[22846]: cluster 2024-09-16T13:52:26.972000+0000 mgr.a (mgr.14412) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:29.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:28 smithi098 bash[22846]: cluster 2024-09-16T13:52:26.972000+0000 mgr.a (mgr.14412) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:29.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:28 smithi184 bash[23288]: cluster 2024-09-16T13:52:26.972000+0000 mgr.a (mgr.14412) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:29.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:28 smithi184 bash[23288]: cluster 2024-09-16T13:52:26.972000+0000 mgr.a (mgr.14412) 93 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:30.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:30 smithi151 bash[23533]: cluster 2024-09-16T13:52:28.972611+0000 mgr.a (mgr.14412) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:30.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:30 smithi151 bash[23533]: cluster 2024-09-16T13:52:28.972611+0000 mgr.a (mgr.14412) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:31.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:30 smithi098 bash[22846]: cluster 2024-09-16T13:52:28.972611+0000 mgr.a (mgr.14412) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:31.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:30 smithi098 bash[22846]: cluster 2024-09-16T13:52:28.972611+0000 mgr.a (mgr.14412) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:31.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:30 smithi184 bash[23288]: cluster 2024-09-16T13:52:28.972611+0000 mgr.a (mgr.14412) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:31.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:30 smithi184 bash[23288]: cluster 2024-09-16T13:52:28.972611+0000 mgr.a (mgr.14412) 94 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:32.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:32 smithi151 bash[23533]: cluster 2024-09-16T13:52:30.973293+0000 mgr.a (mgr.14412) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:32.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:32 smithi151 bash[23533]: cluster 2024-09-16T13:52:30.973293+0000 mgr.a (mgr.14412) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:33.055 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:32 smithi098 bash[22846]: cluster 2024-09-16T13:52:30.973293+0000 mgr.a (mgr.14412) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:33.055 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:32 smithi098 bash[22846]: cluster 2024-09-16T13:52:30.973293+0000 mgr.a (mgr.14412) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:33.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:32 smithi184 bash[23288]: cluster 2024-09-16T13:52:30.973293+0000 mgr.a (mgr.14412) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:33.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:32 smithi184 bash[23288]: cluster 2024-09-16T13:52:30.973293+0000 mgr.a (mgr.14412) 95 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:34.839 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:34 smithi098 bash[22846]: cluster 2024-09-16T13:52:32.973938+0000 mgr.a (mgr.14412) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:34.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:34 smithi098 bash[22846]: cluster 2024-09-16T13:52:32.973938+0000 mgr.a (mgr.14412) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:34.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:34 smithi151 bash[23533]: cluster 2024-09-16T13:52:32.973938+0000 mgr.a (mgr.14412) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:34.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:34 smithi151 bash[23533]: cluster 2024-09-16T13:52:32.973938+0000 mgr.a (mgr.14412) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:35.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:34 smithi184 bash[23288]: cluster 2024-09-16T13:52:32.973938+0000 mgr.a (mgr.14412) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:35.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:34 smithi184 bash[23288]: cluster 2024-09-16T13:52:32.973938+0000 mgr.a (mgr.14412) 96 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:35.474 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:52:35 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:52:35] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: cluster 2024-09-16T13:52:34.974616+0000 mgr.a (mgr.14412) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: cluster 2024-09-16T13:52:34.974616+0000 mgr.a (mgr.14412) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: audit 2024-09-16T13:52:35.177925+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: audit 2024-09-16T13:52:35.177925+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: audit 2024-09-16T13:52:35.183056+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: audit 2024-09-16T13:52:35.183056+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: audit 2024-09-16T13:52:35.188694+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:36 smithi184 bash[23288]: audit 2024-09-16T13:52:35.188694+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: cluster 2024-09-16T13:52:34.974616+0000 mgr.a (mgr.14412) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:36.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: cluster 2024-09-16T13:52:34.974616+0000 mgr.a (mgr.14412) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:36.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: audit 2024-09-16T13:52:35.177925+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: audit 2024-09-16T13:52:35.177925+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: audit 2024-09-16T13:52:35.183056+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: audit 2024-09-16T13:52:35.183056+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: audit 2024-09-16T13:52:35.188694+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:36 smithi151 bash[23533]: audit 2024-09-16T13:52:35.188694+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: cluster 2024-09-16T13:52:34.974616+0000 mgr.a (mgr.14412) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: cluster 2024-09-16T13:52:34.974616+0000 mgr.a (mgr.14412) 97 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: audit 2024-09-16T13:52:35.177925+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: audit 2024-09-16T13:52:35.177925+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: audit 2024-09-16T13:52:35.183056+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: audit 2024-09-16T13:52:35.183056+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: audit 2024-09-16T13:52:35.188694+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:36 smithi098 bash[22846]: audit 2024-09-16T13:52:35.188694+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:38.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:38 smithi184 bash[23288]: cluster 2024-09-16T13:52:36.975290+0000 mgr.a (mgr.14412) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:38.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:38 smithi184 bash[23288]: cluster 2024-09-16T13:52:36.975290+0000 mgr.a (mgr.14412) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:38.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:38 smithi151 bash[23533]: cluster 2024-09-16T13:52:36.975290+0000 mgr.a (mgr.14412) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:38.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:38 smithi151 bash[23533]: cluster 2024-09-16T13:52:36.975290+0000 mgr.a (mgr.14412) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:38.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:38 smithi098 bash[22846]: cluster 2024-09-16T13:52:36.975290+0000 mgr.a (mgr.14412) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:38.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:38 smithi098 bash[22846]: cluster 2024-09-16T13:52:36.975290+0000 mgr.a (mgr.14412) 98 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:39.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:39 smithi184 bash[23288]: audit 2024-09-16T13:52:38.263694+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:39.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:39 smithi184 bash[23288]: audit 2024-09-16T13:52:38.263694+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:39.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:39 smithi151 bash[23533]: audit 2024-09-16T13:52:38.263694+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:39.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:39 smithi151 bash[23533]: audit 2024-09-16T13:52:38.263694+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:39.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:39 smithi098 bash[22846]: audit 2024-09-16T13:52:38.263694+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:39.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:39 smithi098 bash[22846]: audit 2024-09-16T13:52:38.263694+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:40.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:40 smithi184 bash[23288]: cluster 2024-09-16T13:52:38.975973+0000 mgr.a (mgr.14412) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:40.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:40 smithi184 bash[23288]: cluster 2024-09-16T13:52:38.975973+0000 mgr.a (mgr.14412) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:40.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:40 smithi151 bash[23533]: cluster 2024-09-16T13:52:38.975973+0000 mgr.a (mgr.14412) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:40.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:40 smithi151 bash[23533]: cluster 2024-09-16T13:52:38.975973+0000 mgr.a (mgr.14412) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:40.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:40 smithi098 bash[22846]: cluster 2024-09-16T13:52:38.975973+0000 mgr.a (mgr.14412) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:40.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:40 smithi098 bash[22846]: cluster 2024-09-16T13:52:38.975973+0000 mgr.a (mgr.14412) 99 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:42.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: cluster 2024-09-16T13:52:40.976604+0000 mgr.a (mgr.14412) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:42.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: cluster 2024-09-16T13:52:40.976604+0000 mgr.a (mgr.14412) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:42.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: audit 2024-09-16T13:52:41.906035+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: audit 2024-09-16T13:52:41.906035+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: audit 2024-09-16T13:52:41.914789+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.464 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: audit 2024-09-16T13:52:41.914789+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: audit 2024-09-16T13:52:41.924436+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.465 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:42 smithi184 bash[23288]: audit 2024-09-16T13:52:41.924436+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: cluster 2024-09-16T13:52:40.976604+0000 mgr.a (mgr.14412) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: cluster 2024-09-16T13:52:40.976604+0000 mgr.a (mgr.14412) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: audit 2024-09-16T13:52:41.906035+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: audit 2024-09-16T13:52:41.906035+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: audit 2024-09-16T13:52:41.914789+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: audit 2024-09-16T13:52:41.914789+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: audit 2024-09-16T13:52:41.924436+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:42 smithi151 bash[23533]: audit 2024-09-16T13:52:41.924436+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: cluster 2024-09-16T13:52:40.976604+0000 mgr.a (mgr.14412) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: cluster 2024-09-16T13:52:40.976604+0000 mgr.a (mgr.14412) 100 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: audit 2024-09-16T13:52:41.906035+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: audit 2024-09-16T13:52:41.906035+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: audit 2024-09-16T13:52:41.914789+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: audit 2024-09-16T13:52:41.914789+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: audit 2024-09-16T13:52:41.924436+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:42.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:42 smithi098 bash[22846]: audit 2024-09-16T13:52:41.924436+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:44.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:44 smithi184 bash[23288]: cluster 2024-09-16T13:52:42.977153+0000 mgr.a (mgr.14412) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:44.463 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:44 smithi184 bash[23288]: cluster 2024-09-16T13:52:42.977153+0000 mgr.a (mgr.14412) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:44.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:44 smithi151 bash[23533]: cluster 2024-09-16T13:52:42.977153+0000 mgr.a (mgr.14412) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:44.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:44 smithi151 bash[23533]: cluster 2024-09-16T13:52:42.977153+0000 mgr.a (mgr.14412) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:44.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:44 smithi098 bash[22846]: cluster 2024-09-16T13:52:42.977153+0000 mgr.a (mgr.14412) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:44 smithi098 bash[22846]: cluster 2024-09-16T13:52:42.977153+0000 mgr.a (mgr.14412) 101 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:45.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:52:45 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:52:45] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.51.0" 2024-09-16T13:52:46.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:45 smithi098 bash[22846]: audit 2024-09-16T13:52:44.763412+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:45 smithi098 bash[22846]: audit 2024-09-16T13:52:44.763412+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:45 smithi098 bash[22846]: audit 2024-09-16T13:52:44.773211+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:45 smithi098 bash[22846]: audit 2024-09-16T13:52:44.773211+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:45 smithi098 bash[22846]: audit 2024-09-16T13:52:44.784222+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:45 smithi098 bash[22846]: audit 2024-09-16T13:52:44.784222+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:45 smithi184 bash[23288]: audit 2024-09-16T13:52:44.763412+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:45 smithi184 bash[23288]: audit 2024-09-16T13:52:44.763412+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:45 smithi184 bash[23288]: audit 2024-09-16T13:52:44.773211+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:45 smithi184 bash[23288]: audit 2024-09-16T13:52:44.773211+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:45 smithi184 bash[23288]: audit 2024-09-16T13:52:44.784222+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:45 smithi184 bash[23288]: audit 2024-09-16T13:52:44.784222+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:45 smithi151 bash[23533]: audit 2024-09-16T13:52:44.763412+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:45 smithi151 bash[23533]: audit 2024-09-16T13:52:44.763412+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:45 smithi151 bash[23533]: audit 2024-09-16T13:52:44.773211+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:45 smithi151 bash[23533]: audit 2024-09-16T13:52:44.773211+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:45 smithi151 bash[23533]: audit 2024-09-16T13:52:44.784222+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:46.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:45 smithi151 bash[23533]: audit 2024-09-16T13:52:44.784222+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: cluster 2024-09-16T13:52:44.977685+0000 mgr.a (mgr.14412) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:47.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: cluster 2024-09-16T13:52:44.977685+0000 mgr.a (mgr.14412) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:47.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:45.895732+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:45.895732+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.438091+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.438091+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.442680+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.442680+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.443664+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.443664+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.444340+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.444340+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.448790+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:46 smithi098 bash[22846]: audit 2024-09-16T13:52:46.448790+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: cluster 2024-09-16T13:52:44.977685+0000 mgr.a (mgr.14412) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:47.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: cluster 2024-09-16T13:52:44.977685+0000 mgr.a (mgr.14412) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:47.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:45.895732+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:52:47.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:45.895732+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:52:47.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.438091+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.438091+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.442680+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.442680+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.443664+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:52:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.443664+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:52:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.444340+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:52:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.444340+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:52:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.448790+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:46 smithi184 bash[23288]: audit 2024-09-16T13:52:46.448790+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: cluster 2024-09-16T13:52:44.977685+0000 mgr.a (mgr.14412) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: cluster 2024-09-16T13:52:44.977685+0000 mgr.a (mgr.14412) 102 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:45.895732+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:45.895732+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.438091+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.438091+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.442680+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.442680+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.443664+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:52:47.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.443664+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:52:47.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.444340+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:52:47.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.444340+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:52:47.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.448790+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:47.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:46 smithi151 bash[23533]: audit 2024-09-16T13:52:46.448790+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:49.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:48 smithi098 bash[22846]: cluster 2024-09-16T13:52:46.978197+0000 mgr.a (mgr.14412) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:49.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:48 smithi098 bash[22846]: cluster 2024-09-16T13:52:46.978197+0000 mgr.a (mgr.14412) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:49.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:48 smithi184 bash[23288]: cluster 2024-09-16T13:52:46.978197+0000 mgr.a (mgr.14412) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:49.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:48 smithi184 bash[23288]: cluster 2024-09-16T13:52:46.978197+0000 mgr.a (mgr.14412) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:49.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:48 smithi151 bash[23533]: cluster 2024-09-16T13:52:46.978197+0000 mgr.a (mgr.14412) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:49.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:48 smithi151 bash[23533]: cluster 2024-09-16T13:52:46.978197+0000 mgr.a (mgr.14412) 103 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:51.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:50 smithi098 bash[22846]: cluster 2024-09-16T13:52:48.978810+0000 mgr.a (mgr.14412) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:51.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:50 smithi098 bash[22846]: cluster 2024-09-16T13:52:48.978810+0000 mgr.a (mgr.14412) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:51.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:50 smithi184 bash[23288]: cluster 2024-09-16T13:52:48.978810+0000 mgr.a (mgr.14412) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:51.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:50 smithi184 bash[23288]: cluster 2024-09-16T13:52:48.978810+0000 mgr.a (mgr.14412) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:51.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:50 smithi151 bash[23533]: cluster 2024-09-16T13:52:48.978810+0000 mgr.a (mgr.14412) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:51.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:50 smithi151 bash[23533]: cluster 2024-09-16T13:52:48.978810+0000 mgr.a (mgr.14412) 104 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:53.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:52 smithi098 bash[22846]: cluster 2024-09-16T13:52:50.979389+0000 mgr.a (mgr.14412) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:53.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:52 smithi098 bash[22846]: cluster 2024-09-16T13:52:50.979389+0000 mgr.a (mgr.14412) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:53.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:52 smithi184 bash[23288]: cluster 2024-09-16T13:52:50.979389+0000 mgr.a (mgr.14412) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:53.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:52 smithi184 bash[23288]: cluster 2024-09-16T13:52:50.979389+0000 mgr.a (mgr.14412) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:53.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:52 smithi151 bash[23533]: cluster 2024-09-16T13:52:50.979389+0000 mgr.a (mgr.14412) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:53.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:52 smithi151 bash[23533]: cluster 2024-09-16T13:52:50.979389+0000 mgr.a (mgr.14412) 105 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:54.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:53 smithi098 bash[22846]: audit 2024-09-16T13:52:53.264272+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:54.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:53 smithi098 bash[22846]: audit 2024-09-16T13:52:53.264272+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:54.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:53 smithi184 bash[23288]: audit 2024-09-16T13:52:53.264272+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:54.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:53 smithi184 bash[23288]: audit 2024-09-16T13:52:53.264272+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:54.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:53 smithi151 bash[23533]: audit 2024-09-16T13:52:53.264272+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:54.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:53 smithi151 bash[23533]: audit 2024-09-16T13:52:53.264272+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:52:55.089 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:54 smithi098 bash[22846]: cluster 2024-09-16T13:52:52.979869+0000 mgr.a (mgr.14412) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:55.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:54 smithi098 bash[22846]: cluster 2024-09-16T13:52:52.979869+0000 mgr.a (mgr.14412) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:55.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:54 smithi184 bash[23288]: cluster 2024-09-16T13:52:52.979869+0000 mgr.a (mgr.14412) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:55.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:54 smithi184 bash[23288]: cluster 2024-09-16T13:52:52.979869+0000 mgr.a (mgr.14412) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:55.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:54 smithi151 bash[23533]: cluster 2024-09-16T13:52:52.979869+0000 mgr.a (mgr.14412) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:55.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:54 smithi151 bash[23533]: cluster 2024-09-16T13:52:52.979869+0000 mgr.a (mgr.14412) 106 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:55.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:52:55 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:52:55] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.51.0" 2024-09-16T13:52:56.712 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: cluster 2024-09-16T13:52:54.980416+0000 mgr.a (mgr.14412) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:56.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: cluster 2024-09-16T13:52:54.980416+0000 mgr.a (mgr.14412) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:56.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: audit 2024-09-16T13:52:55.364154+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: audit 2024-09-16T13:52:55.364154+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: audit 2024-09-16T13:52:55.372806+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: audit 2024-09-16T13:52:55.372806+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: audit 2024-09-16T13:52:55.382605+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.713 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:56 smithi184 bash[23288]: audit 2024-09-16T13:52:55.382605+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: cluster 2024-09-16T13:52:54.980416+0000 mgr.a (mgr.14412) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:56.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: cluster 2024-09-16T13:52:54.980416+0000 mgr.a (mgr.14412) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:56.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: audit 2024-09-16T13:52:55.364154+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: audit 2024-09-16T13:52:55.364154+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: audit 2024-09-16T13:52:55.372806+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: audit 2024-09-16T13:52:55.372806+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: audit 2024-09-16T13:52:55.382605+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:56 smithi151 bash[23533]: audit 2024-09-16T13:52:55.382605+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: cluster 2024-09-16T13:52:54.980416+0000 mgr.a (mgr.14412) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: cluster 2024-09-16T13:52:54.980416+0000 mgr.a (mgr.14412) 107 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: audit 2024-09-16T13:52:55.364154+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: audit 2024-09-16T13:52:55.364154+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: audit 2024-09-16T13:52:55.372806+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: audit 2024-09-16T13:52:55.372806+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: audit 2024-09-16T13:52:55.382605+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:56 smithi098 bash[22846]: audit 2024-09-16T13:52:55.382605+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:52:58.712 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:58 smithi184 bash[23288]: cluster 2024-09-16T13:52:56.980957+0000 mgr.a (mgr.14412) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:58.712 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:52:58 smithi184 bash[23288]: cluster 2024-09-16T13:52:56.980957+0000 mgr.a (mgr.14412) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:58.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:58 smithi151 bash[23533]: cluster 2024-09-16T13:52:56.980957+0000 mgr.a (mgr.14412) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:58.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:52:58 smithi151 bash[23533]: cluster 2024-09-16T13:52:56.980957+0000 mgr.a (mgr.14412) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:58.839 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:58 smithi098 bash[22846]: cluster 2024-09-16T13:52:56.980957+0000 mgr.a (mgr.14412) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:52:58.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:52:58 smithi098 bash[22846]: cluster 2024-09-16T13:52:56.980957+0000 mgr.a (mgr.14412) 108 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:00.684 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:00 smithi151 bash[23533]: cluster 2024-09-16T13:52:58.981560+0000 mgr.a (mgr.14412) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:00.684 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:00 smithi151 bash[23533]: cluster 2024-09-16T13:52:58.981560+0000 mgr.a (mgr.14412) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:00.712 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:00 smithi184 bash[23288]: cluster 2024-09-16T13:52:58.981560+0000 mgr.a (mgr.14412) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:00.712 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:00 smithi184 bash[23288]: cluster 2024-09-16T13:52:58.981560+0000 mgr.a (mgr.14412) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:00.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:00 smithi098 bash[22846]: cluster 2024-09-16T13:52:58.981560+0000 mgr.a (mgr.14412) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:00.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:00 smithi098 bash[22846]: cluster 2024-09-16T13:52:58.981560+0000 mgr.a (mgr.14412) 109 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: cluster 2024-09-16T13:53:00.982148+0000 mgr.a (mgr.14412) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: cluster 2024-09-16T13:53:00.982148+0000 mgr.a (mgr.14412) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: audit 2024-09-16T13:53:02.129575+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: audit 2024-09-16T13:53:02.129575+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: audit 2024-09-16T13:53:02.138627+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: audit 2024-09-16T13:53:02.138627+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: audit 2024-09-16T13:53:02.148534+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:02 smithi151 bash[23533]: audit 2024-09-16T13:53:02.148534+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.634 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: cluster 2024-09-16T13:53:00.982148+0000 mgr.a (mgr.14412) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:02.634 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: cluster 2024-09-16T13:53:00.982148+0000 mgr.a (mgr.14412) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:02.635 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: audit 2024-09-16T13:53:02.129575+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.635 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: audit 2024-09-16T13:53:02.129575+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.635 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: audit 2024-09-16T13:53:02.138627+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.635 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: audit 2024-09-16T13:53:02.138627+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.635 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: audit 2024-09-16T13:53:02.148534+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.635 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:02 smithi184 bash[23288]: audit 2024-09-16T13:53:02.148534+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: cluster 2024-09-16T13:53:00.982148+0000 mgr.a (mgr.14412) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: cluster 2024-09-16T13:53:00.982148+0000 mgr.a (mgr.14412) 110 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: audit 2024-09-16T13:53:02.129575+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: audit 2024-09-16T13:53:02.129575+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: audit 2024-09-16T13:53:02.138627+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: audit 2024-09-16T13:53:02.138627+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: audit 2024-09-16T13:53:02.148534+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:02.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:02 smithi098 bash[22846]: audit 2024-09-16T13:53:02.148534+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:04.712 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:04 smithi184 bash[23288]: cluster 2024-09-16T13:53:02.982657+0000 mgr.a (mgr.14412) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:04.712 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:04 smithi184 bash[23288]: cluster 2024-09-16T13:53:02.982657+0000 mgr.a (mgr.14412) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:04.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:04 smithi151 bash[23533]: cluster 2024-09-16T13:53:02.982657+0000 mgr.a (mgr.14412) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:04.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:04 smithi151 bash[23533]: cluster 2024-09-16T13:53:02.982657+0000 mgr.a (mgr.14412) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:04 smithi098 bash[22846]: cluster 2024-09-16T13:53:02.982657+0000 mgr.a (mgr.14412) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:04 smithi098 bash[22846]: cluster 2024-09-16T13:53:02.982657+0000 mgr.a (mgr.14412) 111 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:05.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:53:05] "GET /metrics HTTP/1.1" 200 21540 "" "Prometheus/2.51.0" 2024-09-16T13:53:06.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: audit 2024-09-16T13:53:04.917507+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: audit 2024-09-16T13:53:04.917507+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: audit 2024-09-16T13:53:04.926116+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: audit 2024-09-16T13:53:04.926116+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: audit 2024-09-16T13:53:04.935477+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: audit 2024-09-16T13:53:04.935477+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: cluster 2024-09-16T13:53:04.983223+0000 mgr.a (mgr.14412) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:06.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:05 smithi184 bash[23288]: cluster 2024-09-16T13:53:04.983223+0000 mgr.a (mgr.14412) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:06.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: audit 2024-09-16T13:53:04.917507+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: audit 2024-09-16T13:53:04.917507+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: audit 2024-09-16T13:53:04.926116+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: audit 2024-09-16T13:53:04.926116+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: audit 2024-09-16T13:53:04.935477+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: audit 2024-09-16T13:53:04.935477+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: cluster 2024-09-16T13:53:04.983223+0000 mgr.a (mgr.14412) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:06.248 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:05 smithi151 bash[23533]: cluster 2024-09-16T13:53:04.983223+0000 mgr.a (mgr.14412) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: audit 2024-09-16T13:53:04.917507+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: audit 2024-09-16T13:53:04.917507+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: audit 2024-09-16T13:53:04.926116+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: audit 2024-09-16T13:53:04.926116+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: audit 2024-09-16T13:53:04.935477+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: audit 2024-09-16T13:53:04.935477+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: cluster 2024-09-16T13:53:04.983223+0000 mgr.a (mgr.14412) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:06.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:05 smithi098 bash[22846]: cluster 2024-09-16T13:53:04.983223+0000 mgr.a (mgr.14412) 112 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:08.339 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:08 smithi098 bash[22846]: cluster 2024-09-16T13:53:06.983745+0000 mgr.a (mgr.14412) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:08.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:08 smithi098 bash[22846]: cluster 2024-09-16T13:53:06.983745+0000 mgr.a (mgr.14412) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:08.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:08 smithi184 bash[23288]: cluster 2024-09-16T13:53:06.983745+0000 mgr.a (mgr.14412) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:08.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:08 smithi184 bash[23288]: cluster 2024-09-16T13:53:06.983745+0000 mgr.a (mgr.14412) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:08.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:08 smithi151 bash[23533]: cluster 2024-09-16T13:53:06.983745+0000 mgr.a (mgr.14412) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:08.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:08 smithi151 bash[23533]: cluster 2024-09-16T13:53:06.983745+0000 mgr.a (mgr.14412) 113 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:09.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:09 smithi098 bash[22846]: audit 2024-09-16T13:53:08.264584+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:09.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:09 smithi098 bash[22846]: audit 2024-09-16T13:53:08.264584+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:09.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:09 smithi184 bash[23288]: audit 2024-09-16T13:53:08.264584+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:09.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:09 smithi184 bash[23288]: audit 2024-09-16T13:53:08.264584+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:09.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:09 smithi151 bash[23533]: audit 2024-09-16T13:53:08.264584+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:09.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:09 smithi151 bash[23533]: audit 2024-09-16T13:53:08.264584+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:10.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:10 smithi098 bash[22846]: cluster 2024-09-16T13:53:08.984354+0000 mgr.a (mgr.14412) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:10.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:10 smithi098 bash[22846]: cluster 2024-09-16T13:53:08.984354+0000 mgr.a (mgr.14412) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:10.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:10 smithi184 bash[23288]: cluster 2024-09-16T13:53:08.984354+0000 mgr.a (mgr.14412) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:10.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:10 smithi184 bash[23288]: cluster 2024-09-16T13:53:08.984354+0000 mgr.a (mgr.14412) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:10.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:10 smithi151 bash[23533]: cluster 2024-09-16T13:53:08.984354+0000 mgr.a (mgr.14412) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:10.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:10 smithi151 bash[23533]: cluster 2024-09-16T13:53:08.984354+0000 mgr.a (mgr.14412) 114 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:12.339 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:12 smithi098 bash[22846]: cluster 2024-09-16T13:53:10.984905+0000 mgr.a (mgr.14412) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:12.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:12 smithi098 bash[22846]: cluster 2024-09-16T13:53:10.984905+0000 mgr.a (mgr.14412) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:12.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:12 smithi184 bash[23288]: cluster 2024-09-16T13:53:10.984905+0000 mgr.a (mgr.14412) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:12.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:12 smithi184 bash[23288]: cluster 2024-09-16T13:53:10.984905+0000 mgr.a (mgr.14412) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:12.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:12 smithi151 bash[23533]: cluster 2024-09-16T13:53:10.984905+0000 mgr.a (mgr.14412) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:12.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:12 smithi151 bash[23533]: cluster 2024-09-16T13:53:10.984905+0000 mgr.a (mgr.14412) 115 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:14.037 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch ls 2024-09-16T13:53:14.315 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:14 smithi098 bash[22846]: cluster 2024-09-16T13:53:12.985453+0000 mgr.a (mgr.14412) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:14.316 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:14 smithi098 bash[22846]: cluster 2024-09-16T13:53:12.985453+0000 mgr.a (mgr.14412) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:agent 3/3 18s ago 2m * 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager ?:9093,9094 1/1 9s ago 4m count:1 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:grafana ?:3000 1/1 18s ago 4m count:1 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:mgr 2/2 18s ago 8m smithi098=a;smithi151=b;count:2 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:mon 3/3 18s ago 9m smithi098:172.21.15.98=a;smithi151:172.21.15.151=b;smithi184:172.21.15.184=c;count:3 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter ?:9100 3/3 18s ago 4m * 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:osd 3 18s ago - 2024-09-16T13:53:14.332 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus ?:9095 1/1 12s ago 4m count:1 2024-09-16T13:53:14.343 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch ps 2024-09-16T13:53:14.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:14 smithi184 bash[23288]: cluster 2024-09-16T13:53:12.985453+0000 mgr.a (mgr.14412) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:14.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:14 smithi184 bash[23288]: cluster 2024-09-16T13:53:12.985453+0000 mgr.a (mgr.14412) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:14.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:14 smithi151 bash[23533]: cluster 2024-09-16T13:53:12.985453+0000 mgr.a (mgr.14412) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:14.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:14 smithi151 bash[23533]: cluster 2024-09-16T13:53:12.985453+0000 mgr.a (mgr.14412) 116 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:14.653 INFO:teuthology.orchestra.run.smithi098.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:agent.smithi098 smithi098 running 19s ago 10m - - 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:agent.smithi151 smithi151 running 12s ago 9m - - 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:agent.smithi184 smithi184 running 9s ago 9m - - 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:alertmanager.smithi184 smithi184 *:9093,9094 running (2m) 9s ago 3m 14.2M - 0.27.0 11f11916f8cd ec4d9400120e 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:grafana.smithi098 smithi098 *:3000 running (2m) 19s ago 3m 67.3M - 10.4.0 c8b91775d855 a1171afa2cb4 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.a smithi098 *:9283,8765 running (11m) 19s ago 11m 503M - 19.3.0-4917-g8293d73f 425e316ba8eb 912b3e320fee 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:mgr.b smithi151 *:8443,8765 running (8m) 12s ago 8m 440M - 19.3.0-4917-g8293d73f 425e316ba8eb 6c439118843f 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:mon.a smithi098 running (11m) 19s ago 11m 45.3M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb a982a84f07de 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:mon.b smithi151 running (8m) 12s ago 8m 34.4M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 517e3427d441 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:mon.c smithi184 running (8m) 9s ago 8m 35.0M 2048M 19.3.0-4917-g8293d73f 425e316ba8eb 35475dd62ecc 2024-09-16T13:53:14.654 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi098 smithi098 *:9100 running (3m) 19s ago 4m 8072k - 1.7.0 72c9c2088986 b2a97d68eb41 2024-09-16T13:53:14.655 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi151 smithi151 *:9100 running (3m) 12s ago 3m 7740k - 1.7.0 72c9c2088986 f6bd58c1f81b 2024-09-16T13:53:14.655 INFO:teuthology.orchestra.run.smithi098.stdout:node-exporter.smithi184 smithi184 *:9100 running (3m) 9s ago 3m 7839k - 1.7.0 72c9c2088986 bee264adf609 2024-09-16T13:53:14.655 INFO:teuthology.orchestra.run.smithi098.stdout:osd.0 smithi098 running (7m) 19s ago 7m 38.0M 4096M 19.3.0-4917-g8293d73f 425e316ba8eb d3def9713288 2024-09-16T13:53:14.655 INFO:teuthology.orchestra.run.smithi098.stdout:osd.1 smithi151 running (6m) 12s ago 6m 45.2M 4096M 19.3.0-4917-g8293d73f 425e316ba8eb 8af79b32eea8 2024-09-16T13:53:14.655 INFO:teuthology.orchestra.run.smithi098.stdout:osd.2 smithi184 running (5m) 9s ago 5m 38.7M 4096M 19.3.0-4917-g8293d73f 425e316ba8eb 852e77638a93 2024-09-16T13:53:14.655 INFO:teuthology.orchestra.run.smithi098.stdout:prometheus.smithi151 smithi151 *:9095 running (2m) 12s ago 2m 39.7M - 2.51.0 1d3b7f56885b 51566c62a18a 2024-09-16T13:53:14.667 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch host ls 2024-09-16T13:53:14.963 INFO:teuthology.orchestra.run.smithi098.stdout:HOST ADDR LABELS STATUS 2024-09-16T13:53:14.963 INFO:teuthology.orchestra.run.smithi098.stdout:smithi098 172.21.15.98 2024-09-16T13:53:14.963 INFO:teuthology.orchestra.run.smithi098.stdout:smithi151 172.21.15.151 2024-09-16T13:53:14.963 INFO:teuthology.orchestra.run.smithi098.stdout:smithi184 172.21.15.184 2024-09-16T13:53:14.963 INFO:teuthology.orchestra.run.smithi098.stdout:3 hosts in cluster 2024-09-16T13:53:14.975 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-16T13:53:14.975 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r 'last | .daemon_name' 2024-09-16T13:53:15.269 INFO:teuthology.orchestra.run.smithi098.stderr:+ MON_DAEMON=mon.c 2024-09-16T13:53:15.270 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-16T13:53:15.270 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -e '.[]' 2024-09-16T13:53:15.270 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r .hostname 2024-09-16T13:53:15.308 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:15 smithi098 bash[22846]: audit 2024-09-16T13:53:14.328341+0000 mgr.a (mgr.14412) 117 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.309 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:15 smithi098 bash[22846]: audit 2024-09-16T13:53:14.328341+0000 mgr.a (mgr.14412) 117 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.309 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:15 smithi098 bash[22846]: audit 2024-09-16T13:53:14.639559+0000 mgr.a (mgr.14412) 118 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.309 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:15 smithi098 bash[22846]: audit 2024-09-16T13:53:14.639559+0000 mgr.a (mgr.14412) 118 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:15 smithi184 bash[23288]: audit 2024-09-16T13:53:14.328341+0000 mgr.a (mgr.14412) 117 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:15 smithi184 bash[23288]: audit 2024-09-16T13:53:14.328341+0000 mgr.a (mgr.14412) 117 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:15 smithi184 bash[23288]: audit 2024-09-16T13:53:14.639559+0000 mgr.a (mgr.14412) 118 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.462 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:15 smithi184 bash[23288]: audit 2024-09-16T13:53:14.639559+0000 mgr.a (mgr.14412) 118 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:15 smithi151 bash[23533]: audit 2024-09-16T13:53:14.328341+0000 mgr.a (mgr.14412) 117 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:15 smithi151 bash[23533]: audit 2024-09-16T13:53:14.328341+0000 mgr.a (mgr.14412) 117 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:15 smithi151 bash[23533]: audit 2024-09-16T13:53:14.639559+0000 mgr.a (mgr.14412) 118 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:15 smithi151 bash[23533]: audit 2024-09-16T13:53:14.639559+0000 mgr.a (mgr.14412) 118 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:15.587 INFO:teuthology.orchestra.run.smithi098.stderr:+ GRAFANA_HOST=smithi098 2024-09-16T13:53:15.588 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-16T13:53:15.588 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -e '.[]' 2024-09-16T13:53:15.588 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r .hostname 2024-09-16T13:53:15.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:53:15 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:53:15] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.51.0" 2024-09-16T13:53:15.890 INFO:teuthology.orchestra.run.smithi098.stderr:+ PROM_HOST=smithi151 2024-09-16T13:53:15.890 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-16T13:53:15.890 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -e '.[]' 2024-09-16T13:53:15.890 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r .hostname 2024-09-16T13:53:16.179 INFO:teuthology.orchestra.run.smithi098.stderr:+ ALERTM_HOST=smithi184 2024-09-16T13:53:16.179 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch host ls -f json 2024-09-16T13:53:16.180 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r --arg GRAFANA_HOST smithi098 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-16T13:53:16.473 INFO:teuthology.orchestra.run.smithi098.stderr:+ GRAFANA_IP=172.21.15.98 2024-09-16T13:53:16.473 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch host ls -f json 2024-09-16T13:53:16.473 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r --arg PROM_HOST smithi151 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:14.962063+0000 mgr.a (mgr.14412) 119 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:14.962063+0000 mgr.a (mgr.14412) 119 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: cluster 2024-09-16T13:53:14.985847+0000 mgr.a (mgr.14412) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: cluster 2024-09-16T13:53:14.985847+0000 mgr.a (mgr.14412) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.249056+0000 mgr.a (mgr.14412) 121 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.249056+0000 mgr.a (mgr.14412) 121 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.487725+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.487725+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.494649+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.494649+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.502298+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.502298+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.570069+0000 mgr.a (mgr.14412) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:16 smithi151 bash[23533]: audit 2024-09-16T13:53:15.570069+0000 mgr.a (mgr.14412) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.769 INFO:teuthology.orchestra.run.smithi098.stderr:+ PROM_IP=172.21.15.151 2024-09-16T13:53:16.769 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch host ls -f json 2024-09-16T13:53:16.769 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r --arg ALERTM_HOST smithi184 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-16T13:53:16.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:14.962063+0000 mgr.a (mgr.14412) 119 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:16.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:14.962063+0000 mgr.a (mgr.14412) 119 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:16.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: cluster 2024-09-16T13:53:14.985847+0000 mgr.a (mgr.14412) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:16.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: cluster 2024-09-16T13:53:14.985847+0000 mgr.a (mgr.14412) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.249056+0000 mgr.a (mgr.14412) 121 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.249056+0000 mgr.a (mgr.14412) 121 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.487725+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.487725+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.494649+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.494649+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.502298+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.502298+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.570069+0000 mgr.a (mgr.14412) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.841 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:16 smithi098 bash[22846]: audit 2024-09-16T13:53:15.570069+0000 mgr.a (mgr.14412) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.962 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:14.962063+0000 mgr.a (mgr.14412) 119 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:14.962063+0000 mgr.a (mgr.14412) 119 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: cluster 2024-09-16T13:53:14.985847+0000 mgr.a (mgr.14412) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: cluster 2024-09-16T13:53:14.985847+0000 mgr.a (mgr.14412) 120 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.249056+0000 mgr.a (mgr.14412) 121 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.249056+0000 mgr.a (mgr.14412) 121 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.487725+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.487725+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.494649+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.494649+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.502298+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.502298+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.570069+0000 mgr.a (mgr.14412) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:16.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:16 smithi184 bash[23288]: audit 2024-09-16T13:53:15.570069+0000 mgr.a (mgr.14412) 122 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.073 INFO:teuthology.orchestra.run.smithi098.stderr:+ ALERTM_IP=172.21.15.184 2024-09-16T13:53:17.074 INFO:teuthology.orchestra.run.smithi098.stderr:++ ceph orch host ls -f json 2024-09-16T13:53:17.074 INFO:teuthology.orchestra.run.smithi098.stderr:++ jq -r '.[] | .addr' 2024-09-16T13:53:17.381 INFO:teuthology.orchestra.run.smithi098.stderr:+ ALL_HOST_IPS='172.21.15.98 2024-09-16T13:53:17.381 INFO:teuthology.orchestra.run.smithi098.stderr:172.21.15.151 2024-09-16T13:53:17.381 INFO:teuthology.orchestra.run.smithi098.stderr:172.21.15.184' 2024-09-16T13:53:17.381 INFO:teuthology.orchestra.run.smithi098.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T13:53:17.381 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.98:9100/metric 2024-09-16T13:53:17.384 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.384 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.384 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.384 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.384 INFO:teuthology.orchestra.run.smithi098.stdout: Node Exporter 2024-09-16T13:53:17.384 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:

Node Exporter

2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:

Prometheus Node Exporter

2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:
    2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout:
  • Metrics
  • 2024-09-16T13:53:17.386 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T13:53:17.387 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.151:9100/metric 2024-09-16T13:53:17.388 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.388 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.388 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.388 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.388 INFO:teuthology.orchestra.run.smithi098.stdout: Node Exporter 2024-09-16T13:53:17.388 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.389 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.389 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:

Node Exporter

2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:

Prometheus Node Exporter

2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
    2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
  • Metrics
  • 2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.390 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stderr:+ for ip in $ALL_HOST_IPS 2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.184:9100/metric 2024-09-16T13:53:17.391 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.392 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.392 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.392 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.392 INFO:teuthology.orchestra.run.smithi098.stdout: Node Exporter 2024-09-16T13:53:17.392 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.393 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.393 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.393 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:

Node Exporter

2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:

Prometheus Node Exporter

2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
    2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
  • Metrics
  • 2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.394 INFO:teuthology.orchestra.run.smithi098.stdout:
2024-09-16T13:53:17.395 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.395 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-09-16T13:53:17.395 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -k -s https://172.21.15.98:3000/api/health 2024-09-16T13:53:17.422 INFO:teuthology.orchestra.run.smithi098.stdout:{ 2024-09-16T13:53:17.422 INFO:teuthology.orchestra.run.smithi098.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-09-16T13:53:17.422 INFO:teuthology.orchestra.run.smithi098.stdout: "database": "ok", 2024-09-16T13:53:17.422 INFO:teuthology.orchestra.run.smithi098.stdout: "version": "10.4.0" 2024-09-16T13:53:17.423 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -k -s https://172.21.15.98:3000/api/health 2024-09-16T13:53:17.423 INFO:teuthology.orchestra.run.smithi098.stderr:+ jq -e '.database == "ok"' 2024-09-16T13:53:17.450 INFO:teuthology.orchestra.run.smithi098.stdout:}true 2024-09-16T13:53:17.450 INFO:teuthology.orchestra.run.smithi098.stderr:+ ceph orch daemon stop mon.c 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:15.875270+0000 mgr.a (mgr.14412) 123 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:15.875270+0000 mgr.a (mgr.14412) 123 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:16.164244+0000 mgr.a (mgr.14412) 124 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:16.164244+0000 mgr.a (mgr.14412) 124 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:16.461071+0000 mgr.a (mgr.14412) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:16.461071+0000 mgr.a (mgr.14412) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:16.756166+0000 mgr.a (mgr.14412) 126 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.746 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:17 smithi151 bash[23533]: audit 2024-09-16T13:53:16.756166+0000 mgr.a (mgr.14412) 126 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.759 INFO:teuthology.orchestra.run.smithi098.stdout:Scheduled to stop mon.c on host 'smithi184' 2024-09-16T13:53:17.772 INFO:teuthology.orchestra.run.smithi098.stderr:+ sleep 120 2024-09-16T13:53:17.839 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:15.875270+0000 mgr.a (mgr.14412) 123 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.839 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:15.875270+0000 mgr.a (mgr.14412) 123 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:16.164244+0000 mgr.a (mgr.14412) 124 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:16.164244+0000 mgr.a (mgr.14412) 124 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:16.461071+0000 mgr.a (mgr.14412) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:16.461071+0000 mgr.a (mgr.14412) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:16.756166+0000 mgr.a (mgr.14412) 126 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:17 smithi098 bash[22846]: audit 2024-09-16T13:53:16.756166+0000 mgr.a (mgr.14412) 126 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.962 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:15.875270+0000 mgr.a (mgr.14412) 123 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.962 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:15.875270+0000 mgr.a (mgr.14412) 123 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.962 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:16.164244+0000 mgr.a (mgr.14412) 124 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.962 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:16.164244+0000 mgr.a (mgr.14412) 124 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:16.461071+0000 mgr.a (mgr.14412) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:16.461071+0000 mgr.a (mgr.14412) 125 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:16.756166+0000 mgr.a (mgr.14412) 126 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:17.963 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:17 smithi184 bash[23288]: audit 2024-09-16T13:53:16.756166+0000 mgr.a (mgr.14412) 126 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: cluster 2024-09-16T13:53:16.986171+0000 mgr.a (mgr.14412) 127 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: cluster 2024-09-16T13:53:16.986171+0000 mgr.a (mgr.14412) 127 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.061178+0000 mgr.a (mgr.14412) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.061178+0000 mgr.a (mgr.14412) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.367091+0000 mgr.a (mgr.14412) 129 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.367091+0000 mgr.a (mgr.14412) 129 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.742340+0000 mgr.a (mgr.14412) 130 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.742340+0000 mgr.a (mgr.14412) 130 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: cephadm 2024-09-16T13:53:17.743181+0000 mgr.a (mgr.14412) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: cephadm 2024-09-16T13:53:17.743181+0000 mgr.a (mgr.14412) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T13:53:19.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.751024+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.751024+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.759037+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.759037+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.760463+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.760463+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.763711+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.763711+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.764514+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.764514+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.770139+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:18 smithi098 bash[22846]: audit 2024-09-16T13:53:17.770139+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: cluster 2024-09-16T13:53:16.986171+0000 mgr.a (mgr.14412) 127 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: cluster 2024-09-16T13:53:16.986171+0000 mgr.a (mgr.14412) 127 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.061178+0000 mgr.a (mgr.14412) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.061178+0000 mgr.a (mgr.14412) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.367091+0000 mgr.a (mgr.14412) 129 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.213 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.367091+0000 mgr.a (mgr.14412) 129 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.742340+0000 mgr.a (mgr.14412) 130 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.742340+0000 mgr.a (mgr.14412) 130 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: cephadm 2024-09-16T13:53:17.743181+0000 mgr.a (mgr.14412) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: cephadm 2024-09-16T13:53:17.743181+0000 mgr.a (mgr.14412) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.751024+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.751024+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.759037+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.759037+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.760463+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.760463+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.763711+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.763711+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:19.214 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.764514+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:19.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.764514+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:19.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.770139+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.215 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:18 smithi184 bash[23288]: audit 2024-09-16T13:53:17.770139+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: cluster 2024-09-16T13:53:16.986171+0000 mgr.a (mgr.14412) 127 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: cluster 2024-09-16T13:53:16.986171+0000 mgr.a (mgr.14412) 127 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.061178+0000 mgr.a (mgr.14412) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.061178+0000 mgr.a (mgr.14412) 128 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.367091+0000 mgr.a (mgr.14412) 129 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.367091+0000 mgr.a (mgr.14412) 129 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.742340+0000 mgr.a (mgr.14412) 130 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.742340+0000 mgr.a (mgr.14412) 130 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: cephadm 2024-09-16T13:53:17.743181+0000 mgr.a (mgr.14412) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: cephadm 2024-09-16T13:53:17.743181+0000 mgr.a (mgr.14412) 131 : cephadm [INF] Schedule stop daemon mon.c 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.751024+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.751024+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.759037+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.759037+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.760463+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.760463+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.763711+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.763711+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.764514+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:19.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.764514+0000 mon.a (mon.0) 980 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:19.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.770139+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:19.247 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:18 smithi151 bash[23533]: audit 2024-09-16T13:53:17.770139+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:21.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:20 smithi098 bash[22846]: cluster 2024-09-16T13:53:18.986677+0000 mgr.a (mgr.14412) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:21.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:20 smithi098 bash[22846]: cluster 2024-09-16T13:53:18.986677+0000 mgr.a (mgr.14412) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:21.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:20 smithi184 bash[23288]: cluster 2024-09-16T13:53:18.986677+0000 mgr.a (mgr.14412) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:21.212 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:20 smithi184 bash[23288]: cluster 2024-09-16T13:53:18.986677+0000 mgr.a (mgr.14412) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:21.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:20 smithi151 bash[23533]: cluster 2024-09-16T13:53:18.986677+0000 mgr.a (mgr.14412) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:21.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:20 smithi151 bash[23533]: cluster 2024-09-16T13:53:18.986677+0000 mgr.a (mgr.14412) 132 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:22.836 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: cluster 2024-09-16T13:53:20.987205+0000 mgr.a (mgr.14412) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:22.836 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: cluster 2024-09-16T13:53:20.987205+0000 mgr.a (mgr.14412) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:22.836 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: audit 2024-09-16T13:53:22.359630+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:22.836 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: audit 2024-09-16T13:53:22.359630+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:22.836 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: audit 2024-09-16T13:53:22.368199+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:22.836 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: audit 2024-09-16T13:53:22.368199+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:22.836 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: audit 2024-09-16T13:53:22.377865+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:22.837 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 bash[23288]: audit 2024-09-16T13:53:22.377865+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:22.837 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:22 smithi184 systemd[1]: Stopping Ceph mon.c for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: cluster 2024-09-16T13:53:20.987205+0000 mgr.a (mgr.14412) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: cluster 2024-09-16T13:53:20.987205+0000 mgr.a (mgr.14412) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: audit 2024-09-16T13:53:22.359630+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: audit 2024-09-16T13:53:22.359630+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: audit 2024-09-16T13:53:22.368199+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: audit 2024-09-16T13:53:22.368199+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: audit 2024-09-16T13:53:22.377865+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:22 smithi098 bash[22846]: audit 2024-09-16T13:53:22.377865+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:23 smithi184 bash[23288]: debug 2024-09-16T13:53:23.057+0000 7ff490e04640 -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-09-16T13:53:23.183 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:23 smithi184 bash[23288]: debug 2024-09-16T13:53:23.057+0000 7ff490e04640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: cluster 2024-09-16T13:53:20.987205+0000 mgr.a (mgr.14412) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: cluster 2024-09-16T13:53:20.987205+0000 mgr.a (mgr.14412) 133 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: audit 2024-09-16T13:53:22.359630+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: audit 2024-09-16T13:53:22.359630+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: audit 2024-09-16T13:53:22.368199+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: audit 2024-09-16T13:53:22.368199+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: audit 2024-09-16T13:53:22.377865+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:22 smithi151 bash[23533]: audit 2024-09-16T13:53:22.377865+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:23.821 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:23 smithi184 bash[35699]: ceph-3240e16a-7431-11ef-bceb-c7b262605968-mon-c 2024-09-16T13:53:24.456 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:24 smithi184 bash[35758]: Error response from daemon: No such container: ceph-3240e16a-7431-11ef-bceb-c7b262605968-mon-c 2024-09-16T13:53:24.456 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:24 smithi184 systemd[1]: ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-16T13:53:24.456 INFO:journalctl@ceph.mon.c.smithi184.stdout:Sep 16 13:53:24 smithi184 systemd[1]: Stopped Ceph mon.c for 3240e16a-7431-11ef-bceb-c7b262605968. 2024-09-16T13:53:25.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:53:25 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:53:25] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.51.0" 2024-09-16T13:53:35.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:53:35 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:53:35] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.51.0" 2024-09-16T13:53:38.811 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:22.987814+0000 mgr.a (mgr.14412) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.811 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:22.987814+0000 mgr.a (mgr.14412) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.811 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:24.988398+0000 mgr.a (mgr.14412) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.811 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:24.988398+0000 mgr.a (mgr.14412) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.811 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:26.988909+0000 mgr.a (mgr.14412) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.812 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:26.988909+0000 mgr.a (mgr.14412) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.812 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:28.989458+0000 mgr.a (mgr.14412) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.812 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:28.989458+0000 mgr.a (mgr.14412) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.812 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:30.989976+0000 mgr.a (mgr.14412) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.812 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:30.989976+0000 mgr.a (mgr.14412) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:32.765227+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:32.765227+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:32.767722+0000 mon.a (mon.0) 986 : cluster [INF] mon.a calling monitor election 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:32.767722+0000 mon.a (mon.0) 986 : cluster [INF] mon.a calling monitor election 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:32.990475+0000 mgr.a (mgr.14412) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:32.990475+0000 mgr.a (mgr.14412) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:34.991107+0000 mgr.a (mgr.14412) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:34.991107+0000 mgr.a (mgr.14412) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:36.991671+0000 mgr.a (mgr.14412) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:36.991671+0000 mgr.a (mgr.14412) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.789410+0000 mon.a (mon.0) 987 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T13:53:38.813 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.789410+0000 mon.a (mon.0) 987 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798326+0000 mon.a (mon.0) 988 : cluster [DBG] monmap epoch 3 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798326+0000 mon.a (mon.0) 988 : cluster [DBG] monmap epoch 3 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798357+0000 mon.a (mon.0) 989 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798357+0000 mon.a (mon.0) 989 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798377+0000 mon.a (mon.0) 990 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798377+0000 mon.a (mon.0) 990 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798395+0000 mon.a (mon.0) 991 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798395+0000 mon.a (mon.0) 991 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798410+0000 mon.a (mon.0) 992 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798410+0000 mon.a (mon.0) 992 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798429+0000 mon.a (mon.0) 993 : cluster [DBG] election_strategy: 1 2024-09-16T13:53:38.814 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798429+0000 mon.a (mon.0) 993 : cluster [DBG] election_strategy: 1 2024-09-16T13:53:38.815 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798452+0000 mon.a (mon.0) 994 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:53:38.815 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798452+0000 mon.a (mon.0) 994 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:53:38.815 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798470+0000 mon.a (mon.0) 995 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:53:38.815 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798470+0000 mon.a (mon.0) 995 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:53:38.815 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798493+0000 mon.a (mon.0) 996 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:53:38.815 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.798493+0000 mon.a (mon.0) 996 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.816794+0000 mon.a (mon.0) 997 : cluster [DBG] fsmap 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.816794+0000 mon.a (mon.0) 997 : cluster [DBG] fsmap 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.816845+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.816845+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.817449+0000 mon.a (mon.0) 999 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.817449+0000 mon.a (mon.0) 999 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.817747+0000 mon.a (mon.0) 1000 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T13:53:38.816 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.817747+0000 mon.a (mon.0) 1000 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T13:53:38.817 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.827364+0000 mon.a (mon.0) 1001 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T13:53:38.817 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.827364+0000 mon.a (mon.0) 1001 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T13:53:38.817 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.827400+0000 mon.a (mon.0) 1002 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T13:53:38.817 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.827400+0000 mon.a (mon.0) 1002 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T13:53:38.817 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.827451+0000 mon.a (mon.0) 1003 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-09-16T13:53:38.817 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: cluster 2024-09-16T13:53:37.827451+0000 mon.a (mon.0) 1003 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.833272+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.833272+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.841389+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.841389+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.849933+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.849933+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.857895+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.857895+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.865876+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.818 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.865876+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.819 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.874304+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.819 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.874304+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.819 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.882844+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.819 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.882844+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.819 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.891558+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.819 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.891558+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.820 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.899514+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.821 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.899514+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.822 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.905372+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.822 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.905372+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.822 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.912378+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.822 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:37.912378+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.822 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.186365+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:38.822 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.186365+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:38.822 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.271590+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.823 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.271590+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.823 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.273239+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:38.823 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.273239+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:38.823 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.737980+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.823 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.737980+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.823 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.746611+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.823 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.746611+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:38.824 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.748796+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:38.824 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.748796+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:22.987814+0000 mgr.a (mgr.14412) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:22.987814+0000 mgr.a (mgr.14412) 134 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:24.988398+0000 mgr.a (mgr.14412) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:24.988398+0000 mgr.a (mgr.14412) 135 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:26.988909+0000 mgr.a (mgr.14412) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:26.988909+0000 mgr.a (mgr.14412) 136 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:28.989458+0000 mgr.a (mgr.14412) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:28.989458+0000 mgr.a (mgr.14412) 137 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:30.989976+0000 mgr.a (mgr.14412) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:30.989976+0000 mgr.a (mgr.14412) 138 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:32.765227+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-16T13:53:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:32.765227+0000 mon.b (mon.2) 13 : cluster [INF] mon.b calling monitor election 2024-09-16T13:53:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:32.767722+0000 mon.a (mon.0) 986 : cluster [INF] mon.a calling monitor election 2024-09-16T13:53:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:32.767722+0000 mon.a (mon.0) 986 : cluster [INF] mon.a calling monitor election 2024-09-16T13:53:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:32.990475+0000 mgr.a (mgr.14412) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:32.990475+0000 mgr.a (mgr.14412) 139 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:34.991107+0000 mgr.a (mgr.14412) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.092 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:34.991107+0000 mgr.a (mgr.14412) 140 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:36.991671+0000 mgr.a (mgr.14412) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:36.991671+0000 mgr.a (mgr.14412) 141 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:39.093 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.789410+0000 mon.a (mon.0) 987 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T13:53:39.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.789410+0000 mon.a (mon.0) 987 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-16T13:53:39.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798326+0000 mon.a (mon.0) 988 : cluster [DBG] monmap epoch 3 2024-09-16T13:53:39.094 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798326+0000 mon.a (mon.0) 988 : cluster [DBG] monmap epoch 3 2024-09-16T13:53:39.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798357+0000 mon.a (mon.0) 989 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:53:39.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798357+0000 mon.a (mon.0) 989 : cluster [DBG] fsid 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:53:39.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798377+0000 mon.a (mon.0) 990 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:53:39.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798377+0000 mon.a (mon.0) 990 : cluster [DBG] last_changed 2024-09-16T13:44:24.629511+0000 2024-09-16T13:53:39.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798395+0000 mon.a (mon.0) 991 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:53:39.095 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798395+0000 mon.a (mon.0) 991 : cluster [DBG] created 2024-09-16T13:41:46.056812+0000 2024-09-16T13:53:39.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798410+0000 mon.a (mon.0) 992 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:53:39.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798410+0000 mon.a (mon.0) 992 : cluster [DBG] min_mon_release 19 (squid) 2024-09-16T13:53:39.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798429+0000 mon.a (mon.0) 993 : cluster [DBG] election_strategy: 1 2024-09-16T13:53:39.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798429+0000 mon.a (mon.0) 993 : cluster [DBG] election_strategy: 1 2024-09-16T13:53:39.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798452+0000 mon.a (mon.0) 994 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:53:39.096 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798452+0000 mon.a (mon.0) 994 : cluster [DBG] 0: [v2:172.21.15.98:3300/0,v1:172.21.15.98:6789/0] mon.a 2024-09-16T13:53:39.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798470+0000 mon.a (mon.0) 995 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:53:39.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798470+0000 mon.a (mon.0) 995 : cluster [DBG] 1: [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon.c 2024-09-16T13:53:39.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798493+0000 mon.a (mon.0) 996 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:53:39.097 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.798493+0000 mon.a (mon.0) 996 : cluster [DBG] 2: [v2:172.21.15.151:3300/0,v1:172.21.15.151:6789/0] mon.b 2024-09-16T13:53:39.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.816794+0000 mon.a (mon.0) 997 : cluster [DBG] fsmap 2024-09-16T13:53:39.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.816794+0000 mon.a (mon.0) 997 : cluster [DBG] fsmap 2024-09-16T13:53:39.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.816845+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:53:39.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.816845+0000 mon.a (mon.0) 998 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-16T13:53:39.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.817449+0000 mon.a (mon.0) 999 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-16T13:53:39.098 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.817449+0000 mon.a (mon.0) 999 : cluster [DBG] mgrmap e22: a(active, since 3m), standbys: b 2024-09-16T13:53:39.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.817747+0000 mon.a (mon.0) 1000 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T13:53:39.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.817747+0000 mon.a (mon.0) 1000 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-16T13:53:39.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.827364+0000 mon.a (mon.0) 1001 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T13:53:39.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.827364+0000 mon.a (mon.0) 1001 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-16T13:53:39.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.827400+0000 mon.a (mon.0) 1002 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T13:53:39.099 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.827400+0000 mon.a (mon.0) 1002 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-16T13:53:39.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.827451+0000 mon.a (mon.0) 1003 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-09-16T13:53:39.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: cluster 2024-09-16T13:53:37.827451+0000 mon.a (mon.0) 1003 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] is down (out of quorum) 2024-09-16T13:53:39.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.833272+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.833272+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.841389+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.100 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.841389+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.849933+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.849933+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.857895+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.857895+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.101 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.865876+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.865876+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.874304+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.874304+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.882844+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.882844+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.102 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.891558+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.891558+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.899514+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.899514+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.905372+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.905372+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.912378+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.103 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:37.912378+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.104 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.186365+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:39.104 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.186365+0000 mon.a (mon.0) 1015 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:53:39.104 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.271590+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.104 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.271590+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.104 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.273239+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:39.105 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.273239+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:39.105 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.737980+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.105 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.737980+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.105 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.746611+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.105 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.746611+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.105 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.748796+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:39.106 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.748796+0000 mon.a (mon.0) 1020 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:53:39.106 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.750548+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:39.106 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.750548+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:39.106 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.758967+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.106 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:38 smithi098 bash[22846]: audit 2024-09-16T13:53:38.758967+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.750548+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.750548+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:53:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.758967+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:39.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:38 smithi151 bash[23533]: audit 2024-09-16T13:53:38.758967+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:40 smithi098 bash[22846]: cluster 2024-09-16T13:53:38.992229+0000 mgr.a (mgr.14412) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:40 smithi098 bash[22846]: cluster 2024-09-16T13:53:38.992229+0000 mgr.a (mgr.14412) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:41.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:40 smithi151 bash[23533]: cluster 2024-09-16T13:53:38.992229+0000 mgr.a (mgr.14412) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:41.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:40 smithi151 bash[23533]: cluster 2024-09-16T13:53:38.992229+0000 mgr.a (mgr.14412) 142 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:42.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: cluster 2024-09-16T13:53:40.992898+0000 mgr.a (mgr.14412) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: cluster 2024-09-16T13:53:40.992898+0000 mgr.a (mgr.14412) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: audit 2024-09-16T13:53:42.584702+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: audit 2024-09-16T13:53:42.584702+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: audit 2024-09-16T13:53:42.593762+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: audit 2024-09-16T13:53:42.593762+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: audit 2024-09-16T13:53:42.605090+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:42.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:42 smithi151 bash[23533]: audit 2024-09-16T13:53:42.605090+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: cluster 2024-09-16T13:53:40.992898+0000 mgr.a (mgr.14412) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: cluster 2024-09-16T13:53:40.992898+0000 mgr.a (mgr.14412) 143 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: audit 2024-09-16T13:53:42.584702+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: audit 2024-09-16T13:53:42.584702+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: audit 2024-09-16T13:53:42.593762+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: audit 2024-09-16T13:53:42.593762+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: audit 2024-09-16T13:53:42.605090+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:42 smithi098 bash[22846]: audit 2024-09-16T13:53:42.605090+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:45.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:44 smithi098 bash[22846]: cluster 2024-09-16T13:53:42.993543+0000 mgr.a (mgr.14412) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:45.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:44 smithi098 bash[22846]: cluster 2024-09-16T13:53:42.993543+0000 mgr.a (mgr.14412) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:45.146 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:44 smithi151 bash[23533]: cluster 2024-09-16T13:53:42.993543+0000 mgr.a (mgr.14412) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:45.146 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:44 smithi151 bash[23533]: cluster 2024-09-16T13:53:42.993543+0000 mgr.a (mgr.14412) 144 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:45.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:53:45 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:53:45] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-16T13:53:47.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:46 smithi098 bash[22846]: cluster 2024-09-16T13:53:44.994118+0000 mgr.a (mgr.14412) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:47.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:46 smithi098 bash[22846]: cluster 2024-09-16T13:53:44.994118+0000 mgr.a (mgr.14412) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:47.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:46 smithi151 bash[23533]: cluster 2024-09-16T13:53:44.994118+0000 mgr.a (mgr.14412) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:47.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:46 smithi151 bash[23533]: cluster 2024-09-16T13:53:44.994118+0000 mgr.a (mgr.14412) 145 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:49.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:48 smithi098 bash[22846]: cluster 2024-09-16T13:53:46.994658+0000 mgr.a (mgr.14412) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:49.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:48 smithi098 bash[22846]: cluster 2024-09-16T13:53:46.994658+0000 mgr.a (mgr.14412) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:49.244 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:48 smithi151 bash[23533]: cluster 2024-09-16T13:53:46.994658+0000 mgr.a (mgr.14412) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:49.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:48 smithi151 bash[23533]: cluster 2024-09-16T13:53:46.994658+0000 mgr.a (mgr.14412) 146 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: audit 2024-09-16T13:53:48.844773+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: audit 2024-09-16T13:53:48.844773+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: audit 2024-09-16T13:53:48.853161+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: audit 2024-09-16T13:53:48.853161+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: audit 2024-09-16T13:53:48.862339+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: audit 2024-09-16T13:53:48.862339+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: cluster 2024-09-16T13:53:48.995201+0000 mgr.a (mgr.14412) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:50.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:49 smithi151 bash[23533]: cluster 2024-09-16T13:53:48.995201+0000 mgr.a (mgr.14412) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:50.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: audit 2024-09-16T13:53:48.844773+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: audit 2024-09-16T13:53:48.844773+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: audit 2024-09-16T13:53:48.853161+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: audit 2024-09-16T13:53:48.853161+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: audit 2024-09-16T13:53:48.862339+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: audit 2024-09-16T13:53:48.862339+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:50.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: cluster 2024-09-16T13:53:48.995201+0000 mgr.a (mgr.14412) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:50.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:49 smithi098 bash[22846]: cluster 2024-09-16T13:53:48.995201+0000 mgr.a (mgr.14412) 147 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:52.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:52 smithi098 bash[22846]: cluster 2024-09-16T13:53:50.995828+0000 mgr.a (mgr.14412) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:52.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:52 smithi098 bash[22846]: cluster 2024-09-16T13:53:50.995828+0000 mgr.a (mgr.14412) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:52.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:52 smithi151 bash[23533]: cluster 2024-09-16T13:53:50.995828+0000 mgr.a (mgr.14412) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:52.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:52 smithi151 bash[23533]: cluster 2024-09-16T13:53:50.995828+0000 mgr.a (mgr.14412) 148 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:53.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:53 smithi098 bash[22846]: audit 2024-09-16T13:53:53.266329+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:53.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:53 smithi098 bash[22846]: audit 2024-09-16T13:53:53.266329+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:53.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:53 smithi151 bash[23533]: audit 2024-09-16T13:53:53.266329+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:53.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:53 smithi151 bash[23533]: audit 2024-09-16T13:53:53.266329+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:53:54.567 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:54 smithi098 bash[22846]: cluster 2024-09-16T13:53:52.996373+0000 mgr.a (mgr.14412) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:54.567 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:54 smithi098 bash[22846]: cluster 2024-09-16T13:53:52.996373+0000 mgr.a (mgr.14412) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:54.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:54 smithi151 bash[23533]: cluster 2024-09-16T13:53:52.996373+0000 mgr.a (mgr.14412) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:54.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:54 smithi151 bash[23533]: cluster 2024-09-16T13:53:52.996373+0000 mgr.a (mgr.14412) 149 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:55.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:53:55 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:53:55] "GET /metrics HTTP/1.1" 200 21602 "" "Prometheus/2.51.0" 2024-09-16T13:53:56.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:56 smithi098 bash[22846]: cluster 2024-09-16T13:53:54.996886+0000 mgr.a (mgr.14412) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:56.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:56 smithi098 bash[22846]: cluster 2024-09-16T13:53:54.996886+0000 mgr.a (mgr.14412) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:56.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:56 smithi151 bash[23533]: cluster 2024-09-16T13:53:54.996886+0000 mgr.a (mgr.14412) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:56.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:56 smithi151 bash[23533]: cluster 2024-09-16T13:53:54.996886+0000 mgr.a (mgr.14412) 150 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: cluster 2024-09-16T13:53:56.997310+0000 mgr.a (mgr.14412) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: cluster 2024-09-16T13:53:56.997310+0000 mgr.a (mgr.14412) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: audit 2024-09-16T13:53:58.085247+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: audit 2024-09-16T13:53:58.085247+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: audit 2024-09-16T13:53:58.094322+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: audit 2024-09-16T13:53:58.094322+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: audit 2024-09-16T13:53:58.104249+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:53:58 smithi098 bash[22846]: audit 2024-09-16T13:53:58.104249+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: cluster 2024-09-16T13:53:56.997310+0000 mgr.a (mgr.14412) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: cluster 2024-09-16T13:53:56.997310+0000 mgr.a (mgr.14412) 151 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: audit 2024-09-16T13:53:58.085247+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: audit 2024-09-16T13:53:58.085247+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: audit 2024-09-16T13:53:58.094322+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: audit 2024-09-16T13:53:58.094322+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: audit 2024-09-16T13:53:58.104249+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:53:58.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:53:58 smithi151 bash[23533]: audit 2024-09-16T13:53:58.104249+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:00.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:00 smithi098 bash[22846]: cluster 2024-09-16T13:53:58.997815+0000 mgr.a (mgr.14412) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:00.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:00 smithi098 bash[22846]: cluster 2024-09-16T13:53:58.997815+0000 mgr.a (mgr.14412) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:00.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:00 smithi151 bash[23533]: cluster 2024-09-16T13:53:58.997815+0000 mgr.a (mgr.14412) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:00.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:00 smithi151 bash[23533]: cluster 2024-09-16T13:53:58.997815+0000 mgr.a (mgr.14412) 152 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:02.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:02 smithi098 bash[22846]: cluster 2024-09-16T13:54:00.998375+0000 mgr.a (mgr.14412) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:02.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:02 smithi098 bash[22846]: cluster 2024-09-16T13:54:00.998375+0000 mgr.a (mgr.14412) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:02.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:02 smithi151 bash[23533]: cluster 2024-09-16T13:54:00.998375+0000 mgr.a (mgr.14412) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:02.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:02 smithi151 bash[23533]: cluster 2024-09-16T13:54:00.998375+0000 mgr.a (mgr.14412) 153 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:04.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:03 smithi098 bash[22846]: audit 2024-09-16T13:54:02.752564+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:03 smithi098 bash[22846]: audit 2024-09-16T13:54:02.752564+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:03 smithi098 bash[22846]: audit 2024-09-16T13:54:02.760900+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:03 smithi098 bash[22846]: audit 2024-09-16T13:54:02.760900+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:03 smithi098 bash[22846]: audit 2024-09-16T13:54:02.770241+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:03 smithi098 bash[22846]: audit 2024-09-16T13:54:02.770241+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:03 smithi151 bash[23533]: audit 2024-09-16T13:54:02.752564+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:03 smithi151 bash[23533]: audit 2024-09-16T13:54:02.752564+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:03 smithi151 bash[23533]: audit 2024-09-16T13:54:02.760900+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:03 smithi151 bash[23533]: audit 2024-09-16T13:54:02.760900+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:03 smithi151 bash[23533]: audit 2024-09-16T13:54:02.770241+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:04.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:03 smithi151 bash[23533]: audit 2024-09-16T13:54:02.770241+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:05.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:04 smithi098 bash[22846]: cluster 2024-09-16T13:54:02.998914+0000 mgr.a (mgr.14412) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:05.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:04 smithi098 bash[22846]: cluster 2024-09-16T13:54:02.998914+0000 mgr.a (mgr.14412) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:05.150 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:04 smithi151 bash[23533]: cluster 2024-09-16T13:54:02.998914+0000 mgr.a (mgr.14412) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:05.150 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:04 smithi151 bash[23533]: cluster 2024-09-16T13:54:02.998914+0000 mgr.a (mgr.14412) 154 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:05.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:54:05 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:54:05] "GET /metrics HTTP/1.1" 200 21602 "" "Prometheus/2.51.0" 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: cluster 2024-09-16T13:54:04.999476+0000 mgr.a (mgr.14412) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: cluster 2024-09-16T13:54:04.999476+0000 mgr.a (mgr.14412) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: audit 2024-09-16T13:54:05.036806+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: audit 2024-09-16T13:54:05.036806+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: audit 2024-09-16T13:54:05.045246+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: audit 2024-09-16T13:54:05.045246+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: audit 2024-09-16T13:54:05.056258+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:06 smithi151 bash[23533]: audit 2024-09-16T13:54:05.056258+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: cluster 2024-09-16T13:54:04.999476+0000 mgr.a (mgr.14412) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: cluster 2024-09-16T13:54:04.999476+0000 mgr.a (mgr.14412) 155 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: audit 2024-09-16T13:54:05.036806+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: audit 2024-09-16T13:54:05.036806+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: audit 2024-09-16T13:54:05.045246+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: audit 2024-09-16T13:54:05.045246+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: audit 2024-09-16T13:54:05.056258+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:06.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:06 smithi098 bash[22846]: audit 2024-09-16T13:54:05.056258+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:08.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:08 smithi098 bash[22846]: cluster 2024-09-16T13:54:07.000124+0000 mgr.a (mgr.14412) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:08.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:08 smithi098 bash[22846]: cluster 2024-09-16T13:54:07.000124+0000 mgr.a (mgr.14412) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:08.463 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:08 smithi151 bash[23533]: cluster 2024-09-16T13:54:07.000124+0000 mgr.a (mgr.14412) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:08.463 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:08 smithi151 bash[23533]: cluster 2024-09-16T13:54:07.000124+0000 mgr.a (mgr.14412) 156 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:09.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:09 smithi098 bash[22846]: audit 2024-09-16T13:54:08.266717+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:09.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:09 smithi098 bash[22846]: audit 2024-09-16T13:54:08.266717+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:09.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:09 smithi151 bash[23533]: audit 2024-09-16T13:54:08.266717+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:09.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:09 smithi151 bash[23533]: audit 2024-09-16T13:54:08.266717+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:10.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:10 smithi098 bash[22846]: cluster 2024-09-16T13:54:09.000770+0000 mgr.a (mgr.14412) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:10.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:10 smithi098 bash[22846]: cluster 2024-09-16T13:54:09.000770+0000 mgr.a (mgr.14412) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:10.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:10 smithi151 bash[23533]: cluster 2024-09-16T13:54:09.000770+0000 mgr.a (mgr.14412) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:10.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:10 smithi151 bash[23533]: cluster 2024-09-16T13:54:09.000770+0000 mgr.a (mgr.14412) 157 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:12.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:12 smithi098 bash[22846]: cluster 2024-09-16T13:54:11.001318+0000 mgr.a (mgr.14412) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:12.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:12 smithi098 bash[22846]: cluster 2024-09-16T13:54:11.001318+0000 mgr.a (mgr.14412) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:12.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:12 smithi151 bash[23533]: cluster 2024-09-16T13:54:11.001318+0000 mgr.a (mgr.14412) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:12.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:12 smithi151 bash[23533]: cluster 2024-09-16T13:54:11.001318+0000 mgr.a (mgr.14412) 158 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:14.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:14 smithi098 bash[22846]: cluster 2024-09-16T13:54:13.001868+0000 mgr.a (mgr.14412) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:14.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:14 smithi098 bash[22846]: cluster 2024-09-16T13:54:13.001868+0000 mgr.a (mgr.14412) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:14.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:14 smithi151 bash[23533]: cluster 2024-09-16T13:54:13.001868+0000 mgr.a (mgr.14412) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:14.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:14 smithi151 bash[23533]: cluster 2024-09-16T13:54:13.001868+0000 mgr.a (mgr.14412) 159 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:15.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:54:15 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:54:15] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-16T13:54:16.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:16 smithi151 bash[23533]: cluster 2024-09-16T13:54:15.002444+0000 mgr.a (mgr.14412) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:16.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:16 smithi151 bash[23533]: cluster 2024-09-16T13:54:15.002444+0000 mgr.a (mgr.14412) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:16.544 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:16 smithi098 bash[22846]: cluster 2024-09-16T13:54:15.002444+0000 mgr.a (mgr.14412) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:16.544 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:16 smithi098 bash[22846]: cluster 2024-09-16T13:54:15.002444+0000 mgr.a (mgr.14412) 160 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:18.494 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:18 smithi151 bash[23533]: cluster 2024-09-16T13:54:17.002902+0000 mgr.a (mgr.14412) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:18.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:18 smithi151 bash[23533]: cluster 2024-09-16T13:54:17.002902+0000 mgr.a (mgr.14412) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:18.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:18 smithi098 bash[22846]: cluster 2024-09-16T13:54:17.002902+0000 mgr.a (mgr.14412) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:18.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:18 smithi098 bash[22846]: cluster 2024-09-16T13:54:17.002902+0000 mgr.a (mgr.14412) 161 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:19.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:19 smithi098 bash[22846]: audit 2024-09-16T13:54:18.298224+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:19 smithi098 bash[22846]: audit 2024-09-16T13:54:18.298224+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:19 smithi098 bash[22846]: audit 2024-09-16T13:54:18.305871+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:19 smithi098 bash[22846]: audit 2024-09-16T13:54:18.305871+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:19 smithi098 bash[22846]: audit 2024-09-16T13:54:18.313962+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:19 smithi098 bash[22846]: audit 2024-09-16T13:54:18.313962+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:19 smithi151 bash[23533]: audit 2024-09-16T13:54:18.298224+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:19 smithi151 bash[23533]: audit 2024-09-16T13:54:18.298224+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:19 smithi151 bash[23533]: audit 2024-09-16T13:54:18.305871+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:19 smithi151 bash[23533]: audit 2024-09-16T13:54:18.305871+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:19 smithi151 bash[23533]: audit 2024-09-16T13:54:18.313962+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:19.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:19 smithi151 bash[23533]: audit 2024-09-16T13:54:18.313962+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:20.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:20 smithi098 bash[22846]: cluster 2024-09-16T13:54:19.003430+0000 mgr.a (mgr.14412) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:20.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:20 smithi098 bash[22846]: cluster 2024-09-16T13:54:19.003430+0000 mgr.a (mgr.14412) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:20.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:20 smithi151 bash[23533]: cluster 2024-09-16T13:54:19.003430+0000 mgr.a (mgr.14412) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:20.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:20 smithi151 bash[23533]: cluster 2024-09-16T13:54:19.003430+0000 mgr.a (mgr.14412) 162 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:22 smithi098 bash[22846]: cluster 2024-09-16T13:54:21.003984+0000 mgr.a (mgr.14412) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:22.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:22 smithi098 bash[22846]: cluster 2024-09-16T13:54:21.003984+0000 mgr.a (mgr.14412) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:22.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:22 smithi151 bash[23533]: cluster 2024-09-16T13:54:21.003984+0000 mgr.a (mgr.14412) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:22.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:22 smithi151 bash[23533]: cluster 2024-09-16T13:54:21.003984+0000 mgr.a (mgr.14412) 163 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:22.977518+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:22.977518+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:22.986307+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:22.986307+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:22.996045+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.245 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:22.996045+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: cluster 2024-09-16T13:54:23.004431+0000 mgr.a (mgr.14412) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: cluster 2024-09-16T13:54:23.004431+0000 mgr.a (mgr.14412) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:23.267086+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:24.246 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:23 smithi151 bash[23533]: audit 2024-09-16T13:54:23.267086+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:22.977518+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:22.977518+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:22.986307+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:22.986307+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:22.996045+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:22.996045+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: cluster 2024-09-16T13:54:23.004431+0000 mgr.a (mgr.14412) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:24.340 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: cluster 2024-09-16T13:54:23.004431+0000 mgr.a (mgr.14412) 164 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:23.267086+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:24.341 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:23 smithi098 bash[22846]: audit 2024-09-16T13:54:23.267086+0000 mon.a (mon.0) 1046 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:25.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:54:25 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:54:25] "GET /metrics HTTP/1.1" 200 21602 "" "Prometheus/2.51.0" 2024-09-16T13:54:25.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:25 smithi098 bash[22846]: audit 2024-09-16T13:54:24.253045+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:25 smithi098 bash[22846]: audit 2024-09-16T13:54:24.253045+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:25 smithi098 bash[22846]: audit 2024-09-16T13:54:24.261969+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:25 smithi098 bash[22846]: audit 2024-09-16T13:54:24.261969+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:25 smithi098 bash[22846]: audit 2024-09-16T13:54:24.273197+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:25 smithi098 bash[22846]: audit 2024-09-16T13:54:24.273197+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:25 smithi151 bash[23533]: audit 2024-09-16T13:54:24.253045+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:25 smithi151 bash[23533]: audit 2024-09-16T13:54:24.253045+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:25 smithi151 bash[23533]: audit 2024-09-16T13:54:24.261969+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:25 smithi151 bash[23533]: audit 2024-09-16T13:54:24.261969+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:25 smithi151 bash[23533]: audit 2024-09-16T13:54:24.273197+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:25.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:25 smithi151 bash[23533]: audit 2024-09-16T13:54:24.273197+0000 mon.a (mon.0) 1049 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:26.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:26 smithi098 bash[22846]: cluster 2024-09-16T13:54:25.005004+0000 mgr.a (mgr.14412) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:26.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:26 smithi098 bash[22846]: cluster 2024-09-16T13:54:25.005004+0000 mgr.a (mgr.14412) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:26.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:26 smithi151 bash[23533]: cluster 2024-09-16T13:54:25.005004+0000 mgr.a (mgr.14412) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:26.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:26 smithi151 bash[23533]: cluster 2024-09-16T13:54:25.005004+0000 mgr.a (mgr.14412) 165 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:28.589 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:28 smithi098 bash[22846]: cluster 2024-09-16T13:54:27.005504+0000 mgr.a (mgr.14412) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:28.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:28 smithi098 bash[22846]: cluster 2024-09-16T13:54:27.005504+0000 mgr.a (mgr.14412) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:28.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:28 smithi151 bash[23533]: cluster 2024-09-16T13:54:27.005504+0000 mgr.a (mgr.14412) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:28.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:28 smithi151 bash[23533]: cluster 2024-09-16T13:54:27.005504+0000 mgr.a (mgr.14412) 166 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:30.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:30 smithi098 bash[22846]: cluster 2024-09-16T13:54:29.006038+0000 mgr.a (mgr.14412) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:30.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:30 smithi098 bash[22846]: cluster 2024-09-16T13:54:29.006038+0000 mgr.a (mgr.14412) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:30 smithi151 bash[23533]: cluster 2024-09-16T13:54:29.006038+0000 mgr.a (mgr.14412) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:30.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:30 smithi151 bash[23533]: cluster 2024-09-16T13:54:29.006038+0000 mgr.a (mgr.14412) 167 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:32.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:32 smithi098 bash[22846]: cluster 2024-09-16T13:54:31.006531+0000 mgr.a (mgr.14412) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:32.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:32 smithi098 bash[22846]: cluster 2024-09-16T13:54:31.006531+0000 mgr.a (mgr.14412) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:32.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:32 smithi151 bash[23533]: cluster 2024-09-16T13:54:31.006531+0000 mgr.a (mgr.14412) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:32.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:32 smithi151 bash[23533]: cluster 2024-09-16T13:54:31.006531+0000 mgr.a (mgr.14412) 168 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:34.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:34 smithi098 bash[22846]: cluster 2024-09-16T13:54:33.007050+0000 mgr.a (mgr.14412) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:34.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:34 smithi098 bash[22846]: cluster 2024-09-16T13:54:33.007050+0000 mgr.a (mgr.14412) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:34.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:34 smithi151 bash[23533]: cluster 2024-09-16T13:54:33.007050+0000 mgr.a (mgr.14412) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:34.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:34 smithi151 bash[23533]: cluster 2024-09-16T13:54:33.007050+0000 mgr.a (mgr.14412) 169 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:35.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:54:35 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:54:35] "GET /metrics HTTP/1.1" 200 21602 "" "Prometheus/2.51.0" 2024-09-16T13:54:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:36 smithi098 bash[22846]: cluster 2024-09-16T13:54:35.007623+0000 mgr.a (mgr.14412) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:36.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:36 smithi098 bash[22846]: cluster 2024-09-16T13:54:35.007623+0000 mgr.a (mgr.14412) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:36.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:36 smithi151 bash[23533]: cluster 2024-09-16T13:54:35.007623+0000 mgr.a (mgr.14412) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:36.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:36 smithi151 bash[23533]: cluster 2024-09-16T13:54:35.007623+0000 mgr.a (mgr.14412) 170 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:38.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:38 smithi098 bash[22846]: cluster 2024-09-16T13:54:37.007997+0000 mgr.a (mgr.14412) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:38.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:38 smithi098 bash[22846]: cluster 2024-09-16T13:54:37.007997+0000 mgr.a (mgr.14412) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:38.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:38 smithi098 bash[22846]: audit 2024-09-16T13:54:38.267820+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:38.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:38 smithi098 bash[22846]: audit 2024-09-16T13:54:38.267820+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:38.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:38 smithi151 bash[23533]: cluster 2024-09-16T13:54:37.007997+0000 mgr.a (mgr.14412) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:38 smithi151 bash[23533]: cluster 2024-09-16T13:54:37.007997+0000 mgr.a (mgr.14412) 171 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:38 smithi151 bash[23533]: audit 2024-09-16T13:54:38.267820+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:38.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:38 smithi151 bash[23533]: audit 2024-09-16T13:54:38.267820+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:38.505779+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:38.505779+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:38.513554+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:38.513554+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:38.521693+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:38.521693+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:39.090757+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:54:39.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:39 smithi098 bash[22846]: audit 2024-09-16T13:54:39.090757+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:54:39.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:38.505779+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:38.505779+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:38.513554+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:38.513554+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:38.521693+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:38.521693+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:39.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:39.090757+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:54:39.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:39 smithi151 bash[23533]: audit 2024-09-16T13:54:39.090757+0000 mon.a (mon.0) 1054 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: cluster 2024-09-16T13:54:39.008576+0000 mgr.a (mgr.14412) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: cluster 2024-09-16T13:54:39.008576+0000 mgr.a (mgr.14412) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.633583+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.633583+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.643372+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.643372+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.645279+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:54:40.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.645279+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:54:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.646982+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:54:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.646982+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:54:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.657739+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:40.996 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:40 smithi151 bash[23533]: audit 2024-09-16T13:54:39.657739+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: cluster 2024-09-16T13:54:39.008576+0000 mgr.a (mgr.14412) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: cluster 2024-09-16T13:54:39.008576+0000 mgr.a (mgr.14412) 172 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.633583+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.633583+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:41.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.643372+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.643372+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.645279+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:54:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.645279+0000 mon.a (mon.0) 1057 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-16T13:54:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.646982+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:54:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.646982+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-16T13:54:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.657739+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:41.091 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:40 smithi098 bash[22846]: audit 2024-09-16T13:54:39.657739+0000 mon.a (mon.0) 1059 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:42.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:42 smithi151 bash[23533]: cluster 2024-09-16T13:54:41.009126+0000 mgr.a (mgr.14412) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:42.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:42 smithi151 bash[23533]: cluster 2024-09-16T13:54:41.009126+0000 mgr.a (mgr.14412) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:42 smithi098 bash[22846]: cluster 2024-09-16T13:54:41.009126+0000 mgr.a (mgr.14412) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:43.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:42 smithi098 bash[22846]: cluster 2024-09-16T13:54:41.009126+0000 mgr.a (mgr.14412) 173 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: cluster 2024-09-16T13:54:43.009656+0000 mgr.a (mgr.14412) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: cluster 2024-09-16T13:54:43.009656+0000 mgr.a (mgr.14412) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: audit 2024-09-16T13:54:43.170959+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: audit 2024-09-16T13:54:43.170959+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: audit 2024-09-16T13:54:43.181010+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: audit 2024-09-16T13:54:43.181010+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: audit 2024-09-16T13:54:43.192066+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.495 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:44 smithi151 bash[23533]: audit 2024-09-16T13:54:43.192066+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: cluster 2024-09-16T13:54:43.009656+0000 mgr.a (mgr.14412) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: cluster 2024-09-16T13:54:43.009656+0000 mgr.a (mgr.14412) 174 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: audit 2024-09-16T13:54:43.170959+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: audit 2024-09-16T13:54:43.170959+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: audit 2024-09-16T13:54:43.181010+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: audit 2024-09-16T13:54:43.181010+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: audit 2024-09-16T13:54:43.192066+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:44.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:44 smithi098 bash[22846]: audit 2024-09-16T13:54:43.192066+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.590 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:54:45 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:54:45] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-16T13:54:45.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:45 smithi098 bash[22846]: audit 2024-09-16T13:54:44.461313+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:45 smithi098 bash[22846]: audit 2024-09-16T13:54:44.461313+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:45 smithi098 bash[22846]: audit 2024-09-16T13:54:44.471254+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:45 smithi098 bash[22846]: audit 2024-09-16T13:54:44.471254+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:45 smithi098 bash[22846]: audit 2024-09-16T13:54:44.482555+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.590 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:45 smithi098 bash[22846]: audit 2024-09-16T13:54:44.482555+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:45 smithi151 bash[23533]: audit 2024-09-16T13:54:44.461313+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:45 smithi151 bash[23533]: audit 2024-09-16T13:54:44.461313+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:45 smithi151 bash[23533]: audit 2024-09-16T13:54:44.471254+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:45 smithi151 bash[23533]: audit 2024-09-16T13:54:44.471254+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:45 smithi151 bash[23533]: audit 2024-09-16T13:54:44.482555+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:45.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:45 smithi151 bash[23533]: audit 2024-09-16T13:54:44.482555+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:46.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:46 smithi151 bash[23533]: cluster 2024-09-16T13:54:45.010201+0000 mgr.a (mgr.14412) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:46.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:46 smithi151 bash[23533]: cluster 2024-09-16T13:54:45.010201+0000 mgr.a (mgr.14412) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:46.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:46 smithi098 bash[22846]: cluster 2024-09-16T13:54:45.010201+0000 mgr.a (mgr.14412) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:46.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:46 smithi098 bash[22846]: cluster 2024-09-16T13:54:45.010201+0000 mgr.a (mgr.14412) 175 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:48.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:48 smithi151 bash[23533]: cluster 2024-09-16T13:54:47.010712+0000 mgr.a (mgr.14412) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:48.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:48 smithi151 bash[23533]: cluster 2024-09-16T13:54:47.010712+0000 mgr.a (mgr.14412) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:48.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:48 smithi098 bash[22846]: cluster 2024-09-16T13:54:47.010712+0000 mgr.a (mgr.14412) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:48.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:48 smithi098 bash[22846]: cluster 2024-09-16T13:54:47.010712+0000 mgr.a (mgr.14412) 176 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:50.744 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:50 smithi151 bash[23533]: cluster 2024-09-16T13:54:49.011276+0000 mgr.a (mgr.14412) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:50.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:50 smithi151 bash[23533]: cluster 2024-09-16T13:54:49.011276+0000 mgr.a (mgr.14412) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:50.839 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:50 smithi098 bash[22846]: cluster 2024-09-16T13:54:49.011276+0000 mgr.a (mgr.14412) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:50.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:50 smithi098 bash[22846]: cluster 2024-09-16T13:54:49.011276+0000 mgr.a (mgr.14412) 177 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:52.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:52 smithi098 bash[22846]: cluster 2024-09-16T13:54:51.011843+0000 mgr.a (mgr.14412) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:52.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:52 smithi098 bash[22846]: cluster 2024-09-16T13:54:51.011843+0000 mgr.a (mgr.14412) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:52.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:52 smithi151 bash[23533]: cluster 2024-09-16T13:54:51.011843+0000 mgr.a (mgr.14412) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:52.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:52 smithi151 bash[23533]: cluster 2024-09-16T13:54:51.011843+0000 mgr.a (mgr.14412) 178 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:53.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:53 smithi098 bash[22846]: audit 2024-09-16T13:54:53.268199+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:53.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:53 smithi098 bash[22846]: audit 2024-09-16T13:54:53.268199+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:53.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:53 smithi151 bash[23533]: audit 2024-09-16T13:54:53.268199+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:53.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:53 smithi151 bash[23533]: audit 2024-09-16T13:54:53.268199+0000 mon.a (mon.0) 1066 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:54:54.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:54 smithi098 bash[22846]: cluster 2024-09-16T13:54:53.012347+0000 mgr.a (mgr.14412) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:54.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:54 smithi098 bash[22846]: cluster 2024-09-16T13:54:53.012347+0000 mgr.a (mgr.14412) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:54.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:54 smithi151 bash[23533]: cluster 2024-09-16T13:54:53.012347+0000 mgr.a (mgr.14412) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:54.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:54 smithi151 bash[23533]: cluster 2024-09-16T13:54:53.012347+0000 mgr.a (mgr.14412) 179 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:55.518 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:54:55 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:54:55] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-16T13:54:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:56 smithi098 bash[22846]: cluster 2024-09-16T13:54:55.012804+0000 mgr.a (mgr.14412) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:56.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:56 smithi098 bash[22846]: cluster 2024-09-16T13:54:55.012804+0000 mgr.a (mgr.14412) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:56.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:56 smithi151 bash[23533]: cluster 2024-09-16T13:54:55.012804+0000 mgr.a (mgr.14412) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:56.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:56 smithi151 bash[23533]: cluster 2024-09-16T13:54:55.012804+0000 mgr.a (mgr.14412) 180 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:58.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:58 smithi098 bash[22846]: cluster 2024-09-16T13:54:57.013385+0000 mgr.a (mgr.14412) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:58.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:58 smithi098 bash[22846]: cluster 2024-09-16T13:54:57.013385+0000 mgr.a (mgr.14412) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:58.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:58 smithi151 bash[23533]: cluster 2024-09-16T13:54:57.013385+0000 mgr.a (mgr.14412) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:58.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:58 smithi151 bash[23533]: cluster 2024-09-16T13:54:57.013385+0000 mgr.a (mgr.14412) 181 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:54:59.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:59 smithi151 bash[23533]: audit 2024-09-16T13:54:58.681787+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:59.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:59 smithi151 bash[23533]: audit 2024-09-16T13:54:58.681787+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:59.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:59 smithi151 bash[23533]: audit 2024-09-16T13:54:58.691139+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:59.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:59 smithi151 bash[23533]: audit 2024-09-16T13:54:58.691139+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:59.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:59 smithi151 bash[23533]: audit 2024-09-16T13:54:58.700624+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:54:59.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:54:59 smithi151 bash[23533]: audit 2024-09-16T13:54:58.700624+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:00.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:59 smithi098 bash[22846]: audit 2024-09-16T13:54:58.681787+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:00.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:59 smithi098 bash[22846]: audit 2024-09-16T13:54:58.681787+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:00.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:59 smithi098 bash[22846]: audit 2024-09-16T13:54:58.691139+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:00.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:59 smithi098 bash[22846]: audit 2024-09-16T13:54:58.691139+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:00.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:59 smithi098 bash[22846]: audit 2024-09-16T13:54:58.700624+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:00.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:54:59 smithi098 bash[22846]: audit 2024-09-16T13:54:58.700624+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:00.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:00 smithi151 bash[23533]: cluster 2024-09-16T13:54:59.013945+0000 mgr.a (mgr.14412) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:00.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:00 smithi151 bash[23533]: cluster 2024-09-16T13:54:59.013945+0000 mgr.a (mgr.14412) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:01.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:00 smithi098 bash[22846]: cluster 2024-09-16T13:54:59.013945+0000 mgr.a (mgr.14412) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:01.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:00 smithi098 bash[22846]: cluster 2024-09-16T13:54:59.013945+0000 mgr.a (mgr.14412) 182 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:02.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:02 smithi151 bash[23533]: cluster 2024-09-16T13:55:01.014470+0000 mgr.a (mgr.14412) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:02.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:02 smithi151 bash[23533]: cluster 2024-09-16T13:55:01.014470+0000 mgr.a (mgr.14412) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:03.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:02 smithi098 bash[22846]: cluster 2024-09-16T13:55:01.014470+0000 mgr.a (mgr.14412) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:03.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:02 smithi098 bash[22846]: cluster 2024-09-16T13:55:01.014470+0000 mgr.a (mgr.14412) 183 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: cluster 2024-09-16T13:55:03.014976+0000 mgr.a (mgr.14412) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: cluster 2024-09-16T13:55:03.014976+0000 mgr.a (mgr.14412) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: audit 2024-09-16T13:55:03.392699+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: audit 2024-09-16T13:55:03.392699+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: audit 2024-09-16T13:55:03.401358+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: audit 2024-09-16T13:55:03.401358+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: audit 2024-09-16T13:55:03.410934+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.745 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:04 smithi151 bash[23533]: audit 2024-09-16T13:55:03.410934+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: cluster 2024-09-16T13:55:03.014976+0000 mgr.a (mgr.14412) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: cluster 2024-09-16T13:55:03.014976+0000 mgr.a (mgr.14412) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: audit 2024-09-16T13:55:03.392699+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: audit 2024-09-16T13:55:03.392699+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: audit 2024-09-16T13:55:03.401358+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: audit 2024-09-16T13:55:03.401358+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: audit 2024-09-16T13:55:03.410934+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:04.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:04 smithi098 bash[22846]: audit 2024-09-16T13:55:03.410934+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:05.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:05 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:55:05] "GET /metrics HTTP/1.1" 200 21600 "" "Prometheus/2.51.0" 2024-09-16T13:55:05.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:05 smithi151 bash[23533]: audit 2024-09-16T13:55:04.630160+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:05.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:05 smithi151 bash[23533]: audit 2024-09-16T13:55:04.630160+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:05.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:05 smithi151 bash[23533]: audit 2024-09-16T13:55:04.638281+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:05.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:05 smithi151 bash[23533]: audit 2024-09-16T13:55:04.638281+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:05.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:05 smithi151 bash[23533]: audit 2024-09-16T13:55:04.647794+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:05.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:05 smithi151 bash[23533]: audit 2024-09-16T13:55:04.647794+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:06.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:05 smithi098 bash[22846]: audit 2024-09-16T13:55:04.630160+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:06.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:05 smithi098 bash[22846]: audit 2024-09-16T13:55:04.630160+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:06.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:05 smithi098 bash[22846]: audit 2024-09-16T13:55:04.638281+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:06.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:05 smithi098 bash[22846]: audit 2024-09-16T13:55:04.638281+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:06.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:05 smithi098 bash[22846]: audit 2024-09-16T13:55:04.647794+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:06.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:05 smithi098 bash[22846]: audit 2024-09-16T13:55:04.647794+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' 2024-09-16T13:55:06.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:06 smithi151 bash[23533]: cluster 2024-09-16T13:55:05.015499+0000 mgr.a (mgr.14412) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:06.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:06 smithi151 bash[23533]: cluster 2024-09-16T13:55:05.015499+0000 mgr.a (mgr.14412) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:06 smithi098 bash[22846]: cluster 2024-09-16T13:55:05.015499+0000 mgr.a (mgr.14412) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:07.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:06 smithi098 bash[22846]: cluster 2024-09-16T13:55:05.015499+0000 mgr.a (mgr.14412) 185 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:08.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:08 smithi151 bash[23533]: cluster 2024-09-16T13:55:07.016045+0000 mgr.a (mgr.14412) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:08.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:08 smithi151 bash[23533]: cluster 2024-09-16T13:55:07.016045+0000 mgr.a (mgr.14412) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:08 smithi151 bash[23533]: audit 2024-09-16T13:55:08.268440+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:55:08.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:08 smithi151 bash[23533]: audit 2024-09-16T13:55:08.268440+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:55:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:08 smithi098 bash[22846]: cluster 2024-09-16T13:55:07.016045+0000 mgr.a (mgr.14412) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:08 smithi098 bash[22846]: cluster 2024-09-16T13:55:07.016045+0000 mgr.a (mgr.14412) 186 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:08 smithi098 bash[22846]: audit 2024-09-16T13:55:08.268440+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:55:09.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:08 smithi098 bash[22846]: audit 2024-09-16T13:55:08.268440+0000 mon.a (mon.0) 1076 : audit [DBG] from='mgr.14412 172.21.15.98:0/2167999131' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-16T13:55:11.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:10 smithi151 bash[23533]: cluster 2024-09-16T13:55:09.016572+0000 mgr.a (mgr.14412) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:11.000 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:10 smithi151 bash[23533]: cluster 2024-09-16T13:55:09.016572+0000 mgr.a (mgr.14412) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:11.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:10 smithi098 bash[22846]: cluster 2024-09-16T13:55:09.016572+0000 mgr.a (mgr.14412) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:11.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:10 smithi098 bash[22846]: cluster 2024-09-16T13:55:09.016572+0000 mgr.a (mgr.14412) 187 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:12.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:12 smithi151 bash[23533]: cluster 2024-09-16T13:55:11.017121+0000 mgr.a (mgr.14412) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:12.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:12 smithi151 bash[23533]: cluster 2024-09-16T13:55:11.017121+0000 mgr.a (mgr.14412) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:13.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:12 smithi098 bash[22846]: cluster 2024-09-16T13:55:11.017121+0000 mgr.a (mgr.14412) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:13.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:12 smithi098 bash[22846]: cluster 2024-09-16T13:55:11.017121+0000 mgr.a (mgr.14412) 188 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:14.839 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:14 smithi098 bash[22846]: cluster 2024-09-16T13:55:13.017703+0000 mgr.a (mgr.14412) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:14.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:14 smithi098 bash[22846]: cluster 2024-09-16T13:55:13.017703+0000 mgr.a (mgr.14412) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:14.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:14 smithi151 bash[23533]: cluster 2024-09-16T13:55:13.017703+0000 mgr.a (mgr.14412) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:14.994 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:14 smithi151 bash[23533]: cluster 2024-09-16T13:55:13.017703+0000 mgr.a (mgr.14412) 189 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:15.589 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:15 smithi098 bash[23098]: ::ffff:172.21.15.151 - - [16/Sep/2024:13:55:15] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-16T13:55:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:16 smithi151 bash[23533]: cluster 2024-09-16T13:55:15.018312+0000 mgr.a (mgr.14412) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:16.995 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:16 smithi151 bash[23533]: cluster 2024-09-16T13:55:15.018312+0000 mgr.a (mgr.14412) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:17.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:16 smithi098 bash[22846]: cluster 2024-09-16T13:55:15.018312+0000 mgr.a (mgr.14412) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:17.090 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:16 smithi098 bash[22846]: cluster 2024-09-16T13:55:15.018312+0000 mgr.a (mgr.14412) 190 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:17.773 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.151:9095/api/v1/status/config 2024-09-16T13:55:17.781 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.151:9095/api/v1/status/config 2024-09-16T13:55:17.782 INFO:teuthology.orchestra.run.smithi098.stderr:+ jq -e '.status == "success"' 2024-09-16T13:55:17.788 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: 3240e16a-7431-11ef-bceb-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.98: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 track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\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: 3240e16a-7431-11ef-bceb-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.98:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\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: 3240e16a-7431-11ef-bceb-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.98:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\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: 3240e16a-7431-11ef-bceb-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.98:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\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.98:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\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.98:8765/sd/prometheus/sd-config?service=nfs\n- job_name: smb\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\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.98:8765/sd/prometheus/sd-config?service=smb\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\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 scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /federate\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-16T13:55:17.788 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.151:9095/api/v1/alerts 2024-09-16T13:55:17.794 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.151:9095/api/v1/alerts 2024-09-16T13:55:17.794 INFO:teuthology.orchestra.run.smithi098.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-16T13:55:17.799 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi184","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-16T13:53:52.639590217Z","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 smithi184\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-16T13:53:52.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"3240e16a-7431-11ef-bceb-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-09-16T13:53:53.558815712Z","value":"1e+00"}]}}true 2024-09-16T13:55:17.800 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.184:9093/api/v1/status 2024-09-16T13:55:17.805 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-16T13:55:17.806 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.184:9093/api/v1/alerts 2024-09-16T13:55:17.811 INFO:teuthology.orchestra.run.smithi098.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-16T13:55:17.812 INFO:teuthology.orchestra.run.smithi098.stderr:+ curl -s http://172.21.15.184:9093/api/v1/alerts 2024-09-16T13:55:17.812 INFO:teuthology.orchestra.run.smithi098.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-16T13:55:17.817 INFO:teuthology.orchestra.run.smithi098.stderr:jq: error (at :1): Cannot iterate over null (null) 2024-09-16T13:55:18.839 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:18 smithi098 bash[22846]: cluster 2024-09-16T13:55:17.018870+0000 mgr.a (mgr.14412) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:18.840 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:18 smithi098 bash[22846]: cluster 2024-09-16T13:55:17.018870+0000 mgr.a (mgr.14412) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:18.864 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-16T13:55:18.865 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- bash -c \'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\'"\'"\')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-16T13:55:19.115 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=650495d6e1344734a9e6d386ce652bd6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_8293d73f8690540e843a81caec373f9cc29cf705/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi098 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- bash -c \'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\'"\'"\')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-16T13:55:19.117 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-16T13:55:19.125 INFO:tasks.cephadm:Teardown begin 2024-09-16T13:55:19.126 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:55:19.130 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:18 smithi151 bash[23533]: cluster 2024-09-16T13:55:17.018870+0000 mgr.a (mgr.14412) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:19.130 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:18 smithi151 bash[23533]: cluster 2024-09-16T13:55:17.018870+0000 mgr.a (mgr.14412) 191 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-16T13:55:19.143 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:55:19.158 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:55:19.173 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-16T13:55:19.173 DEBUG:teuthology.orchestra.run.smithi098:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T13:55:19.191 DEBUG:teuthology.orchestra.run.smithi151:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T13:55:19.205 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-16T13:55:19.220 INFO:tasks.cephadm:Stopping all daemons... 2024-09-16T13:55:19.221 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-16T13:55:19.221 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a 2024-09-16T13:55:19.577 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[23098]: [16/Sep/2024:13:55:19] ENGINE Bus STOPPING 2024-09-16T13:55:19.577 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:19 smithi098 systemd[1]: Stopping Ceph mon.a for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:55:19.577 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[22846]: debug 2024-09-16T13:55:19.350+0000 7f3e025e4640 -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-09-16T13:55:19.578 INFO:journalctl@ceph.mon.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[22846]: debug 2024-09-16T13:55:19.350+0000 7f3e025e4640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-16T13:55:19.829 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[23098]: [16/Sep/2024:13:55:19] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-16T13:55:19.829 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[23098]: [16/Sep/2024:13:55:19] ENGINE Bus STOPPED 2024-09-16T13:55:19.829 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[23098]: [16/Sep/2024:13:55:19] ENGINE Bus STARTING 2024-09-16T13:55:20.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[23098]: [16/Sep/2024:13:55:19] ENGINE Serving on http://:::9283 2024-09-16T13:55:20.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:19 smithi098 bash[23098]: [16/Sep/2024:13:55:19] ENGINE Bus STARTED 2024-09-16T13:55:20.545 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.a.service' 2024-09-16T13:55:20.573 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:20.573 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-16T13:55:20.573 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-16T13:55:20.573 DEBUG:teuthology.orchestra.run.smithi151:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.b 2024-09-16T13:55:20.968 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:20 smithi151 systemd[1]: Stopping Ceph mon.b for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:55:20.968 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:20 smithi151 bash[23533]: debug 2024-09-16T13:55:20.695+0000 7f5cb6306640 -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-09-16T13:55:20.968 INFO:journalctl@ceph.mon.b.smithi151.stdout:Sep 16 13:55:20 smithi151 bash[23533]: debug 2024-09-16T13:55:20.695+0000 7f5cb6306640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-16T13:55:21.630 DEBUG:teuthology.orchestra.run.smithi151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.b.service' 2024-09-16T13:55:21.662 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:21.662 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-16T13:55:21.662 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-16T13:55:21.662 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.c 2024-09-16T13:55:21.683 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mon.c.service' 2024-09-16T13:55:21.763 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:21.763 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-16T13:55:21.764 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-16T13:55:21.764 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.a 2024-09-16T13:55:22.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:21 smithi098 systemd[1]: Stopping Ceph mgr.a for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:55:22.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:21 smithi098 bash[23098]: debug 2024-09-16T13:55:21.906+0000 7f1f925bc640 -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-09-16T13:55:22.090 INFO:journalctl@ceph.mgr.a.smithi098.stdout:Sep 16 13:55:21 smithi098 bash[23098]: debug 2024-09-16T13:55:21.906+0000 7f1f925bc640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-16T13:55:22.796 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-16T13:55:22.818 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:22.819 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-16T13:55:22.819 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-16T13:55:22.819 DEBUG:teuthology.orchestra.run.smithi151:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.b 2024-09-16T13:55:23.202 INFO:journalctl@ceph.mgr.b.smithi151.stdout:Sep 16 13:55:22 smithi151 systemd[1]: Stopping Ceph mgr.b for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:55:23.673 DEBUG:teuthology.orchestra.run.smithi151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-16T13:55:23.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:23.694 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-16T13:55:23.695 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-16T13:55:23.695 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.0 2024-09-16T13:55:24.090 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:55:23 smithi098 systemd[1]: Stopping Ceph osd.0 for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:55:24.090 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:55:23 smithi098 bash[32307]: debug 2024-09-16T13:55:23.842+0000 7f7b3b8d5640 -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-09-16T13:55:24.090 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:55:23 smithi098 bash[32307]: debug 2024-09-16T13:55:23.842+0000 7f7b3b8d5640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-16T13:55:24.090 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:55:23 smithi098 bash[32307]: debug 2024-09-16T13:55:23.842+0000 7f7b3b8d5640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T13:55:30.184 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:55:29 smithi098 bash[45252]: ceph-3240e16a-7431-11ef-bceb-c7b262605968-osd-0 2024-09-16T13:55:30.185 INFO:journalctl@ceph.osd.0.smithi098.stdout:Sep 16 13:55:30 smithi098 bash[45316]: ceph-3240e16a-7431-11ef-bceb-c7b262605968-osd-0 2024-09-16T13:55:31.984 DEBUG:teuthology.orchestra.run.smithi098:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.0.service' 2024-09-16T13:55:32.027 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:32.028 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-16T13:55:32.028 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-16T13:55:32.029 DEBUG:teuthology.orchestra.run.smithi151:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.1 2024-09-16T13:55:32.495 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:55:32 smithi151 systemd[1]: Stopping Ceph osd.1 for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:55:32.495 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:55:32 smithi151 bash[28157]: debug 2024-09-16T13:55:32.163+0000 7f7697877640 -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-09-16T13:55:32.495 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:55:32 smithi151 bash[28157]: debug 2024-09-16T13:55:32.163+0000 7f7697877640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-16T13:55:32.495 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:55:32 smithi151 bash[28157]: debug 2024-09-16T13:55:32.163+0000 7f7697877640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T13:55:38.395 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:55:38 smithi151 bash[37534]: ceph-3240e16a-7431-11ef-bceb-c7b262605968-osd-1 2024-09-16T13:55:38.395 INFO:journalctl@ceph.osd.1.smithi151.stdout:Sep 16 13:55:38 smithi151 bash[37597]: Error response from daemon: No such container: ceph-3240e16a-7431-11ef-bceb-c7b262605968-osd-1 2024-09-16T13:55:40.099 DEBUG:teuthology.orchestra.run.smithi151:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.1.service' 2024-09-16T13:55:40.142 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:40.143 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-16T13:55:40.143 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-16T13:55:40.143 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.2 2024-09-16T13:55:40.461 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:55:40 smithi184 systemd[1]: Stopping Ceph osd.2 for 3240e16a-7431-11ef-bceb-c7b262605968... 2024-09-16T13:55:40.461 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:55:40 smithi184 bash[28493]: debug 2024-09-16T13:55:40.279+0000 7f42f2fce640 -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-09-16T13:55:40.461 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:55:40 smithi184 bash[28493]: debug 2024-09-16T13:55:40.279+0000 7f42f2fce640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-16T13:55:40.461 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:55:40 smithi184 bash[28493]: debug 2024-09-16T13:55:40.279+0000 7f42f2fce640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-16T13:55:46.647 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:55:46 smithi184 bash[37728]: ceph-3240e16a-7431-11ef-bceb-c7b262605968-osd-2 2024-09-16T13:55:46.647 INFO:journalctl@ceph.osd.2.smithi184.stdout:Sep 16 13:55:46 smithi184 bash[37820]: Error response from daemon: No such container: ceph-3240e16a-7431-11ef-bceb-c7b262605968-osd-2 2024-09-16T13:55:49.286 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-3240e16a-7431-11ef-bceb-c7b262605968@osd.2.service' 2024-09-16T13:55:49.316 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-16T13:55:49.317 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-16T13:55:49.317 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3240e16a-7431-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T13:55:49.503 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:55:57.573 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3240e16a-7431-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T13:55:57.756 INFO:teuthology.orchestra.run.smithi151.stdout:Deleting cluster with fsid: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:56:05.687 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3240e16a-7431-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-16T13:56:05.873 INFO:teuthology.orchestra.run.smithi184.stdout:Deleting cluster with fsid: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:56:13.614 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:56:13.629 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:56:13.643 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-16T13:56:13.656 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-16T13:56:13.658 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi098/crash 2024-09-16T13:56:13.658 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash -- . 2024-09-16T13:56:13.681 INFO:teuthology.orchestra.run.smithi098.stderr:tar: /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T13:56:13.681 INFO:teuthology.orchestra.run.smithi098.stderr:tar: Error is not recoverable: exiting now 2024-09-16T13:56:13.683 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi151/crash 2024-09-16T13:56:13.684 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash -- . 2024-09-16T13:56:13.697 INFO:teuthology.orchestra.run.smithi151.stderr:tar: /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T13:56:13.697 INFO:teuthology.orchestra.run.smithi151.stderr:tar: Error is not recoverable: exiting now 2024-09-16T13:56:13.699 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi184/crash 2024-09-16T13:56:13.700 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash -- . 2024-09-16T13:56:13.710 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/3240e16a-7431-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-16T13:56:13.710 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2024-09-16T13:56:13.711 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-16T13:56:13.711 DEBUG:teuthology.orchestra.run.smithi098:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/3240e16a-7431-11ef-bceb-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' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-16T13:56:13.740 INFO:tasks.cephadm:Compressing logs... 2024-09-16T13:56:13.740 DEBUG:teuthology.orchestra.run.smithi098:> 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-09-16T13:56:13.783 DEBUG:teuthology.orchestra.run.smithi151:> 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-09-16T13:56:13.786 DEBUG:teuthology.orchestra.run.smithi184:> 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-09-16T13:56:13.792 INFO:teuthology.orchestra.run.smithi098.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T13:56:13.797 INFO:teuthology.orchestra.run.smithi151.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T13:56:13.799 INFO:teuthology.orchestra.run.smithi184.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-16T13:56:13.801 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T13:56:13.802 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-16T13:56:13.802 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-16T13:56:13.803 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T13:56:13.803 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log 2024-09-16T13:56:13.803 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T13:56:13.804 INFO:teuthology.orchestra.run.smithi098.stderr: 84.2% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T13:56:13.804 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T13:56:13.804 INFO:teuthology.orchestra.run.smithi098.stderr:gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-16T13:56:13.805 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T13:56:13.805 INFO:teuthology.orchestra.run.smithi098.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mgr.a.log: 87.7% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T13:56:13.806 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-16T13:56:13.806 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T13:56:13.806 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log 2024-09-16T13:56:13.807 INFO:teuthology.orchestra.run.smithi098.stderr: 90.4% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T13:56:13.807 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T13:56:13.808 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-16T13:56:13.808 INFO:teuthology.orchestra.run.smithi184.stderr: 80.6% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T13:56:13.808 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T13:56:13.808 INFO:teuthology.orchestra.run.smithi184.stderr: 87.7% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T13:56:13.809 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.c.log: /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T13:56:13.809 INFO:teuthology.orchestra.run.smithi184.stderr: 90.4% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T13:56:13.811 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-16T13:56:13.811 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-16T13:56:13.811 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-16T13:56:13.813 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log 2024-09-16T13:56:13.813 INFO:teuthology.orchestra.run.smithi151.stderr: 80.6% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-16T13:56:13.813 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-16T13:56:13.813 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.1.log: /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-16T13:56:13.814 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-16T13:56:13.814 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mgr.b.log: 87.7% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-16T13:56:13.814 INFO:teuthology.orchestra.run.smithi151.stderr:gzip -5 --verbose -- /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-16T13:56:13.817 INFO:teuthology.orchestra.run.smithi151.stderr:/var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-16T13:56:13.817 INFO:teuthology.orchestra.run.smithi151.stderr: 82.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T13:56:13.821 INFO:teuthology.orchestra.run.smithi098.stderr: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-16T13:56:13.822 INFO:teuthology.orchestra.run.smithi151.stderr: 90.4% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-16T13:56:13.834 INFO:teuthology.orchestra.run.smithi184.stderr: 91.8% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T13:56:13.837 INFO:teuthology.orchestra.run.smithi151.stderr: 91.8% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T13:56:13.839 INFO:teuthology.orchestra.run.smithi098.stderr: 91.8% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-16T13:56:13.845 INFO:teuthology.orchestra.run.smithi184.stderr: 93.6% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-16T13:56:13.856 INFO:teuthology.orchestra.run.smithi098.stderr: 93.5% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-16T13:56:13.886 INFO:teuthology.orchestra.run.smithi151.stderr: 93.8% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-16T13:56:13.920 INFO:teuthology.orchestra.run.smithi184.stderr: 93.4% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-16T13:56:13.922 INFO:teuthology.orchestra.run.smithi184.stderr: 2024-09-16T13:56:13.922 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m0.132s 2024-09-16T13:56:13.922 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m0.187s 2024-09-16T13:56:13.922 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.023s 2024-09-16T13:56:13.949 INFO:teuthology.orchestra.run.smithi151.stderr: 93.1% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-16T13:56:13.951 INFO:teuthology.orchestra.run.smithi151.stderr: 2024-09-16T13:56:13.951 INFO:teuthology.orchestra.run.smithi151.stderr:real 0m0.163s 2024-09-16T13:56:13.951 INFO:teuthology.orchestra.run.smithi151.stderr:user 0m0.242s 2024-09-16T13:56:13.951 INFO:teuthology.orchestra.run.smithi151.stderr:sys 0m0.037s 2024-09-16T13:56:13.959 INFO:teuthology.orchestra.run.smithi098.stderr: 88.4% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-16T13:56:14.176 INFO:teuthology.orchestra.run.smithi098.stderr: 91.4% -- replaced with /var/log/ceph/3240e16a-7431-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-16T13:56:14.180 INFO:teuthology.orchestra.run.smithi098.stderr: 2024-09-16T13:56:14.180 INFO:teuthology.orchestra.run.smithi098.stderr:real 0m0.392s 2024-09-16T13:56:14.181 INFO:teuthology.orchestra.run.smithi098.stderr:user 0m0.632s 2024-09-16T13:56:14.181 INFO:teuthology.orchestra.run.smithi098.stderr:sys 0m0.030s 2024-09-16T13:56:14.181 INFO:tasks.cephadm:Archiving logs... 2024-09-16T13:56:14.181 DEBUG:teuthology.misc:Transferring archived files from smithi098:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi098/log 2024-09-16T13:56:14.182 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T13:56:14.332 DEBUG:teuthology.misc:Transferring archived files from smithi151:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi151/log 2024-09-16T13:56:14.333 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T13:56:14.387 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi184/log 2024-09-16T13:56:14.388 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-16T13:56:14.430 INFO:tasks.cephadm:Removing cluster... 2024-09-16T13:56:14.430 DEBUG:teuthology.orchestra.run.smithi098:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3240e16a-7431-11ef-bceb-c7b262605968 --force 2024-09-16T13:56:14.599 INFO:teuthology.orchestra.run.smithi098.stdout:Deleting cluster with fsid: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:56:15.928 DEBUG:teuthology.orchestra.run.smithi151:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3240e16a-7431-11ef-bceb-c7b262605968 --force 2024-09-16T13:56:16.113 INFO:teuthology.orchestra.run.smithi151.stdout:Deleting cluster with fsid: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:56:17.437 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 3240e16a-7431-11ef-bceb-c7b262605968 --force 2024-09-16T13:56:17.624 INFO:teuthology.orchestra.run.smithi184.stdout:Deleting cluster with fsid: 3240e16a-7431-11ef-bceb-c7b262605968 2024-09-16T13:56:18.962 INFO:tasks.cephadm:Removing cephadm ... 2024-09-16T13:56:18.962 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T13:56:18.969 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T13:56:18.975 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-16T13:56:18.981 INFO:tasks.cephadm:Teardown complete 2024-09-16T13:56:18.982 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-16T13:56:18.991 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-09-16T13:56:18.992 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T13:56:19.011 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T13:56:19.019 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-16T13:56:19.109 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-16T13:56:19.118 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-16T13:56:19.118 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T13:56:19.121 DEBUG:teuthology.orchestra.run.smithi151:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T13:56:19.123 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-16T13:56:19.130 INFO:teuthology.orchestra.run.smithi098.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T13:56:19.131 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================== 2024-09-16T13:56:19.131 INFO:teuthology.orchestra.run.smithi098.stdout:*hv01.front.sepi 67.205.162.81 3 u 31 64 377 0.080 -1.899 0.556 2024-09-16T13:56:19.131 INFO:teuthology.orchestra.run.smithi098.stdout:+hv02.front.sepi 63.231.80.2 3 u 35 64 377 0.095 -2.067 0.394 2024-09-16T13:56:19.131 INFO:teuthology.orchestra.run.smithi098.stdout:+hv03.front.sepi 74.6.168.72 3 u 38 64 377 0.096 -2.131 0.512 2024-09-16T13:56:19.131 INFO:teuthology.orchestra.run.smithi098.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-16T13:56:19.134 INFO:teuthology.orchestra.run.smithi151.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T13:56:19.134 INFO:teuthology.orchestra.run.smithi151.stdout:============================================================================== 2024-09-16T13:56:19.134 INFO:teuthology.orchestra.run.smithi151.stdout:*hv01.front.sepi 67.205.162.81 3 u 37 64 377 0.094 -1.491 0.284 2024-09-16T13:56:19.134 INFO:teuthology.orchestra.run.smithi151.stdout:+hv02.front.sepi 63.231.80.2 3 u 34 64 377 0.080 -1.542 0.131 2024-09-16T13:56:19.135 INFO:teuthology.orchestra.run.smithi151.stdout:+hv03.front.sepi 74.6.168.72 3 u 27 64 377 0.086 -1.548 0.130 2024-09-16T13:56:19.135 INFO:teuthology.orchestra.run.smithi151.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-16T13:56:19.137 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-09-16T13:56:19.137 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-09-16T13:56:19.137 INFO:teuthology.orchestra.run.smithi184.stdout:+hv01.front.sepi 67.205.162.81 3 u 28 64 377 0.116 -2.472 2.260 2024-09-16T13:56:19.138 INFO:teuthology.orchestra.run.smithi184.stdout:*hv02.front.sepi 63.231.80.2 3 u 21 64 377 0.114 -4.014 1.493 2024-09-16T13:56:19.138 INFO:teuthology.orchestra.run.smithi184.stdout:+hv03.front.sepi 74.6.168.72 3 u 37 64 377 0.093 -5.740 2.160 2024-09-16T13:56:19.138 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-16T13:56:19.139 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-16T13:56:19.147 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-16T13:56:19.148 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-16T13:56:19.155 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-16T13:56:19.163 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-16T13:56:19.172 INFO:teuthology.task.internal:Duration was 1541.569614 seconds 2024-09-16T13:56:19.172 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-16T13:56:19.181 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-16T13:56:19.181 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T13:56:19.183 DEBUG:teuthology.orchestra.run.smithi151:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T13:56:19.185 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-16T13:56:19.221 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-16T13:56:19.222 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-09-16T13:56:19.222 DEBUG:teuthology.orchestra.run.smithi098:> 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-09-16T13:56:19.267 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi151.front.sepia.ceph.com 2024-09-16T13:56:19.268 DEBUG:teuthology.orchestra.run.smithi151:> 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-09-16T13:56:19.278 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-09-16T13:56:19.278 DEBUG:teuthology.orchestra.run.smithi184:> 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-09-16T13:56:19.288 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-16T13:56:19.289 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T13:56:19.311 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T13:56:19.322 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-16T13:56:19.370 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-16T13:56:19.371 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T13:56:19.373 DEBUG:teuthology.orchestra.run.smithi151:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T13:56:19.402 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-16T13:56:19.507 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-16T13:56:19.516 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-16T13:56:19.516 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T13:56:19.529 DEBUG:teuthology.orchestra.run.smithi151:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T13:56:19.542 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-16T13:56:19.555 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-16T13:56:19.564 DEBUG:teuthology.orchestra.run.smithi098:> 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-09-16T13:56:19.572 DEBUG:teuthology.orchestra.run.smithi151:> 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-09-16T13:56:19.580 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-09-16T13:56:19.586 DEBUG:teuthology.orchestra.run.smithi184:> 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-09-16T13:56:19.595 INFO:teuthology.orchestra.run.smithi151.stdout:kernel.core_pattern = core 2024-09-16T13:56:19.610 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-09-16T13:56:19.773 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T13:56:19.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T13:56:19.778 DEBUG:teuthology.orchestra.run.smithi151:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T13:56:19.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T13:56:19.818 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-16T13:56:19.823 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-16T13:56:19.824 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-16T13:56:19.833 INFO:teuthology.task.internal:Transferring archived files... 2024-09-16T13:56:19.834 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi098 2024-09-16T13:56:19.834 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T13:56:19.860 DEBUG:teuthology.misc:Transferring archived files from smithi151:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi151 2024-09-16T13:56:19.860 DEBUG:teuthology.orchestra.run.smithi151:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T13:56:19.885 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-16_13:13:56-orch:cephadm-wip-guits-main-2024-09-13-1248-distro-default-smithi/7907331/remote/smithi184 2024-09-16T13:56:19.885 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-16T13:56:19.908 INFO:teuthology.task.internal:Removing archive directory... 2024-09-16T13:56:19.908 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T13:56:19.911 DEBUG:teuthology.orchestra.run.smithi151:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T13:56:19.928 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-16T13:56:19.953 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-16T13:56:19.964 INFO:teuthology.task.internal:Not uploading archives. 2024-09-16T13:56:19.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-16T13:56:19.974 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-16T13:56:19.974 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T13:56:19.976 DEBUG:teuthology.orchestra.run.smithi151:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T13:56:19.978 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-16T13:56:19.980 INFO:teuthology.orchestra.run.smithi098.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 13:56 /home/ubuntu/cephtest 2024-09-16T13:56:19.982 INFO:teuthology.orchestra.run.smithi151.stdout: 658639 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 13:56 /home/ubuntu/cephtest 2024-09-16T13:56:20.001 INFO:teuthology.orchestra.run.smithi184.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 16 13:56 /home/ubuntu/cephtest 2024-09-16T13:56:20.003 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-16T13:56:20.012 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-16T13:56:20.042 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: 1541.5696136951447 failure_reason: 'Command failed on smithi098 with status 5: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:8293d73f8690540e843a81caec373f9cc29cf705 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 3240e16a-7431-11ef-bceb-c7b262605968 -- bash -c \''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\''"\''"\'')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \''"\''"\''.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n\''''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=650495d6e1344734a9e6d386ce652bd6 status: fail success: false 2024-09-16T13:56:20.043 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-16T13:56:20.143 INFO:teuthology.run:FAIL